org.citygml4j.model.gml.geometry.primitives
Interface PointArrayProperty

All Superinterfaces:
ArrayAssociation<Point>, Association<Point>, Child, Copyable, GeometryArrayProperty<Point>, GML, ModelObject
All Known Implementing Classes:
PointArrayPropertyImpl

public interface PointArrayProperty
extends GeometryArrayProperty<Point>


Method Summary
 void addPoint(Point point)
           
 java.util.List<Point> getPoint()
           
 boolean isSetPoint()
           
 void setPoint(java.util.List<Point> point)
           
 void unsetPoint()
           
 boolean unsetPoint(Point point)
           
 
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.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getPoint

java.util.List<Point> getPoint()

isSetPoint

boolean isSetPoint()

addPoint

void addPoint(Point point)

setPoint

void setPoint(java.util.List<Point> point)

unsetPoint

void unsetPoint()

unsetPoint

boolean unsetPoint(Point point)