public interface GeoType extends ExtendedMeasure
Modifier and Type | Method and Description |
---|---|
int |
getCoordinates()
Returns a positive integer, usually 2 or 3, which is the number of
coordinates that define a point.
|
java.lang.String |
getCsname()
Returns a string containing the name of the coordinate system if the “well-known ID”
is >= 0 or
null |
GeometryType |
getGeometryType()
Returns the type of object represented by this definition.
|
int |
getWkid()
Returns an integer representing the “well-known ID” of the coordinate system or -1.
|
java.lang.String |
getWkt()
Returns a string containing the “well-known text” for the coordinate system corresponding
to the “well-known ID”.
|
boolean |
isProjected()
For valid “well-known ID” values, this indicates whether the coordinate system is projected
or geographic.
|
GeometryType getGeometryType()
int getCoordinates()
int getWkid()
java.lang.String getCsname()
null
null
boolean isProjected()
true
if the coordinate system is projected false
if it is geographicjava.lang.String getWkt()
null
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.