org.citygml4j.model.gml.geometry.primitives
Interface SurfacePatchArrayProperty
- All Superinterfaces:
- ArrayAssociation<AbstractSurfacePatch>, Association<AbstractSurfacePatch>, Child, Copyable, GML, ModelObject
- All Known Subinterfaces:
- TrianglePatchArrayProperty
- All Known Implementing Classes:
- SurfacePatchArrayPropertyImpl, TrianglePatchArrayPropertyImpl
public interface SurfacePatchArrayProperty
- extends ArrayAssociation<AbstractSurfacePatch>
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getSurfacePatch
java.util.List<? extends AbstractSurfacePatch> getSurfacePatch()
isSetSurfacePatch
boolean isSetSurfacePatch()
addSurfacePatch
void addSurfacePatch(AbstractSurfacePatch surfacePatch)
setSurfacePatch
void setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch)
unsetSurfacePatch
void unsetSurfacePatch()
unsetSurfacePatch
boolean unsetSurfacePatch(AbstractSurfacePatch surfacePatch)