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

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

public interface SurfaceArrayProperty
extends GeometryArrayProperty<AbstractSurface>


Method Summary
 void addSurface(AbstractSurface abstractSurface)
           
 java.util.List<AbstractSurface> getSurface()
           
 boolean isSetSurface()
           
 void setSurface(java.util.List<AbstractSurface> abstractSurface)
           
 void unsetSurface()
           
 boolean unsetSurface(AbstractSurface abstractSurface)
           
 
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.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

getSurface

java.util.List<AbstractSurface> getSurface()

isSetSurface

boolean isSetSurface()

setSurface

void setSurface(java.util.List<AbstractSurface> abstractSurface)

addSurface

void addSurface(AbstractSurface abstractSurface)

unsetSurface

void unsetSurface()

unsetSurface

boolean unsetSurface(AbstractSurface abstractSurface)