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

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AssociationByRepImpl<T>
      extended by org.citygml4j.impl.gml.geometry.InlineGeometryPropertyImpl<AbstractRing>
          extended by org.citygml4j.impl.gml.geometry.primitives.AbstractRingPropertyImpl
              extended by org.citygml4j.impl.gml.geometry.primitives.ExteriorImpl
All Implemented Interfaces:
Association<AbstractRing>, ModelObject, Child, Copyable, AssociationByRep<AbstractRing>, InlineGeometryProperty<AbstractRing>, AbstractRingProperty, Exterior, GML

public class ExteriorImpl
extends AbstractRingPropertyImpl
implements Exterior


Constructor Summary
ExteriorImpl()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 
Methods inherited from class org.citygml4j.impl.gml.geometry.primitives.AbstractRingPropertyImpl
getRing, isSetRing, setRing, unsetRing
 
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.primitives.AbstractRingProperty
getRing, isSetRing, setRing, 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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

ExteriorImpl

public ExteriorImpl()
Method Detail

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class AssociationByRepImpl<AbstractRing>

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class InlineGeometryPropertyImpl<AbstractRing>

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AssociationByRepImpl<AbstractRing>

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable