|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractGeometryType
net.opengis.gml.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.
Classe Java pour GridType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected List<String> |
axisName
|
protected BigInteger |
dimension
|
protected GridLimitsType |
limits
|
| Fields inherited from class net.opengis.gml.AbstractGeometryType |
|---|
axisLabels, gid, srsDimension, srsName, uomLabels |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
GridType()
|
|
| Method Summary | |
|---|---|
List<String> |
getAxisName()
Gets the value of the axisName property. |
BigInteger |
getDimension()
Obtient la valeur de la propriété dimension. |
GridLimitsType |
getLimits()
Obtient la valeur de la propriété limits. |
boolean |
isSetAxisName()
|
boolean |
isSetDimension()
|
boolean |
isSetLimits()
|
void |
setDimension(BigInteger value)
Définit la valeur de la propriété dimension. |
void |
setLimits(GridLimitsType value)
Définit la valeur de la propriété limits. |
void |
unsetAxisName()
|
| Methods inherited from class net.opengis.gml.AbstractGeometryType |
|---|
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setGid, setSrsDimension, setSrsName, unsetAxisLabels, unsetUomLabels |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GridLimitsType limits
protected List<String> axisName
protected BigInteger dimension
| Constructor Detail |
|---|
public GridType()
| Method Detail |
|---|
public GridLimitsType getLimits()
GridLimitsTypepublic void setLimits(GridLimitsType value)
value - allowed object is
GridLimitsTypepublic boolean isSetLimits()
public List<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 BigInteger getDimension()
BigIntegerpublic void setDimension(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetDimension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||