Class AbstractRingProperty
- java.lang.Object
-
- org.citygml4j.model.gml.base.AssociationByRep<T>
-
- org.citygml4j.model.gml.geometry.InlineGeometryProperty<AbstractRing>
-
- org.citygml4j.model.gml.geometry.primitives.AbstractRingProperty
-
- All Implemented Interfaces:
java.io.Serializable
,Association<AbstractRing>
,ModelObject
,Child
,Copyable
,GML
- Direct Known Subclasses:
Exterior
,InnerBoundaryIs
,Interior
,OuterBoundaryIs
public abstract class AbstractRingProperty extends InlineGeometryProperty<AbstractRing>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractRingProperty()
AbstractRingProperty(AbstractRing abstractRing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractRing
getRing()
boolean
isSetRing()
void
setRing(AbstractRing abstractRing)
void
unsetRing()
-
Methods inherited from class org.citygml4j.model.gml.geometry.InlineGeometryProperty
getGeometry, getGMLClass, isSetGeometry, setGeometry, unsetGeometry
-
Methods inherited from class org.citygml4j.model.gml.base.AssociationByRep
copyTo, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.common.association.Association
getAssociableClass
-
-
-
-
Constructor Detail
-
AbstractRingProperty
public AbstractRingProperty()
-
AbstractRingProperty
public AbstractRingProperty(AbstractRing abstractRing)
-
-
Method Detail
-
getRing
public AbstractRing getRing()
-
isSetRing
public boolean isSetRing()
-
setRing
public void setRing(AbstractRing abstractRing)
-
unsetRing
public void unsetRing()
-
-