net.opengis.gml
Class GridType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractGeometryType
          extended by net.opengis.gml.GridType
Direct Known Subclasses:
RectifiedGridType

public class GridType
extends AbstractGeometryType

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

limits

protected GridLimitsType limits

axisName

protected List<String> axisName

dimension

protected BigInteger dimension
Constructor Detail

GridType

public GridType()
Method Detail

getLimits

public GridLimitsType getLimits()
Obtient la valeur de la propriété limits.

Returns:
possible object is GridLimitsType

setLimits

public void setLimits(GridLimitsType value)
Définit la valeur de la propriété limits.

Parameters:
value - allowed object is GridLimitsType

isSetLimits

public boolean isSetLimits()

getAxisName

public List<String> getAxisName()
Gets the value of the axisName property.

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


isSetAxisName

public boolean isSetAxisName()

unsetAxisName

public void unsetAxisName()

getDimension

public BigInteger getDimension()
Obtient la valeur de la propriété dimension.

Returns:
possible object is BigInteger

setDimension

public void setDimension(BigInteger value)
Définit la valeur de la propriété dimension.

Parameters:
value - allowed object is BigInteger

isSetDimension

public boolean isSetDimension()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.