org.citygml4j.impl.gml.geometry.primitives
Class PointArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<Point>
org.citygml4j.impl.gml.geometry.primitives.PointArrayPropertyImpl
- All Implemented Interfaces:
- Association<Point>, ModelObject, Child, Copyable, ArrayAssociation<Point>, GeometryArrayProperty<Point>, PointArrayProperty, GML
public class PointArrayPropertyImpl
- extends GeometryArrayPropertyImpl<Point>
- implements PointArrayProperty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointArrayPropertyImpl
public PointArrayPropertyImpl()
addPoint
public void addPoint(Point point)
- Specified by:
addPoint
in interface PointArrayProperty
getPoint
public java.util.List<Point> getPoint()
- Specified by:
getPoint
in interface PointArrayProperty
isSetPoint
public boolean isSetPoint()
- Specified by:
isSetPoint
in interface PointArrayProperty
setPoint
public void setPoint(java.util.List<Point> point)
- Specified by:
setPoint
in interface PointArrayProperty
unsetPoint
public void unsetPoint()
- Specified by:
unsetPoint
in interface PointArrayProperty
unsetPoint
public boolean unsetPoint(Point point)
- Specified by:
unsetPoint
in interface PointArrayProperty
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class ArrayAssociationImpl<Point>
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class GeometryArrayPropertyImpl<Point>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class ArrayAssociationImpl<Point>