public class GeodesyUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EPSG_4326
OGC identifier for WGS 84 (geographic 2D)
|
static String |
OGC_CRS84
OGC identifier for WGS 84 (longitude-latitude)
|
Constructor and Description |
---|
GeodesyUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
extractCRSCode(String crsRef)
Extracts an abbreviated CRS code value from the given CRS reference.
|
static String |
getCRSIdentifier(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Returns a standard OGC identifier for the given coordinate reference
system (e.g.
|
static org.geotoolkit.geometry.ImmutableEnvelope |
getDomainOfValidity(String crsRef)
Returns an immutable envelope representing the valid geographic extent of
the CRS identified by the given URI reference.
|
public static final String EPSG_4326
public static final String OGC_CRS84
public static org.geotoolkit.geometry.ImmutableEnvelope getDomainOfValidity(String crsRef) throws org.opengis.util.FactoryException
crsRef
- An absolute URI that identifies a CRS definition.org.opengis.util.FactoryException
- if the CRS reference cannot be resolved to a known
definition.public static String extractCRSCode(String crsRef)
crsRef
- A URI value that identifies a CRS definition; the 'urn' or
'http' schemes are supported.public static String getCRSIdentifier(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
crs
- A CoordinateReferenceSystem
object.Copyright © 2013. All rights reserved.