|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
org.citygml4j.jaxb.gml._3_1_1.GridType
public class GridType
An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
Java class for GridType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GridType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGeometryType"> <sequence> <element name="limits" type="{http://www.opengis.net/gml}GridLimitsType"/> <element name="axisName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> <attribute name="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GridType()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAxisName()
Gets the value of the axisName property. |
java.math.BigInteger |
getDimension()
Gets the value of the dimension property. |
GridLimitsType |
getLimits()
Gets the value of the limits property. |
boolean |
isSetAxisName()
|
boolean |
isSetDimension()
|
boolean |
isSetLimits()
|
void |
setAxisName(java.util.List<java.lang.String> axisName)
Sets the value of the axisName property. |
void |
setDimension(java.math.BigInteger value)
Sets the value of the dimension property. |
void |
setLimits(GridLimitsType value)
Sets the value of the limits property. |
void |
unsetAxisName()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType |
---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridType()
Method Detail |
---|
public GridLimitsType getLimits()
GridLimitsType
public void setLimits(GridLimitsType value)
value
- allowed object is
GridLimitsType
public boolean isSetLimits()
public java.util.List<java.lang.String> getAxisName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the axisName property.
For example, to add a new item, do as follows:
getAxisName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAxisName()
public void unsetAxisName()
public java.math.BigInteger getDimension()
BigInteger
public void setDimension(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetDimension()
public void setAxisName(java.util.List<java.lang.String> axisName)
axisName
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |