public interface CRS
Coordinate
should be interpreted
The CRS is defined by three properties a code, a type, and a link to CRS parameters on the web.
Example:
{
code: 4326,
type: "WGS-84",
href: "http://spatialreference.org/ref/epsg/4326/"
}
Modifier and Type | Method and Description |
---|---|
int |
getCode()
The numerical code associated with the CRS
|
String |
getHref()
A link uniquely identifying the CRS.
|
String |
getType()
The type of the CRS is a descriptive name, indicating which CRS is used
|
int getCode()
String getType()
String getHref()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.