org.citygml4j.impl.gml.coverage
Class IndexMapImpl
java.lang.Object
org.citygml4j.impl.gml.coverage.GridFunctionImpl
org.citygml4j.impl.gml.coverage.IndexMapImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, GridFunction, IndexMap, GML
public class IndexMapImpl
- extends GridFunctionImpl
- implements IndexMap
Methods inherited from class org.citygml4j.impl.gml.coverage.GridFunctionImpl |
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 |
IndexMapImpl
public IndexMapImpl()
getLookUpTable
public java.util.List<java.lang.Integer> getLookUpTable()
- Specified by:
getLookUpTable
in interface IndexMap
isSetLookUpTable
public boolean isSetLookUpTable()
- Specified by:
isSetLookUpTable
in interface IndexMap
addLookUpIndex
public void addLookUpIndex(java.lang.Integer lookUpIndex)
- Specified by:
addLookUpIndex
in interface IndexMap
setLookUpTable
public void setLookUpTable(java.util.List<java.lang.Integer> lookUpTable)
- Specified by:
setLookUpTable
in interface IndexMap
unsetLookUpTable
public void unsetLookUpTable()
- Specified by:
unsetLookUpTable
in interface IndexMap
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class GridFunctionImpl
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class GridFunctionImpl
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
- Overrides:
copy
in class GridFunctionImpl