Package org.citygml4j.model.gml.geometry
Class InlineGeometryProperty<T extends AbstractGeometry>
- java.lang.Object
-
- org.citygml4j.model.gml.base.AssociationByRep<T>
-
- org.citygml4j.model.gml.geometry.InlineGeometryProperty<T>
-
- All Implemented Interfaces:
java.io.Serializable
,Association<T>
,ModelObject
,Child
,Copyable
,GML
- Direct Known Subclasses:
AbstractRingProperty
,LinearRingProperty
public abstract class InlineGeometryProperty<T extends AbstractGeometry> extends AssociationByRep<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineGeometryProperty()
InlineGeometryProperty(T abstractGeometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getGeometry()
GMLClass
getGMLClass()
boolean
isSetGeometry()
void
setGeometry(T geometry)
void
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
-
InlineGeometryProperty
public InlineGeometryProperty()
-
InlineGeometryProperty
public InlineGeometryProperty(T abstractGeometry)
-
-
Method Detail
-
getGeometry
public T getGeometry()
-
isSetGeometry
public boolean isSetGeometry()
-
setGeometry
public void setGeometry(T geometry)
-
unsetGeometry
public void unsetGeometry()
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classAssociationByRep<T extends AbstractGeometry>
-
-