org.citygml4j.impl.gml.coverage
Class IndexMapImpl

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

public class IndexMapImpl
extends GridFunctionImpl
implements IndexMap


Constructor Summary
IndexMapImpl()
           
 
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.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
 
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.common.base.ModelObject
getModelType
 
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
 

Constructor Detail

IndexMapImpl

public IndexMapImpl()
Method Detail

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