Package org.opengis.cite.gpkg12.nsg.util
Class CrsList
java.lang.Object
org.opengis.cite.gpkg12.nsg.util.CrsList
- Author:
- Lyn Goltz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListing
(String id, String definition, String organization_coordsys_id, String description) Adds a new CrsListing to the list.getDefinitionBySrsId
(String srsID) getDescriptionBySrsId
(String srsID)
-
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_iddefinition
- the definitionorganization_coordsys_id
- the organization_coordsys_iddescription
- the description
-
getOrganizationCoordsysIdBySrsId
- Parameters:
srsID
- the srsId of the CrsListing to identify, nevernull
- Returns:
- the organization_coordsys_id of the entry with the passed srs_id,
null
if not available
-
getDefinitionBySrsId
- Parameters:
srsID
- the srsId of the CrsListing to identify, nevernull
- Returns:
- the definition of the entry with the passed srs_id,
null
if not available
-
getDescriptionBySrsId
- Parameters:
srsID
- the srsId of the CrsListing to identify, nevernull
- Returns:
- the description of the entry with the passed srs_id,
null
if not available
-