net.opengis.gml
Class GridFunctionType

java.lang.Object
  extended by net.opengis.gml.GridFunctionType
Direct Known Subclasses:
IndexMapType

public class GridFunctionType
extends Object

Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.

Classe Java pour GridFunctionType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="GridFunctionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sequenceRule" type="{http://www.opengis.net/gml}SequenceRuleType" minOccurs="0"/>
         <element name="startPoint" type="{http://www.opengis.net/gml}integerList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SequenceRuleType sequenceRule
           
protected  List<BigInteger> startPoint
           
 
Constructor Summary
GridFunctionType()
           
 
Method Summary
 SequenceRuleType getSequenceRule()
          Obtient la valeur de la propriété sequenceRule.
 List<BigInteger> getStartPoint()
          Gets the value of the startPoint property.
 boolean isSetSequenceRule()
           
 boolean isSetStartPoint()
           
 void setSequenceRule(SequenceRuleType value)
          Définit la valeur de la propriété sequenceRule.
 void unsetStartPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequenceRule

protected SequenceRuleType sequenceRule

startPoint

protected List<BigInteger> startPoint
Constructor Detail

GridFunctionType

public GridFunctionType()
Method Detail

getSequenceRule

public SequenceRuleType getSequenceRule()
Obtient la valeur de la propriété sequenceRule.

Returns:
possible object is SequenceRuleType

setSequenceRule

public void setSequenceRule(SequenceRuleType value)
Définit la valeur de la propriété sequenceRule.

Parameters:
value - allowed object is SequenceRuleType

isSetSequenceRule

public boolean isSetSequenceRule()

getStartPoint

public List<BigInteger> getStartPoint()
Gets the value of the startPoint 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 startPoint property.

For example, to add a new item, do as follows:

    getStartPoint().add(newItem);
 

Objects of the following type(s) are allowed in the list BigInteger


isSetStartPoint

public boolean isSetStartPoint()

unsetStartPoint

public void unsetStartPoint()


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