Package org.citygml4j.model.gml.grids
Class GridEnvelope
- java.lang.Object
-
- org.citygml4j.model.gml.grids.GridEnvelope
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class GridEnvelope extends java.lang.Object implements GML, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHigh(java.lang.Integer high)
void
addLow(java.lang.Integer low)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
GMLClass
getGMLClass()
java.util.List<java.lang.Integer>
getHigh()
java.util.List<java.lang.Integer>
getLow()
ModelObject
getParent()
boolean
isSetHigh()
boolean
isSetLow()
boolean
isSetParent()
void
setHigh(java.util.List<java.lang.Integer> high)
void
setLow(java.util.List<java.lang.Integer> low)
void
setParent(ModelObject parent)
void
unsetHigh()
void
unsetLow()
void
unsetParent()
-
-
-
Method Detail
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
getLow
public java.util.List<java.lang.Integer> getLow()
-
getHigh
public java.util.List<java.lang.Integer> getHigh()
-
isSetLow
public boolean isSetLow()
-
isSetHigh
public boolean isSetHigh()
-
addLow
public void addLow(java.lang.Integer low)
-
addHigh
public void addHigh(java.lang.Integer high)
-
setLow
public void setLow(java.util.List<java.lang.Integer> low)
-
setHigh
public void setHigh(java.util.List<java.lang.Integer> high)
-
unsetLow
public void unsetLow()
-
unsetHigh
public void unsetHigh()
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
-