public class MultiPoint extends AbstractGeometricAggregate
isSetMetaDataProperty
Constructor and Description |
---|
MultiPoint() |
MultiPoint(java.util.List<Point> points) |
MultiPoint(Point... points) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(GeometryFunctor<T> visitor) |
void |
accept(GeometryVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addPointMember(PointProperty pointMember) |
BoundingBox |
calcBoundingBox() |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
java.util.List<PointProperty> |
getPointMember() |
PointArrayProperty |
getPointMembers() |
boolean |
isSetPointMember() |
boolean |
isSetPointMembers() |
void |
setPointMember(java.util.List<PointProperty> pointMember) |
void |
setPointMembers(PointArrayProperty pointMembers) |
void |
unsetPointMember() |
boolean |
unsetPointMember(PointProperty pointMember) |
void |
unsetPointMembers() |
addAxisLabel, addUomLabel, getAxisLabels, getGid, getInheritedSrsName, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetAxisLabels, unsetGid, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUomLabels
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
public MultiPoint()
public MultiPoint(java.util.List<Point> points)
public MultiPoint(Point... points)
public void addPointMember(PointProperty pointMember)
public java.util.List<PointProperty> getPointMember()
public PointArrayProperty getPointMembers()
public boolean isSetPointMember()
public boolean isSetPointMembers()
public void setPointMember(java.util.List<PointProperty> pointMember)
public void setPointMembers(PointArrayProperty pointMembers)
public void unsetPointMember()
public boolean unsetPointMember(PointProperty pointMember)
public void unsetPointMembers()
public BoundingBox calcBoundingBox()
calcBoundingBox
in class AbstractGeometry
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AbstractGML
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractGeometry
public void accept(GeometryVisitor visitor)
accept
in class AbstractGeometry
public <T> T accept(GeometryFunctor<T> visitor)
accept
in class AbstractGeometry
public void accept(GMLVisitor visitor)
accept
in class AbstractGML
public <T> T accept(GMLFunctor<T> visitor)
accept
in class AbstractGML