org.citygml4j.model.gml.geometry
Interface GeometryProperty<T extends AbstractGeometry>

All Superinterfaces:
Association<T>, AssociationAttributeGroup, AssociationByRep<T>, AssociationByRepOrRef<T>, Child, Copyable, GML, ModelObject
All Known Subinterfaces:
CompositeCurveProperty, CompositeSolidProperty, CompositeSurfaceProperty, CurveProperty, DomainSet<T>, GeometricComplexProperty, GeometricPrimitiveProperty, LineStringProperty, LocationProperty, MultiCurveProperty, MultiLineStringProperty, MultiPointProperty, MultiPolygonProperty, MultiSolidProperty, MultiSurfaceProperty, PointProperty, PointRep, PolygonProperty, PriorityLocationProperty, RectifiedGridDomain, SolidProperty, SurfaceProperty, TinProperty
All Known Implementing Classes:
CompositeCurvePropertyImpl, CompositeSolidPropertyImpl, CompositeSurfacePropertyImpl, CurvePropertyImpl, DomainSetImpl, GeometricComplexPropertyImpl, GeometricPrimitivePropertyImpl, GeometryPropertyImpl, LineStringPropertyImpl, LocationPropertyImpl, MultiCurvePropertyImpl, MultiLineStringPropertyImpl, MultiPointPropertyImpl, MultiPolygonPropertyImpl, MultiSolidPropertyImpl, MultiSurfacePropertyImpl, PointPropertyImpl, PointRepImpl, PolygonPropertyImpl, PriorityLocationPropertyImpl, RectifiedGridDomainImpl, SolidPropertyImpl, SurfacePropertyImpl, TinPropertyImpl

public interface GeometryProperty<T extends AbstractGeometry>
extends AssociationByRepOrRef<T>


Method Summary
 T getGeometry()
           
 boolean isSetGeometry()
           
 void setGeometry(T geometry)
           
 void unsetGeometry()
           
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
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
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getGeometry

T getGeometry()

isSetGeometry

boolean isSetGeometry()

setGeometry

void setGeometry(T geometry)

unsetGeometry

void unsetGeometry()