Package | Description |
---|---|
org.apache.sis.referencing |
Base classes for reference systems used for general positioning.
|
org.apache.sis.referencing.gazetteer |
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
|
Modifier and Type | Method and Description |
---|---|
static CommonCRS |
CommonCRS.forDatum(CoordinateReferenceSystem crs)
Returns the
CommonCRS enumeration value for the datum of the given CRS. |
static CommonCRS |
CommonCRS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonCRS[] |
CommonCRS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MilitaryGridReferenceSystem(Map<String,?> properties,
CommonCRS datum)
Creates a new Military Grid Reference System (MGRS) using the specified datum.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.