org.citygml4j.impl.gml.geometry.primitives
Class PointArrayPropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
      extended by org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<Point>
          extended by 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


Constructor Summary
PointArrayPropertyImpl()
           
 
Method Summary
 void addPoint(Point point)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 java.util.List<Point> getPoint()
           
 boolean isSetPoint()
           
 void setPoint(java.util.List<Point> point)
           
 void unsetPoint()
           
 boolean unsetPoint(Point point)
           
 
Methods inherited from class org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl
addObject, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetObject, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryArrayProperty
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

PointArrayPropertyImpl

public PointArrayPropertyImpl()
Method Detail

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>