net.opengis.citygml.relief.v_1_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_1_0.AbstractCityObjectType
net.opengis.citygml.relief.v_1_0.AbstractReliefComponentType
net.opengis.citygml.relief.v_1_0.RasterReliefType
- All Implemented Interfaces:
- Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
public class RasterReliefType
- extends AbstractReliefComponentType
- implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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/1.0}AbstractReliefComponentType">
<sequence>
<element name="grid" type="{http://www.opengis.net/citygml/relief/1.0}gridPropertyType"/>
<element ref="{http://www.opengis.net/citygml/relief/1.0}_GenericApplicationPropertyOfRasterRelief" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
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)
|
List<Object> |
getGenericApplicationPropertyOfRasterRelief()
Gets the value of the genericApplicationPropertyOfRasterRelief property. |
GridPropertyType |
getGrid()
Gets the value of the grid property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetGenericApplicationPropertyOfRasterRelief()
|
boolean |
isSetGrid()
|
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)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setGenericApplicationPropertyOfRasterRelief(List<Object> value)
|
void |
setGrid(GridPropertyType value)
Sets the value of the grid property. |
String |
toString()
|
void |
unsetGenericApplicationPropertyOfRasterRelief()
|
RasterReliefType |
withCreationDate(XMLGregorianCalendar value)
|
RasterReliefType |
withExtent(PolygonPropertyType value)
|
RasterReliefType |
withExternalReference(Collection<ExternalReferenceType> values)
|
RasterReliefType |
withExternalReference(ExternalReferenceType... values)
|
RasterReliefType |
withExternalReference(List<ExternalReferenceType> value)
|
RasterReliefType |
withGeneralizesTo(Collection<GeneralizationRelationType> values)
|
RasterReliefType |
withGeneralizesTo(GeneralizationRelationType... values)
|
RasterReliefType |
withGeneralizesTo(List<GeneralizationRelationType> value)
|
RasterReliefType |
withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
|
RasterReliefType |
withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
|
RasterReliefType |
withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
RasterReliefType |
withGenericApplicationPropertyOfRasterRelief(Collection<Object> values)
|
RasterReliefType |
withGenericApplicationPropertyOfRasterRelief(List<Object> value)
|
RasterReliefType |
withGenericApplicationPropertyOfRasterRelief(Object... values)
|
RasterReliefType |
withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
|
RasterReliefType |
withGenericApplicationPropertyOfReliefComponent(List<Object> value)
|
RasterReliefType |
withGenericApplicationPropertyOfReliefComponent(Object... values)
|
RasterReliefType |
withGrid(GridPropertyType value)
|
RasterReliefType |
withLod(int value)
|
RasterReliefType |
withTerminationDate(XMLGregorianCalendar value)
|
| Methods inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, 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 |
grid
protected GridPropertyType grid
genericApplicationPropertyOfRasterRelief
protected List<Object> genericApplicationPropertyOfRasterRelief
RasterReliefType
public RasterReliefType()
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 is
GridPropertyType
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 JAXB object.
This is why there is not a set method 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:
toString in class AbstractReliefComponentType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class AbstractReliefComponentType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class AbstractReliefComponentType
equals
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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class AbstractReliefComponentType
equals
public boolean equals(Object object)
- Overrides:
equals in class AbstractReliefComponentType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class AbstractReliefComponentType
hashCode
public int hashCode()
- Overrides:
hashCode in class AbstractReliefComponentType
clone
public Object clone()
- Overrides:
clone in class AbstractReliefComponentType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class AbstractReliefComponentType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class AbstractReliefComponentType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class AbstractReliefComponentType
mergeFrom
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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class AbstractReliefComponentType
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:
withLod in class AbstractReliefComponentType
withExtent
public RasterReliefType withExtent(PolygonPropertyType value)
- Overrides:
withExtent in class AbstractReliefComponentType
withGenericApplicationPropertyOfReliefComponent
public RasterReliefType withGenericApplicationPropertyOfReliefComponent(Object... values)
- Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType
withGenericApplicationPropertyOfReliefComponent
public RasterReliefType withGenericApplicationPropertyOfReliefComponent(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType
withGenericApplicationPropertyOfReliefComponent
public RasterReliefType withGenericApplicationPropertyOfReliefComponent(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfReliefComponent in class AbstractReliefComponentType
withCreationDate
public RasterReliefType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDate in class AbstractReliefComponentType
withTerminationDate
public RasterReliefType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDate in class AbstractReliefComponentType
withExternalReference
public RasterReliefType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReference in class AbstractReliefComponentType
withExternalReference
public RasterReliefType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReference in class AbstractReliefComponentType
withGeneralizesTo
public RasterReliefType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesTo in class AbstractReliefComponentType
withGeneralizesTo
public RasterReliefType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesTo in class AbstractReliefComponentType
withGenericApplicationPropertyOfCityObject
public RasterReliefType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType
withGenericApplicationPropertyOfCityObject
public RasterReliefType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType
withExternalReference
public RasterReliefType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReference in class AbstractReliefComponentType
withGeneralizesTo
public RasterReliefType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesTo in class AbstractReliefComponentType
withGenericApplicationPropertyOfCityObject
public RasterReliefType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObject in class AbstractReliefComponentType
Copyright © 2008-2015. All Rights Reserved.