org.citygml4j.model.gml.coverage
Class IndexMap
java.lang.Object
org.citygml4j.model.gml.coverage.GridFunction
org.citygml4j.model.gml.coverage.IndexMap
- All Implemented Interfaces:
- ModelObject, Child, Copyable, GML
public class IndexMap
- extends GridFunction
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 |
IndexMap
public IndexMap()
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