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>


Method Summary
 void addSurfacePatch(AbstractSurfacePatch surfacePatch)
           
 java.util.List<? extends AbstractSurfacePatch> getSurfacePatch()
           
 boolean isSetSurfacePatch()
           
 void setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch)
           
 void unsetSurfacePatch()
           
 boolean unsetSurfacePatch(AbstractSurfacePatch surfacePatch)
           
 
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

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)