org.citygml4j.impl.gml.geometry.primitives
Class SolidArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<AbstractSolid>
org.citygml4j.impl.gml.geometry.primitives.SolidArrayPropertyImpl
- All Implemented Interfaces:
- Association<AbstractSolid>, ModelObject, Child, Copyable, ArrayAssociation<AbstractSolid>, GeometryArrayProperty<AbstractSolid>, SolidArrayProperty, GML
public class SolidArrayPropertyImpl
- extends GeometryArrayPropertyImpl<AbstractSolid>
- implements SolidArrayProperty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolidArrayPropertyImpl
public SolidArrayPropertyImpl()
addSolid
public void addSolid(AbstractSolid abstractSolid)
- Specified by:
addSolid
in interface SolidArrayProperty
getSolid
public java.util.List<AbstractSolid> getSolid()
- Specified by:
getSolid
in interface SolidArrayProperty
isSetSolid
public boolean isSetSolid()
- Specified by:
isSetSolid
in interface SolidArrayProperty
setSolid
public void setSolid(java.util.List<AbstractSolid> abstractSolid)
- Specified by:
setSolid
in interface SolidArrayProperty
unsetSolid
public void unsetSolid()
- Specified by:
unsetSolid
in interface SolidArrayProperty
unsetSolid
public boolean unsetSolid(AbstractSolid abstractSolid)
- Specified by:
unsetSolid
in interface SolidArrayProperty
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class ArrayAssociationImpl<AbstractSolid>
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class GeometryArrayPropertyImpl<AbstractSolid>
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<AbstractSolid>