Constructor and Description |
---|
BoundingShape() |
BoundingShape(BoundingBox boundingBox) |
BoundingShape(Envelope envelope) |
Modifier and Type | Method and Description |
---|---|
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) |
public BoundingShape()
public BoundingShape(Envelope envelope)
public BoundingShape(BoundingBox boundingBox)
public Envelope getEnvelope()
public Null getNull()
public boolean isSetEnvelope()
public boolean isSetNull()
public void setEnvelope(Envelope envelope)
public void setEnvelope(BoundingBox boundingBox)
public void updateEnvelope(BoundingBox boundingBox)
public void setNull(Null _null)
public void unsetEnvelope()
public void unsetNull()
public ModelType getModelType()
getModelType
in interface ModelObject
public GMLClass getGMLClass()
getGMLClass
in interface GML
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)