|
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.DefaultGeometryProperty<T>
T
- the geometry typepublic class DefaultGeometryProperty<T extends com.vividsolutions.jts.geom.Geometry>
Default implementation of a GeometryProperty
Constructor Summary | |
---|---|
DefaultGeometryProperty(CRSDefinition crsDef,
T geometry)
Create a geometry property |
Method Summary | |
---|---|
CRSDefinition |
getCRSDefinition()
Get the definition of the coordinate reference system associated with the geometry. |
T |
getGeometry()
Get the geometry. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultGeometryProperty(CRSDefinition crsDef, T geometry)
crsDef
- the definition of the coordinate reference system, may be
null
geometry
- the geometryMethod Detail |
---|
public CRSDefinition getCRSDefinition()
GeometryProperty
getCRSDefinition
in interface GeometryProperty<T extends com.vividsolutions.jts.geom.Geometry>
null
GeometryProperty.getCRSDefinition()
public T getGeometry()
GeometryProperty
getGeometry
in interface GeometryProperty<T extends com.vividsolutions.jts.geom.Geometry>
GeometryProperty.getGeometry()
public String toString()
toString
in class Object
Object.toString()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |