|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.instance.geometry.impl.WKTDefinition
public class WKTDefinition
CRS definition based on WKT
Constructor Summary | |
---|---|
WKTDefinition(String wkt,
org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS()
Get the coordinate reference system |
String |
getWkt()
Get the WKT |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WKTDefinition(String wkt, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
wkt
- the WKT defining the CRScrs
- the coordinate reference system, may be null
Method Detail |
---|
public org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()
CRSDefinition
getCRS
in interface CRSDefinition
CRSDefinition.getCRS()
public String getWkt()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |