|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
public abstract class AbstractFeatureType
An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy. A concrete feature type must derive from this type and specify additional properties in an application schema. A feature must possess an identifying attribute ('id' - 'fid' has been deprecated).
Java-Klasse für AbstractFeatureType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractFeatureType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractGMLType"> <sequence> <element ref="{http://www.opengis.net/gml}boundedBy" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}location" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}_ADEComponent" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractFeatureType()
|
Method Summary | |
---|---|
java.util.List<org.w3c.dom.Element> |
get_ADEComponent()
Gets the value of the adeComponent property. |
BoundingShapeType |
getBoundedBy()
Ruft den Wert der boundedBy-Eigenschaft ab. |
javax.xml.bind.JAXBElement<? extends LocationPropertyType> |
getLocation()
deprecated in GML version 3.1 |
boolean |
isSet_ADEComponent()
|
boolean |
isSetBoundedBy()
|
boolean |
isSetLocation()
|
void |
set_ADEComponent(java.util.List<org.w3c.dom.Element> adeComponent)
Sets the value of the _ADEComponent property. |
void |
setBoundedBy(BoundingShapeType value)
Legt den Wert der boundedBy-Eigenschaft fest. |
void |
setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
Legt den Wert der location-Eigenschaft fest. |
void |
unset_ADEComponent()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFeatureType()
Method Detail |
---|
public BoundingShapeType getBoundedBy()
BoundingShapeType
public void setBoundedBy(BoundingShapeType value)
value
- allowed object is
BoundingShapeType
public boolean isSetBoundedBy()
public javax.xml.bind.JAXBElement<? extends LocationPropertyType> getLocation()
JAXBElement
<
PriorityLocationPropertyType
>
JAXBElement
<
LocationPropertyType
>
public void setLocation(javax.xml.bind.JAXBElement<? extends LocationPropertyType> value)
value
- allowed object is
JAXBElement
<
PriorityLocationPropertyType
>
JAXBElement
<
LocationPropertyType
>
public boolean isSetLocation()
public java.util.List<org.w3c.dom.Element> get_ADEComponent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the adeComponent property.
For example, to add a new item, do as follows:
get_ADEComponent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public boolean isSet_ADEComponent()
public void unset_ADEComponent()
public void set_ADEComponent(java.util.List<org.w3c.dom.Element> adeComponent)
adeComponent
- allowed object is
Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |