public class MultiLineStringType extends AbstractGeometryObjectType
Constructor and Description |
---|
MultiLineStringType() |
Modifier and Type | Method and Description |
---|---|
void |
addLineString(java.util.List<java.lang.Integer> lineString) |
java.util.List<java.util.List<java.lang.Integer>> |
getLineStrings() |
GeometryTypeName |
getType() |
void |
setLineStrings(java.util.List<java.util.List<java.lang.Integer>> lineStrings) |
void |
unsetLineStrings() |
void |
updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap) |
getLod, isSetLod, setLod
public GeometryTypeName getType()
getType
in class AbstractGeometryType
public void addLineString(java.util.List<java.lang.Integer> lineString)
public java.util.List<java.util.List<java.lang.Integer>> getLineStrings()
public void setLineStrings(java.util.List<java.util.List<java.lang.Integer>> lineStrings)
public void unsetLineStrings()
public void updateIndexes(java.util.Map<java.lang.Integer,java.lang.Integer> indexMap)
updateIndexes
in class AbstractGeometryType