public abstract class InlineGeometryProperty<T extends AbstractGeometry> extends AssociationByRep<T>
Constructor and Description |
---|
InlineGeometryProperty() |
InlineGeometryProperty(T abstractGeometry) |
Modifier and Type | Method and Description |
---|---|
T |
getGeometry() |
GMLClass |
getGMLClass() |
boolean |
isSetGeometry() |
void |
setGeometry(T geometry) |
void |
unsetGeometry() |
copyTo, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociableClass
public InlineGeometryProperty()
public InlineGeometryProperty(T abstractGeometry)
public T getGeometry()
public boolean isSetGeometry()
public void setGeometry(T geometry)
public void unsetGeometry()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AssociationByRep<T extends AbstractGeometry>