public class GeometryProperty<T extends AbstractGeometry> extends AssociationByRepOrRef<T>
Constructor and Description |
---|
GeometryProperty() |
GeometryProperty(java.lang.String href) |
GeometryProperty(T geometry) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<T> |
getAssociableClass() |
T |
getGeometry() |
GMLClass |
getGMLClass() |
boolean |
isSetGeometry() |
void |
setGeometry(T geometry) |
void |
unsetGeometry() |
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
getLocalProperty, getModelType, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelType
public GeometryProperty()
public GeometryProperty(T geometry)
public GeometryProperty(java.lang.String href)
public T getGeometry()
public boolean isSetGeometry()
public void setGeometry(T geometry)
public void unsetGeometry()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AssociationByRepOrRef<T extends AbstractGeometry>
public java.lang.Class<T> getAssociableClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AssociationByRepOrRef<T extends AbstractGeometry>