org.citygml4j.impl.gml.geometry.primitives
Class LinearRingPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.AssociationByRepImpl<T>
org.citygml4j.impl.gml.geometry.InlineGeometryPropertyImpl<LinearRing>
org.citygml4j.impl.gml.geometry.primitives.LinearRingPropertyImpl
- All Implemented Interfaces:
- Association<LinearRing>, ModelObject, Child, Copyable, AssociationByRep<LinearRing>, InlineGeometryProperty<LinearRing>, LinearRingProperty, GML
public class LinearRingPropertyImpl
- extends InlineGeometryPropertyImpl<LinearRing>
- implements LinearRingProperty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearRingPropertyImpl
public LinearRingPropertyImpl()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class AssociationByRepImpl<LinearRing>
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class InlineGeometryPropertyImpl<LinearRing>
getLinearRing
public LinearRing getLinearRing()
- Specified by:
getLinearRing
in interface LinearRingProperty
isSetLinearRing
public boolean isSetLinearRing()
- Specified by:
isSetLinearRing
in interface LinearRingProperty
setLinearRing
public void setLinearRing(LinearRing linearRing)
- Specified by:
setLinearRing
in interface LinearRingProperty
unsetLinearRing
public void unsetLinearRing()
- Specified by:
unsetLinearRing
in interface LinearRingProperty
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AssociationByRepImpl<LinearRing>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable