|
||||||||||
| 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.building.v_1_0.RoomType
public class RoomType
A Room is a thematic object for modelling the closed parts inside a building. It has to be closed, if necessary by using closure surfaces. The geometry may be either a solid, or a MultiSurface if the boundary is not topologically clean. The room connectivity may be derived by detecting shared thematic openings or closure surfaces: two rooms are connected if both use the same opening object or the same closure surface. The thematic surfaces bounding a room are referenced by the boundedBy property. As subclass of _CityObject, a Room inherits all attributes and relations, in particular an id, names, external references, and generalization relations.
Java class for RoomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoomType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/1.0}AbstractCityObjectType">
<sequence>
<element name="class" type="{http://www.opengis.net/citygml/building/1.0}RoomClassType" minOccurs="0"/>
<element name="function" type="{http://www.opengis.net/citygml/building/1.0}RoomFunctionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="usage" type="{http://www.opengis.net/citygml/building/1.0}RoomUsageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
<element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="boundedBy" type="{http://www.opengis.net/citygml/building/1.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interiorFurniture" type="{http://www.opengis.net/citygml/building/1.0}InteriorFurniturePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="roomInstallation" type="{http://www.opengis.net/citygml/building/1.0}IntBuildingInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/building/1.0}_GenericApplicationPropertyOfRoom" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<BoundarySurfacePropertyType> |
cityObjectBoundedBy
|
protected String |
clazz
|
protected List<String> |
function
|
protected List<Object> |
genericApplicationPropertyOfRoom
|
protected List<InteriorFurniturePropertyType> |
interiorFurniture
|
protected MultiSurfacePropertyType |
lod4MultiSurface
|
protected SolidPropertyType |
lod4Solid
|
protected List<IntBuildingInstallationPropertyType> |
roomInstallation
|
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 | |
|---|---|
RoomType()
|
|
| 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 SolidPropertyType lod4Solid
protected MultiSurfacePropertyType lod4MultiSurface
protected List<BoundarySurfacePropertyType> cityObjectBoundedBy
protected List<InteriorFurniturePropertyType> interiorFurniture
protected List<IntBuildingInstallationPropertyType> roomInstallation
protected List<Object> genericApplicationPropertyOfRoom
| Constructor Detail |
|---|
public RoomType()
| 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 SolidPropertyType getLod4Solid()
SolidPropertyTypepublic void setLod4Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod4Solid()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
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 cityObjectBoundedBy property.
For example, to add a new item, do as follows:
getCityObjectBoundedBy().add(newItem);
Objects of the following type(s) are allowed in the list
BoundarySurfacePropertyType
public boolean isSetCityObjectBoundedBy()
public void unsetCityObjectBoundedBy()
public List<InteriorFurniturePropertyType> getInteriorFurniture()
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 interiorFurniture property.
For example, to add a new item, do as follows:
getInteriorFurniture().add(newItem);
Objects of the following type(s) are allowed in the list
InteriorFurniturePropertyType
public boolean isSetInteriorFurniture()
public void unsetInteriorFurniture()
public List<IntBuildingInstallationPropertyType> getRoomInstallation()
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 roomInstallation property.
For example, to add a new item, do as follows:
getRoomInstallation().add(newItem);
Objects of the following type(s) are allowed in the list
IntBuildingInstallationPropertyType
public boolean isSetRoomInstallation()
public void unsetRoomInstallation()
public List<Object> getGenericApplicationPropertyOfRoom()
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 genericApplicationPropertyOfRoom property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfRoom().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfRoom()
public void unsetGenericApplicationPropertyOfRoom()
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 setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
public void setInteriorFurniture(List<InteriorFurniturePropertyType> value)
public void setRoomInstallation(List<IntBuildingInstallationPropertyType> value)
public void setGenericApplicationPropertyOfRoom(List<Object> value)
public RoomType withClazz(String value)
public RoomType withFunction(String... values)
public RoomType withFunction(Collection<String> values)
public RoomType withUsage(String... values)
public RoomType withUsage(Collection<String> values)
public RoomType withLod4Solid(SolidPropertyType value)
public RoomType withLod4MultiSurface(MultiSurfacePropertyType value)
public RoomType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
public RoomType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)
public RoomType withInteriorFurniture(InteriorFurniturePropertyType... values)
public RoomType withInteriorFurniture(Collection<InteriorFurniturePropertyType> values)
public RoomType withRoomInstallation(IntBuildingInstallationPropertyType... values)
public RoomType withRoomInstallation(Collection<IntBuildingInstallationPropertyType> values)
public RoomType withGenericApplicationPropertyOfRoom(Object... values)
public RoomType withGenericApplicationPropertyOfRoom(Collection<Object> values)
public RoomType withFunction(List<String> value)
public RoomType withUsage(List<String> value)
public RoomType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
public RoomType withInteriorFurniture(List<InteriorFurniturePropertyType> value)
public RoomType withRoomInstallation(List<IntBuildingInstallationPropertyType> value)
public RoomType withGenericApplicationPropertyOfRoom(List<Object> value)
public RoomType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic RoomType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic RoomType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic RoomType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic RoomType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic RoomType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic RoomType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic RoomType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic RoomType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic RoomType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic RoomType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||