|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.GridFunctionType
public class GridFunctionType
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 |
|---|
protected SequenceRuleType sequenceRule
protected List<BigInteger> startPoint
| Constructor Detail |
|---|
public GridFunctionType()
| Method Detail |
|---|
public SequenceRuleType getSequenceRule()
SequenceRuleTypepublic void setSequenceRule(SequenceRuleType value)
value - allowed object is
SequenceRuleTypepublic boolean isSetSequenceRule()
public List<BigInteger> getStartPoint()
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
public boolean isSetStartPoint()
public void unsetStartPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||