org.citygml4j.impl.gml.geometry.primitives
Class SurfaceArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<AbstractSurface>
org.citygml4j.impl.gml.geometry.primitives.SurfaceArrayPropertyImpl
- All Implemented Interfaces:
- Association<AbstractSurface>, ModelObject, Child, Copyable, ArrayAssociation<AbstractSurface>, GeometryArrayProperty<AbstractSurface>, SurfaceArrayProperty, GML
public class SurfaceArrayPropertyImpl
- extends GeometryArrayPropertyImpl<AbstractSurface>
- implements SurfaceArrayProperty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurfaceArrayPropertyImpl
public SurfaceArrayPropertyImpl()
addSurface
public void addSurface(AbstractSurface abstractSurface)
- Specified by:
addSurface
in interface SurfaceArrayProperty
getSurface
public java.util.List<AbstractSurface> getSurface()
- Specified by:
getSurface
in interface SurfaceArrayProperty
isSetSurface
public boolean isSetSurface()
- Specified by:
isSetSurface
in interface SurfaceArrayProperty
setSurface
public void setSurface(java.util.List<AbstractSurface> abstractSurface)
- Specified by:
setSurface
in interface SurfaceArrayProperty
unsetSurface
public void unsetSurface()
- Specified by:
unsetSurface
in interface SurfaceArrayProperty
unsetSurface
public boolean unsetSurface(AbstractSurface abstractSurface)
- Specified by:
unsetSurface
in interface SurfaceArrayProperty
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class ArrayAssociationImpl<AbstractSurface>
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class GeometryArrayPropertyImpl<AbstractSurface>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class ArrayAssociationImpl<AbstractSurface>