org.citygml4j.jaxb.gml._3_1_1
Class IndexMapType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.GridFunctionType
      extended by org.citygml4j.jaxb.gml._3_1_1.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.

Java class for IndexMapType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Constructor Summary
IndexMapType()
           
 
Method Summary
 java.util.List<java.math.BigInteger> getLookUpTable()
          Gets the value of the lookUpTable property.
 boolean isSetLookUpTable()
           
 void setLookUpTable(java.util.List<java.math.BigInteger> lookUpTable)
          Sets the value of the lookUpTable property.
 void unsetLookUpTable()
           
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.GridFunctionType
getSequenceRule, getStartPoint, isSetSequenceRule, isSetStartPoint, setSequenceRule, setStartPoint, unsetStartPoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexMapType

public IndexMapType()
Method Detail

getLookUpTable

public java.util.List<java.math.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()

setLookUpTable

public void setLookUpTable(java.util.List<java.math.BigInteger> lookUpTable)
Sets the value of the lookUpTable property.

Parameters:
lookUpTable - allowed object is BigInteger