Package ch.so.agi.filegdb.catalog
Class CrsDefinition
java.lang.Object
ch.so.agi.filegdb.catalog.CrsDefinition
Spatial reference of a dataset as declared in its catalog definition XML.
Properties:
wkid: well known id from theWKIDelement, zero if absentlatestWkid: newer well known id fromLatestWKID, null if absentwkt: WKT text from theWKTelement, empty if absent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN
-
-
Constructor Details
-
CrsDefinition
-
-
Method Details
-
wkid
public int wkid() -
latestWkid
-
wkt
-
isDefined
public boolean isDefined() -
effectiveWkid
public int effectiveWkid()Returns the most useful well known id, zero if none is present. -
equals
-
hashCode
public final int hashCode() -
toString
-