|
||||||||||
| 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.AbstractBoundarySurfaceType
public abstract class AbstractBoundarySurfaceType
A BoundarySurface is a thematic object which classifies surfaces bounding a building or a room. The geometry of a BoundarySurface is given by MultiSurfaces. As it is a subclass of _CityObject, it inherits all atributes and relations, in particular the external references, and the generalization relations.
Java class for AbstractBoundarySurfaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractBoundarySurfaceType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/1.0}AbstractCityObjectType">
<sequence>
<element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="opening" type="{http://www.opengis.net/citygml/building/1.0}OpeningPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/building/1.0}_GenericApplicationPropertyOfBoundarySurface" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
genericApplicationPropertyOfBoundarySurface
|
protected MultiSurfacePropertyType |
lod2MultiSurface
|
protected MultiSurfacePropertyType |
lod3MultiSurface
|
protected MultiSurfacePropertyType |
lod4MultiSurface
|
protected List<OpeningPropertyType> |
opening
|
| 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 | |
|---|---|
AbstractBoundarySurfaceType()
|
|
| 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 |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom |
|---|
createNewInstance |
| Field Detail |
|---|
protected MultiSurfacePropertyType lod2MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
protected List<OpeningPropertyType> opening
protected List<Object> genericApplicationPropertyOfBoundarySurface
| Constructor Detail |
|---|
public AbstractBoundarySurfaceType()
| Method Detail |
|---|
public MultiSurfacePropertyType getLod2MultiSurface()
MultiSurfacePropertyTypepublic void setLod2MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod2MultiSurface()
public MultiSurfacePropertyType getLod3MultiSurface()
MultiSurfacePropertyTypepublic void setLod3MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod3MultiSurface()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public List<OpeningPropertyType> getOpening()
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 opening property.
For example, to add a new item, do as follows:
getOpening().add(newItem);
Objects of the following type(s) are allowed in the list
OpeningPropertyType
public boolean isSetOpening()
public void unsetOpening()
public List<Object> getGenericApplicationPropertyOfBoundarySurface()
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 genericApplicationPropertyOfBoundarySurface property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfBoundarySurface().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfBoundarySurface()
public void unsetGenericApplicationPropertyOfBoundarySurface()
public String toString()
toString in class AbstractCityObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractCityObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals 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.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class AbstractCityObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractCityObjectType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractCityObjectTypepublic void setOpening(List<OpeningPropertyType> value)
public void setGenericApplicationPropertyOfBoundarySurface(List<Object> value)
public AbstractBoundarySurfaceType withLod2MultiSurface(MultiSurfacePropertyType value)
public AbstractBoundarySurfaceType withLod3MultiSurface(MultiSurfacePropertyType value)
public AbstractBoundarySurfaceType withLod4MultiSurface(MultiSurfacePropertyType value)
public AbstractBoundarySurfaceType withOpening(OpeningPropertyType... values)
public AbstractBoundarySurfaceType withOpening(Collection<OpeningPropertyType> values)
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(Object... values)
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(Collection<Object> values)
public AbstractBoundarySurfaceType withOpening(List<OpeningPropertyType> value)
public AbstractBoundarySurfaceType withGenericApplicationPropertyOfBoundarySurface(List<Object> value)
public AbstractBoundarySurfaceType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic AbstractBoundarySurfaceType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||