Package net.opengis.citygml.relief.v_2_0
Class RasterReliefType
- 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.relief.v_2_0.AbstractReliefComponentType
-
- net.opengis.citygml.relief.v_2_0.RasterReliefType
-
- 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 RasterReliefType extends AbstractReliefComponentType 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 the raster component of a relief feature. As subclass of _CityObject, a RasterRelief inherits all attributes and relations, in particular an id, names, external references, and generalization relations.Java class for RasterReliefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterReliefType"> <complexContent> <extension base="{http://www.opengis.net/citygml/relief/2.0}AbstractReliefComponentType"> <sequence> <element name="grid" type="{http://www.opengis.net/citygml/relief/2.0}gridPropertyType"/> <element ref="{http://www.opengis.net/citygml/relief/2.0}_GenericApplicationPropertyOfRasterRelief" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>genericApplicationPropertyOfRasterReliefprotected GridPropertyTypegrid-
Fields inherited from class net.opengis.citygml.relief.v_2_0.AbstractReliefComponentType
extent, genericApplicationPropertyOfReliefComponent, lod
-
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 RasterReliefType()Default no-arg constructorRasterReliefType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, int lod, PolygonPropertyType extent, List<Object> genericApplicationPropertyOfReliefComponent, GridPropertyType grid, List<Object> genericApplicationPropertyOfRasterRelief)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.relief.v_2_0.AbstractReliefComponentType
getExtent, getGenericApplicationPropertyOfReliefComponent, getLod, isSetExtent, isSetGenericApplicationPropertyOfReliefComponent, isSetLod, setExtent, setGenericApplicationPropertyOfReliefComponent, setLod, unsetGenericApplicationPropertyOfReliefComponent
-
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
-
grid
protected GridPropertyType grid
-
-
Constructor Detail
-
RasterReliefType
public RasterReliefType()
Default no-arg constructor
-
RasterReliefType
public RasterReliefType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, int lod, PolygonPropertyType extent, List<Object> genericApplicationPropertyOfReliefComponent, GridPropertyType grid, List<Object> genericApplicationPropertyOfRasterRelief)
Fully-initialising value constructor
-
-
Method Detail
-
getGrid
public GridPropertyType getGrid()
Gets the value of the grid property.- Returns:
- possible object is
GridPropertyType
-
setGrid
public void setGrid(GridPropertyType value)
Sets the value of the grid property.- Parameters:
value- allowed object isGridPropertyType
-
isSetGrid
public boolean isSetGrid()
-
getGenericApplicationPropertyOfRasterRelief
public List<Object> getGenericApplicationPropertyOfRasterRelief()
Gets the value of the genericApplicationPropertyOfRasterRelief 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 genericApplicationPropertyOfRasterRelief property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfRasterRelief().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfRasterRelief
public boolean isSetGenericApplicationPropertyOfRasterRelief()
-
unsetGenericApplicationPropertyOfRasterRelief
public void unsetGenericApplicationPropertyOfRasterRelief()
-
toString
public String toString()
- Overrides:
toStringin classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReliefComponentType
-
clone
public Object clone()
- Overrides:
clonein classAbstractReliefComponentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
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 classAbstractReliefComponentType
-
setGenericApplicationPropertyOfRasterRelief
public void setGenericApplicationPropertyOfRasterRelief(List<Object> value)
-
withGrid
public RasterReliefType withGrid(GridPropertyType value)
-
withGenericApplicationPropertyOfRasterRelief
public RasterReliefType withGenericApplicationPropertyOfRasterRelief(Object... values)
-
withGenericApplicationPropertyOfRasterRelief
public RasterReliefType withGenericApplicationPropertyOfRasterRelief(Collection<Object> values)
-
withGenericApplicationPropertyOfRasterRelief
public RasterReliefType withGenericApplicationPropertyOfRasterRelief(List<Object> value)
-
withLod
public RasterReliefType withLod(int value)
- Overrides:
withLodin classAbstractReliefComponentType
-
withExtent
public RasterReliefType withExtent(PolygonPropertyType value)
- Overrides:
withExtentin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfReliefComponent
public RasterReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
- Overrides:
withGenericApplicationPropertyOfReliefComponentin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfReliefComponent
public RasterReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfReliefComponentin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfReliefComponent
public RasterReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfReliefComponentin classAbstractReliefComponentType
-
withCreationDate
public RasterReliefType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractReliefComponentType
-
withTerminationDate
public RasterReliefType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractReliefComponentType
-
withExternalReference
public RasterReliefType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractReliefComponentType
-
withExternalReference
public RasterReliefType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractReliefComponentType
-
withGeneralizesTo
public RasterReliefType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractReliefComponentType
-
withGeneralizesTo
public RasterReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractReliefComponentType
-
withRelativeToTerrain
public RasterReliefType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractReliefComponentType
-
withRelativeToWater
public RasterReliefType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfCityObject
public RasterReliefType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfCityObject
public RasterReliefType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractReliefComponentType
-
withExternalReference
public RasterReliefType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractReliefComponentType
-
withGeneralizesTo
public RasterReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractReliefComponentType
-
withGenericApplicationPropertyOfCityObject
public RasterReliefType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractReliefComponentType
-
-