public class MultiPointType extends AbstractGeometryObjectType
Constructor and Description |
---|
MultiPointType() |
Modifier and Type | Method and 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) |
getLod, isSetLod, setLod
public GeometryTypeName getType()
getType
in class AbstractGeometryType
public void addPoint(int point)
public void addPoints(java.util.List<java.lang.Integer> points)
public java.util.List<java.lang.Integer> getPoints()
public void setPoints(java.util.List<java.lang.Integer> points)
public void unsetPoints()
public void updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
updateIndexes
in class AbstractGeometryType