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

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.InnerBoundaryIsImpl
All Implemented Interfaces:
Association<AbstractRing>, ModelObject, Child, Copyable, AssociationByRep<AbstractRing>, InlineGeometryProperty<AbstractRing>, AbstractRingProperty, InnerBoundaryIs, GML

public class InnerBoundaryIsImpl
extends AbstractRingPropertyImpl
implements InnerBoundaryIs


Constructor Summary
InnerBoundaryIsImpl()
           
 
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

InnerBoundaryIsImpl

public InnerBoundaryIsImpl()
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