org.citygml4j.model.gml.geometry.primitives
Interface AbstractRingProperty

All Superinterfaces:
Association<AbstractRing>, AssociationByRep<AbstractRing>, Child, Copyable, GML, InlineGeometryProperty<AbstractRing>, ModelObject
All Known Subinterfaces:
Exterior, InnerBoundaryIs, Interior, OuterBoundaryIs
All Known Implementing Classes:
AbstractRingPropertyImpl, ExteriorImpl, InnerBoundaryIsImpl, InteriorImpl, OuterBoundaryIsImpl

public interface AbstractRingProperty
extends InlineGeometryProperty<AbstractRing>


Method Summary
 AbstractRing getRing()
           
 boolean isSetRing()
           
 void setRing(AbstractRing abstractRing)
           
 void unsetRing()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.InlineGeometryProperty
getGeometry, isSetGeometry, setGeometry, 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

getRing

AbstractRing getRing()

isSetRing

boolean isSetRing()

setRing

void setRing(AbstractRing abstractRing)

unsetRing

void unsetRing()