public class PointArrayProperty extends GeometryArrayProperty<Point>
Constructor and Description |
---|
PointArrayProperty() |
PointArrayProperty(java.util.List<Point> point) |
PointArrayProperty(Point... point) |
PointArrayProperty(Point point) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(Point point) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<Point> |
getAssociableClass() |
GMLClass |
getGMLClass() |
ModelType |
getModelType() |
java.util.List<Point> |
getPoint() |
boolean |
isSetPoint() |
void |
setPoint(java.util.List<Point> point) |
void |
unsetPoint() |
boolean |
unsetPoint(Point point) |
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
addObject, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetObject, unsetParent
public PointArrayProperty()
public PointArrayProperty(Point point)
public PointArrayProperty(java.util.List<Point> point)
public PointArrayProperty(Point... point)
public void addPoint(Point point)
public java.util.List<Point> getPoint()
public boolean isSetPoint()
public void setPoint(java.util.List<Point> point)
public void unsetPoint()
public boolean unsetPoint(Point point)
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class ArrayAssociation<Point>
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryArrayProperty<Point>
public java.lang.Class<Point> getAssociableClass()
getAssociableClass
in interface Association<Point>
getAssociableClass
in class GeometryArrayProperty<Point>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryArrayProperty<Point>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryArrayProperty<Point>