|
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.CodeDefinition
public class CodeDefinition
CRS definition based on a code
Constructor Summary | |
---|---|
CodeDefinition(String code,
org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCode()
Get the CRS code |
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS()
Get the coordinate reference system |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeDefinition(String code, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
code
- the CRS code (e.g. EPSG:4326)crs
- 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 getCode()
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 |