Class CrsList

java.lang.Object
org.opengis.cite.gpkg12.nsg.util.CrsList

public class CrsList extends Object
Author:
Lyn Goltz
  • Constructor Details

    • CrsList

      public CrsList()
  • Method Details

    • addListing

      public void addListing(String id, String definition, String organization_coordsys_id, String description)
      Adds a new CrsListing to the list.
      Parameters:
      id - the srs_id
      definition - the definition
      organization_coordsys_id - the organization_coordsys_id
      description - the description
    • getOrganizationCoordsysIdBySrsId

      public String getOrganizationCoordsysIdBySrsId(String srsID)
      Parameters:
      srsID - the srsId of the CrsListing to identify, never null
      Returns:
      the organization_coordsys_id of the entry with the passed srs_id, null if not available
    • getDefinitionBySrsId

      public String getDefinitionBySrsId(String srsID)
      Parameters:
      srsID - the srsId of the CrsListing to identify, never null
      Returns:
      the definition of the entry with the passed srs_id, null if not available
    • getDescriptionBySrsId

      public String getDescriptionBySrsId(String srsID)
      Parameters:
      srsID - the srsId of the CrsListing to identify, never null
      Returns:
      the description of the entry with the passed srs_id, null if not available