org.citygml4j.model.gml.geometry.primitives
Class Exterior

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

public class Exterior
extends AbstractRingProperty


Constructor Summary
Exterior()
           
Exterior(AbstractRing abstractRing)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.lang.Class<AbstractRing> getAssociableClass()
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 
Methods inherited from class org.citygml4j.model.gml.geometry.primitives.AbstractRingProperty
getRing, isSetRing, setRing, unsetRing
 
Methods inherited from class org.citygml4j.model.gml.geometry.InlineGeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
Methods inherited from class org.citygml4j.model.gml.base.AssociationByRep
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exterior

public Exterior()

Exterior

public Exterior(AbstractRing abstractRing)
Method Detail

getModelType

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

getGMLClass

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

getAssociableClass

public java.lang.Class<AbstractRing> getAssociableClass()

copyTo

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

copy

public java.lang.Object copy(CopyBuilder copyBuilder)