|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.GridFunctionType
org.citygml4j.jaxb.gml._3_1_1.IndexMapType
public class IndexMapType
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-Klasse für IndexMapType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 |
---|
public IndexMapType()
Method Detail |
---|
public java.util.List<java.math.BigInteger> getLookUpTable()
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
public boolean isSetLookUpTable()
public void unsetLookUpTable()
public void setLookUpTable(java.util.List<java.math.BigInteger> lookUpTable)
lookUpTable
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |