Class SurfaceArrayProperty
- java.lang.Object
-
- org.citygml4j.model.gml.base.ArrayAssociation<T>
-
- org.citygml4j.model.gml.geometry.GeometryArrayProperty<AbstractSurface>
-
- org.citygml4j.model.gml.geometry.primitives.SurfaceArrayProperty
-
- All Implemented Interfaces:
java.io.Serializable
,Association<AbstractSurface>
,ModelObject
,Child
,Copyable
,GML
public class SurfaceArrayProperty extends GeometryArrayProperty<AbstractSurface>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SurfaceArrayProperty()
SurfaceArrayProperty(java.util.List<AbstractSurface> abstractSurface)
SurfaceArrayProperty(AbstractSurface abstractSurface)
SurfaceArrayProperty(AbstractSurface... abstractSurface)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSurface(AbstractSurface abstractSurface)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.Class<AbstractSurface>
getAssociableClass()
GMLClass
getGMLClass()
java.util.List<? extends AbstractSurface>
getSurface()
boolean
isSetSurface()
void
setSurface(java.util.List<? extends AbstractSurface> abstractSurface)
void
unsetSurface()
boolean
unsetSurface(AbstractSurface abstractSurface)
-
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
-
SurfaceArrayProperty
public SurfaceArrayProperty()
-
SurfaceArrayProperty
public SurfaceArrayProperty(AbstractSurface abstractSurface)
-
SurfaceArrayProperty
public SurfaceArrayProperty(java.util.List<AbstractSurface> abstractSurface)
-
SurfaceArrayProperty
public SurfaceArrayProperty(AbstractSurface... abstractSurface)
-
-
Method Detail
-
addSurface
public void addSurface(AbstractSurface abstractSurface)
-
getSurface
public java.util.List<? extends AbstractSurface> getSurface()
-
isSetSurface
public boolean isSetSurface()
-
setSurface
public void setSurface(java.util.List<? extends AbstractSurface> abstractSurface)
-
unsetSurface
public void unsetSurface()
-
unsetSurface
public boolean unsetSurface(AbstractSurface abstractSurface)
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classGeometryArrayProperty<AbstractSurface>
-
getAssociableClass
public java.lang.Class<AbstractSurface> getAssociableClass()
- Specified by:
getAssociableClass
in interfaceAssociation<AbstractSurface>
- Overrides:
getAssociableClass
in classGeometryArrayProperty<AbstractSurface>
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interfaceCopyable
- Overrides:
copy
in classGeometryArrayProperty<AbstractSurface>
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classGeometryArrayProperty<AbstractSurface>
-
-