Package 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:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class IndexMap extends GridFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getParent, getSequenceRule, getStartPoint, isSetParent, isSetSequenceRule, isSetStartPoint, setParent, setSequenceRule, setStartPoint, unsetParent, unsetSequenceRule, unsetStartPoint
-
-
-
-
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 interfaceGML
- Overrides:
getGMLClass
in classGridFunction
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classGridFunction
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classGridFunction
-
-