Class MultiPointType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.geometry.AbstractGeometryType
-
- org.citygml4j.binding.cityjson.geometry.AbstractGeometryObjectType
-
- org.citygml4j.binding.cityjson.geometry.MultiPointType
-
public class MultiPointType extends AbstractGeometryObjectType
-
-
Constructor Summary
Constructors Constructor Description MultiPointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPoint(int point)
void
addPoints(java.util.List<java.lang.Integer> points)
java.util.List<java.lang.Integer>
getPoints()
GeometryTypeName
getType()
void
setPoints(java.util.List<java.lang.Integer> points)
void
unsetPoints()
void
updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
-
Methods inherited from class org.citygml4j.binding.cityjson.geometry.AbstractGeometryObjectType
getLod, isSetLod, setLod
-
-
-
-
Method Detail
-
getType
public GeometryTypeName getType()
- Specified by:
getType
in classAbstractGeometryType
-
addPoint
public void addPoint(int point)
-
addPoints
public void addPoints(java.util.List<java.lang.Integer> points)
-
getPoints
public java.util.List<java.lang.Integer> getPoints()
-
setPoints
public void setPoints(java.util.List<java.lang.Integer> points)
-
unsetPoints
public void unsetPoints()
-
updateIndexes
public void updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
- Specified by:
updateIndexes
in classAbstractGeometryType
-
-