Class PlantCoverType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.v_2_0.AbstractCityObjectType
-
- net.opengis.citygml.vegetation.v_2_0.AbstractVegetationObjectType
-
- net.opengis.citygml.vegetation.v_2_0.PlantCoverType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class PlantCoverType extends AbstractVegetationObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Type describing Plant Covers resp. Biotopes. As subclass of _CityObject, a VegetationObject inherits all attributes and relations, in particular an id, names, external references, and generalization relations.Java class for PlantCoverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlantCoverType"> <complexContent> <extension base="{http://www.opengis.net/citygml/vegetation/2.0}AbstractVegetationObjectType"> <sequence> <element name="class" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/> <element name="function" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="averageHeight" type="{http://www.opengis.net/gml}LengthType" minOccurs="0"/> <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/> <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="lod1MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/> <element name="lod2MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/> <element name="lod3MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/> <element name="lod4MultiSolid" type="{http://www.opengis.net/gml}MultiSolidPropertyType" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/vegetation/2.0}_GenericApplicationPropertyOfPlantCover" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LengthTypeaverageHeightprotected CodeTypeclazzprotected List<CodeType>functionprotected List<Object>genericApplicationPropertyOfPlantCoverprotected MultiSolidPropertyTypelod1MultiSolidprotected MultiSurfacePropertyTypelod1MultiSurfaceprotected MultiSolidPropertyTypelod2MultiSolidprotected MultiSurfacePropertyTypelod2MultiSurfaceprotected MultiSolidPropertyTypelod3MultiSolidprotected MultiSurfacePropertyTypelod3MultiSurfaceprotected MultiSolidPropertyTypelod4MultiSolidprotected MultiSurfacePropertyTypelod4MultiSurfaceprotected List<CodeType>usage-
Fields inherited from class net.opengis.citygml.vegetation.v_2_0.AbstractVegetationObjectType
genericApplicationPropertyOfVegetationObject
-
Fields inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, 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
Constructors Constructor Description PlantCoverType()Default no-arg constructorPlantCoverType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, List<Object> genericApplicationPropertyOfVegetationObject, CodeType clazz, List<CodeType> function, List<CodeType> usage, LengthType averageHeight, MultiSurfacePropertyType lod1MultiSurface, MultiSurfacePropertyType lod2MultiSurface, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, MultiSolidPropertyType lod1MultiSolid, MultiSolidPropertyType lod2MultiSolid, MultiSolidPropertyType lod3MultiSolid, MultiSolidPropertyType lod4MultiSolid, List<Object> genericApplicationPropertyOfPlantCover)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.vegetation.v_2_0.AbstractVegetationObjectType
getGenericApplicationPropertyOfVegetationObject, isSetGenericApplicationPropertyOfVegetationObject, setGenericApplicationPropertyOfVegetationObject, unsetGenericApplicationPropertyOfVegetationObject
-
Methods inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject
-
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
-
-
-
-
Field Detail
-
clazz
protected CodeType clazz
-
averageHeight
protected LengthType averageHeight
-
lod1MultiSurface
protected MultiSurfacePropertyType lod1MultiSurface
-
lod2MultiSurface
protected MultiSurfacePropertyType lod2MultiSurface
-
lod3MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
-
lod4MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
-
lod1MultiSolid
protected MultiSolidPropertyType lod1MultiSolid
-
lod2MultiSolid
protected MultiSolidPropertyType lod2MultiSolid
-
lod3MultiSolid
protected MultiSolidPropertyType lod3MultiSolid
-
lod4MultiSolid
protected MultiSolidPropertyType lod4MultiSolid
-
-
Constructor Detail
-
PlantCoverType
public PlantCoverType()
Default no-arg constructor
-
PlantCoverType
public PlantCoverType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, List<Object> genericApplicationPropertyOfVegetationObject, CodeType clazz, List<CodeType> function, List<CodeType> usage, LengthType averageHeight, MultiSurfacePropertyType lod1MultiSurface, MultiSurfacePropertyType lod2MultiSurface, MultiSurfacePropertyType lod3MultiSurface, MultiSurfacePropertyType lod4MultiSurface, MultiSolidPropertyType lod1MultiSolid, MultiSolidPropertyType lod2MultiSolid, MultiSolidPropertyType lod3MultiSolid, MultiSolidPropertyType lod4MultiSolid, List<Object> genericApplicationPropertyOfPlantCover)
Fully-initialising value constructor
-
-
Method Detail
-
getClazz
public CodeType getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
CodeType
-
setClazz
public void setClazz(CodeType value)
Sets the value of the clazz property.- Parameters:
value- allowed object isCodeType
-
isSetClazz
public boolean isSetClazz()
-
getFunction
public List<CodeType> getFunction()
Gets the value of the function property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
CodeType
-
isSetFunction
public boolean isSetFunction()
-
unsetFunction
public void unsetFunction()
-
getUsage
public List<CodeType> getUsage()
Gets the value of the usage property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
CodeType
-
isSetUsage
public boolean isSetUsage()
-
unsetUsage
public void unsetUsage()
-
getAverageHeight
public LengthType getAverageHeight()
Gets the value of the averageHeight property.- Returns:
- possible object is
LengthType
-
setAverageHeight
public void setAverageHeight(LengthType value)
Sets the value of the averageHeight property.- Parameters:
value- allowed object isLengthType
-
isSetAverageHeight
public boolean isSetAverageHeight()
-
getLod1MultiSurface
public MultiSurfacePropertyType getLod1MultiSurface()
Gets the value of the lod1MultiSurface property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setLod1MultiSurface
public void setLod1MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod1MultiSurface property.- Parameters:
value- allowed object isMultiSurfacePropertyType
-
isSetLod1MultiSurface
public boolean isSetLod1MultiSurface()
-
getLod2MultiSurface
public MultiSurfacePropertyType getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setLod2MultiSurface
public void setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.- Parameters:
value- allowed object isMultiSurfacePropertyType
-
isSetLod2MultiSurface
public boolean isSetLod2MultiSurface()
-
getLod3MultiSurface
public MultiSurfacePropertyType getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setLod3MultiSurface
public void setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.- Parameters:
value- allowed object isMultiSurfacePropertyType
-
isSetLod3MultiSurface
public boolean isSetLod3MultiSurface()
-
getLod4MultiSurface
public MultiSurfacePropertyType getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setLod4MultiSurface
public void setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.- Parameters:
value- allowed object isMultiSurfacePropertyType
-
isSetLod4MultiSurface
public boolean isSetLod4MultiSurface()
-
getLod1MultiSolid
public MultiSolidPropertyType getLod1MultiSolid()
Gets the value of the lod1MultiSolid property.- Returns:
- possible object is
MultiSolidPropertyType
-
setLod1MultiSolid
public void setLod1MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod1MultiSolid property.- Parameters:
value- allowed object isMultiSolidPropertyType
-
isSetLod1MultiSolid
public boolean isSetLod1MultiSolid()
-
getLod2MultiSolid
public MultiSolidPropertyType getLod2MultiSolid()
Gets the value of the lod2MultiSolid property.- Returns:
- possible object is
MultiSolidPropertyType
-
setLod2MultiSolid
public void setLod2MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod2MultiSolid property.- Parameters:
value- allowed object isMultiSolidPropertyType
-
isSetLod2MultiSolid
public boolean isSetLod2MultiSolid()
-
getLod3MultiSolid
public MultiSolidPropertyType getLod3MultiSolid()
Gets the value of the lod3MultiSolid property.- Returns:
- possible object is
MultiSolidPropertyType
-
setLod3MultiSolid
public void setLod3MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod3MultiSolid property.- Parameters:
value- allowed object isMultiSolidPropertyType
-
isSetLod3MultiSolid
public boolean isSetLod3MultiSolid()
-
getLod4MultiSolid
public MultiSolidPropertyType getLod4MultiSolid()
Gets the value of the lod4MultiSolid property.- Returns:
- possible object is
MultiSolidPropertyType
-
setLod4MultiSolid
public void setLod4MultiSolid(MultiSolidPropertyType value)
Sets the value of the lod4MultiSolid property.- Parameters:
value- allowed object isMultiSolidPropertyType
-
isSetLod4MultiSolid
public boolean isSetLod4MultiSolid()
-
getGenericApplicationPropertyOfPlantCover
public List<Object> getGenericApplicationPropertyOfPlantCover()
Gets the value of the genericApplicationPropertyOfPlantCover property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the genericApplicationPropertyOfPlantCover property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfPlantCover().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfPlantCover
public boolean isSetGenericApplicationPropertyOfPlantCover()
-
unsetGenericApplicationPropertyOfPlantCover
public void unsetGenericApplicationPropertyOfPlantCover()
-
toString
public String toString()
- Overrides:
toStringin classAbstractVegetationObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractVegetationObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractVegetationObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractVegetationObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractVegetationObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractVegetationObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractVegetationObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractVegetationObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractVegetationObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractVegetationObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractVegetationObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractVegetationObjectType
-
setGenericApplicationPropertyOfPlantCover
public void setGenericApplicationPropertyOfPlantCover(List<Object> value)
-
withClazz
public PlantCoverType withClazz(CodeType value)
-
withFunction
public PlantCoverType withFunction(CodeType... values)
-
withFunction
public PlantCoverType withFunction(Collection<CodeType> values)
-
withUsage
public PlantCoverType withUsage(CodeType... values)
-
withUsage
public PlantCoverType withUsage(Collection<CodeType> values)
-
withAverageHeight
public PlantCoverType withAverageHeight(LengthType value)
-
withLod1MultiSurface
public PlantCoverType withLod1MultiSurface(MultiSurfacePropertyType value)
-
withLod2MultiSurface
public PlantCoverType withLod2MultiSurface(MultiSurfacePropertyType value)
-
withLod3MultiSurface
public PlantCoverType withLod3MultiSurface(MultiSurfacePropertyType value)
-
withLod4MultiSurface
public PlantCoverType withLod4MultiSurface(MultiSurfacePropertyType value)
-
withLod1MultiSolid
public PlantCoverType withLod1MultiSolid(MultiSolidPropertyType value)
-
withLod2MultiSolid
public PlantCoverType withLod2MultiSolid(MultiSolidPropertyType value)
-
withLod3MultiSolid
public PlantCoverType withLod3MultiSolid(MultiSolidPropertyType value)
-
withLod4MultiSolid
public PlantCoverType withLod4MultiSolid(MultiSolidPropertyType value)
-
withGenericApplicationPropertyOfPlantCover
public PlantCoverType withGenericApplicationPropertyOfPlantCover(Object... values)
-
withGenericApplicationPropertyOfPlantCover
public PlantCoverType withGenericApplicationPropertyOfPlantCover(Collection<Object> values)
-
withFunction
public PlantCoverType withFunction(List<CodeType> value)
-
withUsage
public PlantCoverType withUsage(List<CodeType> value)
-
withGenericApplicationPropertyOfPlantCover
public PlantCoverType withGenericApplicationPropertyOfPlantCover(List<Object> value)
-
withGenericApplicationPropertyOfVegetationObject
public PlantCoverType withGenericApplicationPropertyOfVegetationObject(Object... values)
- Overrides:
withGenericApplicationPropertyOfVegetationObjectin classAbstractVegetationObjectType
-
withGenericApplicationPropertyOfVegetationObject
public PlantCoverType withGenericApplicationPropertyOfVegetationObject(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfVegetationObjectin classAbstractVegetationObjectType
-
withGenericApplicationPropertyOfVegetationObject
public PlantCoverType withGenericApplicationPropertyOfVegetationObject(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfVegetationObjectin classAbstractVegetationObjectType
-
withCreationDate
public PlantCoverType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractVegetationObjectType
-
withTerminationDate
public PlantCoverType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractVegetationObjectType
-
withExternalReference
public PlantCoverType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractVegetationObjectType
-
withExternalReference
public PlantCoverType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractVegetationObjectType
-
withGeneralizesTo
public PlantCoverType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractVegetationObjectType
-
withGeneralizesTo
public PlantCoverType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractVegetationObjectType
-
withRelativeToTerrain
public PlantCoverType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractVegetationObjectType
-
withRelativeToWater
public PlantCoverType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractVegetationObjectType
-
withGenericApplicationPropertyOfCityObject
public PlantCoverType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractVegetationObjectType
-
withGenericApplicationPropertyOfCityObject
public PlantCoverType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractVegetationObjectType
-
withExternalReference
public PlantCoverType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractVegetationObjectType
-
withGeneralizesTo
public PlantCoverType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractVegetationObjectType
-
withGenericApplicationPropertyOfCityObject
public PlantCoverType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractVegetationObjectType
-
-