org.citygml4j.model.gml.coverage
Interface IndexMap

All Superinterfaces:
Child, Copyable, GML, GridFunction, ModelObject
All Known Implementing Classes:
IndexMapImpl

public interface IndexMap
extends GridFunction


Method Summary
 void addLookUpIndex(java.lang.Integer lookUpIndex)
           
 java.util.List<java.lang.Integer> getLookUpTable()
           
 boolean isSetLookUpTable()
           
 void setLookUpTable(java.util.List<java.lang.Integer> lookUpTable)
           
 void unsetLookUpTable()
           
 
Methods inherited from interface org.citygml4j.model.gml.coverage.GridFunction
addStartPoint, getSequenceRule, getStartPoint, isSetSequenceRule, isSetStartPoint, setSequenceRule, setStartPoint, unsetSequenceRule, unsetStartPoint
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getLookUpTable

java.util.List<java.lang.Integer> getLookUpTable()

isSetLookUpTable

boolean isSetLookUpTable()

addLookUpIndex

void addLookUpIndex(java.lang.Integer lookUpIndex)

setLookUpTable

void setLookUpTable(java.util.List<java.lang.Integer> lookUpTable)

unsetLookUpTable

void unsetLookUpTable()