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

All Superinterfaces:
Association<T>, AssociationByRep<T>, Child, Copyable, GML, ModelObject
All Known Subinterfaces:
AbstractRingProperty, Exterior, InnerBoundaryIs, Interior, LinearRingProperty, OuterBoundaryIs
All Known Implementing Classes:
AbstractRingPropertyImpl, ExteriorImpl, InlineGeometryPropertyImpl, InnerBoundaryIsImpl, InteriorImpl, LinearRingPropertyImpl, OuterBoundaryIsImpl

public interface InlineGeometryProperty<T extends AbstractGeometry>
extends AssociationByRep<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.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getGeometry

T getGeometry()

isSetGeometry

boolean isSetGeometry()

setGeometry

void setGeometry(T geometry)

unsetGeometry

void unsetGeometry()