Package org.citygml4j.model.gml.feature
Class FeatureArrayProperty
- java.lang.Object
-
- org.citygml4j.model.gml.base.ArrayAssociation<AbstractFeature>
-
- org.citygml4j.model.gml.feature.FeatureArrayProperty
-
- All Implemented Interfaces:
java.io.Serializable
,Association<AbstractFeature>
,ModelObject
,Child
,Copyable
,GML
public class FeatureArrayProperty extends ArrayAssociation<AbstractFeature>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureArrayProperty()
FeatureArrayProperty(java.util.List<AbstractFeature> abstractFeature)
FeatureArrayProperty(AbstractFeature abstractFeature)
FeatureArrayProperty(AbstractFeature... abstractFeature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFeature(AbstractFeature feature)
void
addGenericADEElement(ADEGenericElement genericADEElement)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.lang.Class<AbstractFeature>
getAssociableClass()
java.util.List<? extends AbstractFeature>
getFeature()
java.util.List<ADEGenericElement>
getGenericADEElement()
GMLClass
getGMLClass()
boolean
isSetFeature()
boolean
isSetGenericADEElement()
void
setFeature(java.util.List<? extends AbstractFeature> feature)
void
setGenericADEComponent(java.util.List<ADEGenericElement> genericADEComponent)
void
unsetFeature()
boolean
unsetFeature(AbstractFeature feature)
void
unsetGenericADEElement()
boolean
unsetGenericADEElement(ADEComponent genericADEElement)
-
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
-
FeatureArrayProperty
public FeatureArrayProperty()
-
FeatureArrayProperty
public FeatureArrayProperty(AbstractFeature abstractFeature)
-
FeatureArrayProperty
public FeatureArrayProperty(java.util.List<AbstractFeature> abstractFeature)
-
FeatureArrayProperty
public FeatureArrayProperty(AbstractFeature... abstractFeature)
-
-
Method Detail
-
addFeature
public void addFeature(AbstractFeature feature)
-
addGenericADEElement
public void addGenericADEElement(ADEGenericElement genericADEElement)
-
getFeature
public java.util.List<? extends AbstractFeature> getFeature()
-
getGenericADEElement
public java.util.List<ADEGenericElement> getGenericADEElement()
-
isSetFeature
public boolean isSetFeature()
-
isSetGenericADEElement
public boolean isSetGenericADEElement()
-
setFeature
public void setFeature(java.util.List<? extends AbstractFeature> feature)
-
setGenericADEComponent
public void setGenericADEComponent(java.util.List<ADEGenericElement> genericADEComponent)
-
unsetFeature
public void unsetFeature()
-
unsetGenericADEElement
public void unsetGenericADEElement()
-
unsetFeature
public boolean unsetFeature(AbstractFeature feature)
-
unsetGenericADEElement
public boolean unsetGenericADEElement(ADEComponent genericADEElement)
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
- Overrides:
getGMLClass
in classArrayAssociation<AbstractFeature>
-
getAssociableClass
public java.lang.Class<AbstractFeature> getAssociableClass()
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classArrayAssociation<AbstractFeature>
-
-