net.opengis.gml
Class IndexMapType
java.lang.Object
net.opengis.gml.GridFunctionType
net.opengis.gml.IndexMapType
public class IndexMapType
- extends GridFunctionType
Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.
Classe Java pour IndexMapType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="IndexMapType">
<complexContent>
<extension base="{http://www.opengis.net/gml}GridFunctionType">
<sequence>
<element name="lookUpTable" type="{http://www.opengis.net/gml}integerList"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lookUpTable
protected List<BigInteger> lookUpTable
IndexMapType
public IndexMapType()
getLookUpTable
public List<BigInteger> getLookUpTable()
- Gets the value of the lookUpTable 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 lookUpTable property.
For example, to add a new item, do as follows:
getLookUpTable().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
isSetLookUpTable
public boolean isSetLookUpTable()
unsetLookUpTable
public void unsetLookUpTable()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.