public class SurfaceProperty extends GeometryProperty<AbstractSurface>
Constructor and Description |
---|
SurfaceProperty() |
SurfaceProperty(AbstractSurface abstractSurface) |
SurfaceProperty(java.lang.String href) |
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<AbstractSurface> |
getAssociableClass() |
GMLClass |
getGMLClass() |
AbstractSurface |
getSurface() |
boolean |
isSetSurface() |
void |
setSurface(AbstractSurface abstractSurface) |
void |
unsetSurface() |
getGeometry, isSetGeometry, setGeometry, 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, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
public SurfaceProperty()
public SurfaceProperty(AbstractSurface abstractSurface)
public SurfaceProperty(java.lang.String href)
public AbstractSurface getSurface()
public boolean isSetSurface()
public void setSurface(AbstractSurface abstractSurface)
public void unsetSurface()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryProperty<AbstractSurface>
public java.lang.Class<AbstractSurface> getAssociableClass()
getAssociableClass
in interface Association<AbstractSurface>
getAssociableClass
in class GeometryProperty<AbstractSurface>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryProperty<AbstractSurface>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryProperty<AbstractSurface>