org.citygml4j.model.gml.geometry
Interface GeometryArrayProperty<T extends AbstractGeometry>

All Superinterfaces:
ArrayAssociation<T>, Association<T>, Child, Copyable, GML, ModelObject
All Known Subinterfaces:
CurveArrayProperty, PointArrayProperty, SolidArrayProperty, SurfaceArrayProperty
All Known Implementing Classes:
CurveArrayPropertyImpl, GeometryArrayPropertyImpl, PointArrayPropertyImpl, SolidArrayPropertyImpl, SurfaceArrayPropertyImpl

public interface GeometryArrayProperty<T extends AbstractGeometry>
extends ArrayAssociation<T>


Method Summary
 void addGeometry(T geometry)
           
 java.util.List<T> getGeometry()
           
 boolean isSetGeometry()
           
 void setGeometry(java.util.List<T> geometry)
           
 void unsetGeometry()
           
 boolean unsetGeometry(T geometry)
           
 
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.base.ModelObject
getModelType
 
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

getGeometry

java.util.List<T> getGeometry()

isSetGeometry

boolean isSetGeometry()

addGeometry

void addGeometry(T geometry)

setGeometry

void setGeometry(java.util.List<T> geometry)

unsetGeometry

boolean unsetGeometry(T geometry)

unsetGeometry

void unsetGeometry()