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>
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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()