org.citygml4j.impl.gml.geometry.primitives
Class LinearRingPropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AssociationByRepImpl<T>
      extended by org.citygml4j.impl.gml.geometry.InlineGeometryPropertyImpl<LinearRing>
          extended by 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


Constructor Summary
LinearRingPropertyImpl()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 LinearRing getLinearRing()
           
 ModelType getModelType()
           
 boolean isSetLinearRing()
           
 void setLinearRing(LinearRing linearRing)
           
 void unsetLinearRing()
           
 
Methods inherited from class org.citygml4j.impl.gml.geometry.InlineGeometryPropertyImpl
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
Methods inherited from class org.citygml4j.impl.gml.base.AssociationByRepImpl
getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

LinearRingPropertyImpl

public LinearRingPropertyImpl()
Method Detail

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