org.citygml4j.impl.gml.feature
Class BoundingShapeImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.feature.BoundingShapeImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, BoundingShape, GML

public class BoundingShapeImpl
extends java.lang.Object
implements BoundingShape


Constructor Summary
BoundingShapeImpl()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 Envelope getEnvelope()
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 Null getNull()
           
 ModelObject getParent()
           
 boolean isSetEnvelope()
           
 boolean isSetNull()
           
 boolean isSetParent()
           
 void setEnvelope(BoundingBox boundingBox)
           
 void setEnvelope(Envelope envelope)
           
 void setNull(Null _null)
           
 void setParent(ModelObject parent)
           
 void unsetEnvelope()
           
 void unsetNull()
           
 void unsetParent()
           
 void updateEnvelope(BoundingBox boundingBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingShapeImpl

public BoundingShapeImpl()
Method Detail

getEnvelope

public Envelope getEnvelope()
Specified by:
getEnvelope in interface BoundingShape

getNull

public Null getNull()
Specified by:
getNull in interface BoundingShape

isSetEnvelope

public boolean isSetEnvelope()
Specified by:
isSetEnvelope in interface BoundingShape

isSetNull

public boolean isSetNull()
Specified by:
isSetNull in interface BoundingShape

setEnvelope

public void setEnvelope(Envelope envelope)
Specified by:
setEnvelope in interface BoundingShape

setEnvelope

public void setEnvelope(BoundingBox boundingBox)
Specified by:
setEnvelope in interface BoundingShape

updateEnvelope

public void updateEnvelope(BoundingBox boundingBox)
Specified by:
updateEnvelope in interface BoundingShape

setNull

public void setNull(Null _null)
Specified by:
setNull in interface BoundingShape

unsetEnvelope

public void unsetEnvelope()
Specified by:
unsetEnvelope in interface BoundingShape

unsetNull

public void unsetNull()
Specified by:
unsetNull in interface BoundingShape

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML

getParent

public ModelObject getParent()
Specified by:
getParent in interface Child

setParent

public void setParent(ModelObject parent)
Specified by:
setParent in interface Child

isSetParent

public boolean isSetParent()
Specified by:
isSetParent in interface Child

unsetParent

public void unsetParent()
Specified by:
unsetParent in interface Child

copy

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

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable