org.citygml4j.model.gml.coverage
Class IndexMap

java.lang.Object
  extended by org.citygml4j.model.gml.coverage.GridFunction
      extended by org.citygml4j.model.gml.coverage.IndexMap
All Implemented Interfaces:
ModelObject, Child, Copyable, GML

public class IndexMap
extends GridFunction


Constructor Summary
IndexMap()
           
 
Method Summary
 void addLookUpIndex(java.lang.Integer lookUpIndex)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 java.util.List<java.lang.Integer> getLookUpTable()
           
 boolean isSetLookUpTable()
           
 void setLookUpTable(java.util.List<java.lang.Integer> lookUpTable)
           
 void unsetLookUpTable()
           
 
Methods inherited from class org.citygml4j.model.gml.coverage.GridFunction
addStartPoint, getModelType, getParent, getSequenceRule, getStartPoint, isSetParent, isSetSequenceRule, isSetStartPoint, setParent, setSequenceRule, setStartPoint, unsetParent, unsetSequenceRule, unsetStartPoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexMap

public IndexMap()
Method Detail

getLookUpTable

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

isSetLookUpTable

public boolean isSetLookUpTable()

addLookUpIndex

public void addLookUpIndex(java.lang.Integer lookUpIndex)

setLookUpTable

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

unsetLookUpTable

public void unsetLookUpTable()

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class GridFunction

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class GridFunction

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable
Overrides:
copy in class GridFunction