|
||||||||||
| 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.vegetation.v_1_0.AbstractVegetationObjectType
net.opengis.citygml.vegetation.v_1_0.SolitaryVegetationObjectType
public class SolitaryVegetationObjectType
Type describing solitary vegetation objects, e.g., trees. Its geometry is either defined explicitly by a GML 3 geometry with absolute coordinates, or in the case of multiple occurences of the same vegetation object, implicitly by a reference to a shape definition and a transformation. The shape definition may be given in an external file. As subclass of _CityObject, a SolitaryVegetationObject inherits all attributes and relations, in particular an id, names, external references, and generalization relations.
Java class for SolitaryVegetationObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SolitaryVegetationObjectType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/vegetation/1.0}AbstractVegetationObjectType">
<sequence>
<element name="class" type="{http://www.opengis.net/citygml/vegetation/1.0}PlantClassType" minOccurs="0"/>
<element name="function" type="{http://www.opengis.net/citygml/vegetation/1.0}PlantFunctionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="species" type="{http://www.opengis.net/citygml/vegetation/1.0}SpeciesType" minOccurs="0"/>
<element name="height" type="{http://www.opengis.net/gml}LengthType" minOccurs="0"/>
<element name="trunkDiameter" type="{http://www.opengis.net/gml}LengthType" minOccurs="0"/>
<element name="crownDiameter" type="{http://www.opengis.net/gml}LengthType" minOccurs="0"/>
<element name="lod1Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod2Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod3Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod4Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod1ImplicitRepresentation" type="{http://www.opengis.net/citygml/1.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="lod2ImplicitRepresentation" type="{http://www.opengis.net/citygml/1.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="lod3ImplicitRepresentation" type="{http://www.opengis.net/citygml/1.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="lod4ImplicitRepresentation" type="{http://www.opengis.net/citygml/1.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/vegetation/1.0}_GenericApplicationPropertyOfSolitaryVegetationObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
clazz
|
protected LengthType |
crownDiameter
|
protected List<String> |
function
|
protected List<Object> |
genericApplicationPropertyOfSolitaryVegetationObject
|
protected LengthType |
height
|
protected GeometryPropertyType |
lod1Geometry
|
protected ImplicitRepresentationPropertyType |
lod1ImplicitRepresentation
|
protected GeometryPropertyType |
lod2Geometry
|
protected ImplicitRepresentationPropertyType |
lod2ImplicitRepresentation
|
protected GeometryPropertyType |
lod3Geometry
|
protected ImplicitRepresentationPropertyType |
lod3ImplicitRepresentation
|
protected GeometryPropertyType |
lod4Geometry
|
protected ImplicitRepresentationPropertyType |
lod4ImplicitRepresentation
|
protected String |
species
|
protected LengthType |
trunkDiameter
|
| Fields inherited from class net.opengis.citygml.vegetation.v_1_0.AbstractVegetationObjectType |
|---|
genericApplicationPropertyOfVegetationObject |
| 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 | |
|---|---|
SolitaryVegetationObjectType()
|
|
| Methods inherited from class net.opengis.citygml.vegetation.v_1_0.AbstractVegetationObjectType |
|---|
getGenericApplicationPropertyOfVegetationObject, isSetGenericApplicationPropertyOfVegetationObject, setGenericApplicationPropertyOfVegetationObject, unsetGenericApplicationPropertyOfVegetationObject |
| 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 String species
protected LengthType height
protected LengthType trunkDiameter
protected LengthType crownDiameter
protected GeometryPropertyType lod1Geometry
protected GeometryPropertyType lod2Geometry
protected GeometryPropertyType lod3Geometry
protected GeometryPropertyType lod4Geometry
protected ImplicitRepresentationPropertyType lod1ImplicitRepresentation
protected ImplicitRepresentationPropertyType lod2ImplicitRepresentation
protected ImplicitRepresentationPropertyType lod3ImplicitRepresentation
protected ImplicitRepresentationPropertyType lod4ImplicitRepresentation
protected List<Object> genericApplicationPropertyOfSolitaryVegetationObject
| Constructor Detail |
|---|
public SolitaryVegetationObjectType()
| 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 String getSpecies()
Stringpublic void setSpecies(String value)
value - allowed object is
Stringpublic boolean isSetSpecies()
public LengthType getHeight()
LengthTypepublic void setHeight(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetHeight()
public LengthType getTrunkDiameter()
LengthTypepublic void setTrunkDiameter(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetTrunkDiameter()
public LengthType getCrownDiameter()
LengthTypepublic void setCrownDiameter(LengthType value)
value - allowed object is
LengthTypepublic boolean isSetCrownDiameter()
public GeometryPropertyType getLod1Geometry()
GeometryPropertyTypepublic void setLod1Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod1Geometry()
public GeometryPropertyType getLod2Geometry()
GeometryPropertyTypepublic void setLod2Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod2Geometry()
public GeometryPropertyType getLod3Geometry()
GeometryPropertyTypepublic void setLod3Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod3Geometry()
public GeometryPropertyType getLod4Geometry()
GeometryPropertyTypepublic void setLod4Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod4Geometry()
public ImplicitRepresentationPropertyType getLod1ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod1ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod1ImplicitRepresentation()
public ImplicitRepresentationPropertyType getLod2ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod2ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod2ImplicitRepresentation()
public ImplicitRepresentationPropertyType getLod3ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod3ImplicitRepresentation()
public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod4ImplicitRepresentation()
public List<Object> getGenericApplicationPropertyOfSolitaryVegetationObject()
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 genericApplicationPropertyOfSolitaryVegetationObject property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfSolitaryVegetationObject().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfSolitaryVegetationObject()
public void unsetGenericApplicationPropertyOfSolitaryVegetationObject()
public String toString()
toString in class AbstractVegetationObjectType
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 AbstractVegetationObjectType
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 AbstractVegetationObjectType
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 AbstractVegetationObjectTypepublic boolean equals(Object object)
equals in class AbstractVegetationObjectType
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 AbstractVegetationObjectTypepublic int hashCode()
hashCode in class AbstractVegetationObjectTypepublic Object clone()
clone in class AbstractVegetationObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractVegetationObjectType
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 AbstractVegetationObjectTypepublic 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 AbstractVegetationObjectType
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 AbstractVegetationObjectTypepublic void setFunction(List<String> value)
public void setGenericApplicationPropertyOfSolitaryVegetationObject(List<Object> value)
public SolitaryVegetationObjectType withClazz(String value)
public SolitaryVegetationObjectType withFunction(String... values)
public SolitaryVegetationObjectType withFunction(Collection<String> values)
public SolitaryVegetationObjectType withSpecies(String value)
public SolitaryVegetationObjectType withHeight(LengthType value)
public SolitaryVegetationObjectType withTrunkDiameter(LengthType value)
public SolitaryVegetationObjectType withCrownDiameter(LengthType value)
public SolitaryVegetationObjectType withLod1Geometry(GeometryPropertyType value)
public SolitaryVegetationObjectType withLod2Geometry(GeometryPropertyType value)
public SolitaryVegetationObjectType withLod3Geometry(GeometryPropertyType value)
public SolitaryVegetationObjectType withLod4Geometry(GeometryPropertyType value)
public SolitaryVegetationObjectType withLod1ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public SolitaryVegetationObjectType withLod2ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public SolitaryVegetationObjectType withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public SolitaryVegetationObjectType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public SolitaryVegetationObjectType withGenericApplicationPropertyOfSolitaryVegetationObject(Object... values)
public SolitaryVegetationObjectType withGenericApplicationPropertyOfSolitaryVegetationObject(Collection<Object> values)
public SolitaryVegetationObjectType withFunction(List<String> value)
public SolitaryVegetationObjectType withGenericApplicationPropertyOfSolitaryVegetationObject(List<Object> value)
public SolitaryVegetationObjectType withGenericApplicationPropertyOfVegetationObject(Object... values)
withGenericApplicationPropertyOfVegetationObject in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGenericApplicationPropertyOfVegetationObject(Collection<Object> values)
withGenericApplicationPropertyOfVegetationObject in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGenericApplicationPropertyOfVegetationObject(List<Object> value)
withGenericApplicationPropertyOfVegetationObject in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractVegetationObjectTypepublic SolitaryVegetationObjectType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractVegetationObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||