Class SolidArrayProperty
- java.lang.Object
-
- org.citygml4j.model.gml.base.ArrayAssociation<T>
-
- org.citygml4j.model.gml.geometry.GeometryArrayProperty<AbstractSolid>
-
- org.citygml4j.model.gml.geometry.primitives.SolidArrayProperty
-
- All Implemented Interfaces:
java.io.Serializable
,Association<AbstractSolid>
,ModelObject
,Child
,Copyable
,GML
public class SolidArrayProperty extends GeometryArrayProperty<AbstractSolid>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolidArrayProperty()
SolidArrayProperty(java.util.List<AbstractSolid> abstractSolid)
SolidArrayProperty(AbstractSolid abstractSolid)
SolidArrayProperty(AbstractSolid... abstractSolid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSolid(AbstractSolid abstractSolid)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.Class<AbstractSolid>
getAssociableClass()
GMLClass
getGMLClass()
java.util.List<? extends AbstractSolid>
getSolid()
boolean
isSetSolid()
void
setSolid(java.util.List<? extends AbstractSolid> abstractSolid)
void
unsetSolid()
boolean
unsetSolid(AbstractSolid abstractSolid)
-
Methods inherited from class org.citygml4j.model.gml.geometry.GeometryArrayProperty
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
-
Methods inherited from class org.citygml4j.model.gml.base.ArrayAssociation
addObject, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetObject, unsetParent
-
-
-
-
Constructor Detail
-
SolidArrayProperty
public SolidArrayProperty()
-
SolidArrayProperty
public SolidArrayProperty(AbstractSolid abstractSolid)
-
SolidArrayProperty
public SolidArrayProperty(java.util.List<AbstractSolid> abstractSolid)
-
SolidArrayProperty
public SolidArrayProperty(AbstractSolid... abstractSolid)
-
-
Method Detail
-
addSolid
public void addSolid(AbstractSolid abstractSolid)
-
getSolid
public java.util.List<? extends AbstractSolid> getSolid()
-
isSetSolid
public boolean isSetSolid()
-
setSolid
public void setSolid(java.util.List<? extends AbstractSolid> abstractSolid)
-
unsetSolid
public void unsetSolid()
-
unsetSolid
public boolean unsetSolid(AbstractSolid abstractSolid)
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classGeometryArrayProperty<AbstractSolid>
-
getAssociableClass
public java.lang.Class<AbstractSolid> getAssociableClass()
- Specified by:
getAssociableClass
in interfaceAssociation<AbstractSolid>
- Overrides:
getAssociableClass
in classGeometryArrayProperty<AbstractSolid>
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classGeometryArrayProperty<AbstractSolid>
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classGeometryArrayProperty<AbstractSolid>
-
-