|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.v_1_0.AbstractCityObjectType
net.opengis.citygml.cityobjectgroup.v_1_0.CityObjectGroupType
public class CityObjectGroupType
A group may be used to aggregate arbitrary CityObjects according to some user-defined criteria. Examples for groups are the buildings in a specific region, the result of a query, or objects put together for visualization purposes. Each group has a name (inherited from AbstractGMLType), functions (e.g., building group), a class and zero or more usages. A geometry may optionally be attached to a group, if the geometry of the whole group differs from the geometry of the parts. Each member of a group may be qualified by a role name, reflecting the role each CityObject plays in the context of the group. As subclass of _CityObject, a CityObjectGroup inherits all attributes and relations, in particular an id, names, external references, and generalization relations. As CityObjectGroup itself is a CityObject, it may also be contained by another group.
Java class for CityObjectGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CityObjectGroupType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/1.0}AbstractCityObjectType">
<sequence>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="function" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="usage" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupMember" type="{http://www.opengis.net/citygml/cityobjectgroup/1.0}CityObjectGroupMemberType" maxOccurs="unbounded" minOccurs="0"/>
<element name="parent" type="{http://www.opengis.net/citygml/cityobjectgroup/1.0}CityObjectGroupParentType" minOccurs="0"/>
<element name="geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/cityobjectgroup/1.0}_GenericApplicationPropertyOfCityObjectGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
clazz
|
protected List<String> |
function
|
protected List<Object> |
genericApplicationPropertyOfCityObjectGroup
|
protected GeometryPropertyType |
geometry
|
protected List<CityObjectGroupMemberType> |
groupMember
|
protected CityObjectGroupParentType |
parent
|
protected List<String> |
usage
|
| Fields inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
|---|
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, terminationDate |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
CityObjectGroupType()
|
|
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String clazz
protected List<String> function
protected List<String> usage
protected List<CityObjectGroupMemberType> groupMember
protected CityObjectGroupParentType parent
protected GeometryPropertyType geometry
protected List<Object> genericApplicationPropertyOfCityObjectGroup
| Constructor Detail |
|---|
public CityObjectGroupType()
| Method Detail |
|---|
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic boolean isSetClazz()
public List<String> getFunction()
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 function property.
For example, to add a new item, do as follows:
getFunction().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetFunction()
public void unsetFunction()
public List<String> getUsage()
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 usage property.
For example, to add a new item, do as follows:
getUsage().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetUsage()
public void unsetUsage()
public List<CityObjectGroupMemberType> getGroupMember()
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 groupMember property.
For example, to add a new item, do as follows:
getGroupMember().add(newItem);
Objects of the following type(s) are allowed in the list
CityObjectGroupMemberType
public boolean isSetGroupMember()
public void unsetGroupMember()
public CityObjectGroupParentType getParent()
CityObjectGroupParentTypepublic void setParent(CityObjectGroupParentType value)
value - allowed object is
CityObjectGroupParentTypepublic boolean isSetParent()
public GeometryPropertyType getGeometry()
GeometryPropertyTypepublic void setGeometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetGeometry()
public List<Object> getGenericApplicationPropertyOfCityObjectGroup()
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 genericApplicationPropertyOfCityObjectGroup property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfCityObjectGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfCityObjectGroup()
public void unsetGenericApplicationPropertyOfCityObjectGroup()
public String toString()
toString in class AbstractCityObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractCityObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractCityObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractCityObjectTypepublic boolean equals(Object object)
equals in class AbstractCityObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractCityObjectTypepublic int hashCode()
hashCode in class AbstractCityObjectTypepublic Object clone()
clone in class AbstractCityObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectTypepublic void setFunction(List<String> value)
public void setUsage(List<String> value)
public void setGroupMember(List<CityObjectGroupMemberType> value)
public void setGenericApplicationPropertyOfCityObjectGroup(List<Object> value)
public CityObjectGroupType withClazz(String value)
public CityObjectGroupType withFunction(String... values)
public CityObjectGroupType withFunction(Collection<String> values)
public CityObjectGroupType withUsage(String... values)
public CityObjectGroupType withUsage(Collection<String> values)
public CityObjectGroupType withGroupMember(CityObjectGroupMemberType... values)
public CityObjectGroupType withGroupMember(Collection<CityObjectGroupMemberType> values)
public CityObjectGroupType withParent(CityObjectGroupParentType value)
public CityObjectGroupType withGeometry(GeometryPropertyType value)
public CityObjectGroupType withGenericApplicationPropertyOfCityObjectGroup(Object... values)
public CityObjectGroupType withGenericApplicationPropertyOfCityObjectGroup(Collection<Object> values)
public CityObjectGroupType withFunction(List<String> value)
public CityObjectGroupType withUsage(List<String> value)
public CityObjectGroupType withGroupMember(List<CityObjectGroupMemberType> value)
public CityObjectGroupType withGenericApplicationPropertyOfCityObjectGroup(List<Object> value)
public CityObjectGroupType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic CityObjectGroupType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic CityObjectGroupType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic CityObjectGroupType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic CityObjectGroupType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic CityObjectGroupType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic CityObjectGroupType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic CityObjectGroupType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic CityObjectGroupType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic CityObjectGroupType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic CityObjectGroupType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||