public class GeometricComplexProperty extends GeometryProperty<AbstractGeometry>
Constructor and Description |
---|
GeometricComplexProperty() |
GeometricComplexProperty(AbstractGeometry abstractGeometry) |
GeometricComplexProperty(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) |
CompositeCurve |
getCompositeCurve() |
CompositeSolid |
getCompositeSolid() |
CompositeSurface |
getCompositeSurface() |
GeometricComplex |
getGeometricComplex() |
GMLClass |
getGMLClass() |
boolean |
isSetCompositeCurve() |
boolean |
isSetCompositeSolid() |
boolean |
isSetCompositeSurface() |
boolean |
isSetGeometricComplex() |
void |
setCompositeCurve(CompositeCurve compositeCurve) |
void |
setCompositeSolid(CompositeSolid compositeSolid) |
void |
setCompositeSurface(CompositeSurface compositeSurface) |
void |
setGeometricComplex(GeometricComplex geometricComplex) |
void |
setObject(AbstractGeometry geometry) |
void |
unsetCompositeCurve() |
void |
unsetCompositeSolid() |
void |
unsetCompositeSurface() |
void |
unsetGeometricComplex() |
getAssociableClass, 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, setParent, unsetLocalProperty, unsetObject, unsetParent
public GeometricComplexProperty()
public GeometricComplexProperty(AbstractGeometry abstractGeometry)
public GeometricComplexProperty(java.lang.String href)
public void setObject(AbstractGeometry geometry)
setObject
in class AssociationByRep<AbstractGeometry>
public CompositeCurve getCompositeCurve()
public CompositeSolid getCompositeSolid()
public CompositeSurface getCompositeSurface()
public GeometricComplex getGeometricComplex()
public boolean isSetCompositeCurve()
public boolean isSetCompositeSolid()
public boolean isSetCompositeSurface()
public boolean isSetGeometricComplex()
public void setCompositeCurve(CompositeCurve compositeCurve)
public void setCompositeSolid(CompositeSolid compositeSolid)
public void setCompositeSurface(CompositeSurface compositeSurface)
public void setGeometricComplex(GeometricComplex geometricComplex)
public void unsetCompositeCurve()
public void unsetCompositeSolid()
public void unsetCompositeSurface()
public void unsetGeometricComplex()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryProperty<AbstractGeometry>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryProperty<AbstractGeometry>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryProperty<AbstractGeometry>