|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_2_1.AbstractFeatureType
net.opengis.omeo.eop.v_2_0.EarthObservationResultType
net.opengis.omeo.atm.v_2_0.EarthObservationResultType
public class EarthObservationResultType
Java class for EarthObservationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EarthObservationResultType">
<complexContent>
<extension base="{http://www.opengis.net/eop/2.0}EarthObservationResultType">
<sequence>
<element name="dataLayers" type="{http://www.opengis.net/atm/2.0}DataLayerPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="cloudCoverPercentage" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
<element name="cloudCoverPercentageAssessmentConfidence" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
<element name="cloudCoverPercentageQuotationMode" type="{http://www.opengis.net/atm/2.0}PercentageCoverQuotationModeValueType" minOccurs="0"/>
<element name="snowCoverPercentage" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
<element name="snowCoverPercentageAssessmentConfidence" type="{http://www.opengis.net/gml/3.2}MeasureType" minOccurs="0"/>
<element name="snowCoverPercentageQuotationMode" type="{http://www.opengis.net/atm/2.0}PercentageCoverQuotationModeValueType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MeasureType |
cloudCoverPercentage
|
protected MeasureType |
cloudCoverPercentageAssessmentConfidence
|
protected String |
cloudCoverPercentageQuotationMode
|
protected List<DataLayerPropertyType> |
dataLayers
|
protected MeasureType |
snowCoverPercentage
|
protected MeasureType |
snowCoverPercentageAssessmentConfidence
|
protected String |
snowCoverPercentageQuotationMode
|
| Fields inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationResultType |
|---|
browse, coverage, mask, parameter, product |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
description, descriptionReference, id, identifier, metaDataProperty, name |
| Constructor Summary | |
|---|---|
EarthObservationResultType()
|
|
| Methods inherited from class net.opengis.omeo.eop.v_2_0.EarthObservationResultType |
|---|
getBrowse, getCoverage, getMask, getParameter, getProduct, isSetBrowse, isSetCoverage, isSetMask, isSetParameter, isSetProduct, setBrowse, setCoverage, setMask, setParameter, setProduct, unsetBrowse, unsetCoverage, unsetMask, unsetProduct |
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<DataLayerPropertyType> dataLayers
protected MeasureType cloudCoverPercentage
protected MeasureType cloudCoverPercentageAssessmentConfidence
protected String cloudCoverPercentageQuotationMode
protected MeasureType snowCoverPercentage
protected MeasureType snowCoverPercentageAssessmentConfidence
protected String snowCoverPercentageQuotationMode
| Constructor Detail |
|---|
public EarthObservationResultType()
| Method Detail |
|---|
public List<DataLayerPropertyType> getDataLayers()
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 dataLayers property.
For example, to add a new item, do as follows:
getDataLayers().add(newItem);
Objects of the following type(s) are allowed in the list
DataLayerPropertyType
public boolean isSetDataLayers()
public void unsetDataLayers()
public MeasureType getCloudCoverPercentage()
MeasureTypepublic void setCloudCoverPercentage(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetCloudCoverPercentage()
public MeasureType getCloudCoverPercentageAssessmentConfidence()
MeasureTypepublic void setCloudCoverPercentageAssessmentConfidence(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetCloudCoverPercentageAssessmentConfidence()
public String getCloudCoverPercentageQuotationMode()
Stringpublic void setCloudCoverPercentageQuotationMode(String value)
value - allowed object is
Stringpublic boolean isSetCloudCoverPercentageQuotationMode()
public MeasureType getSnowCoverPercentage()
MeasureTypepublic void setSnowCoverPercentage(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSnowCoverPercentage()
public MeasureType getSnowCoverPercentageAssessmentConfidence()
MeasureTypepublic void setSnowCoverPercentageAssessmentConfidence(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSnowCoverPercentageAssessmentConfidence()
public String getSnowCoverPercentageQuotationMode()
Stringpublic void setSnowCoverPercentageQuotationMode(String value)
value - allowed object is
Stringpublic boolean isSetSnowCoverPercentageQuotationMode()
public String toString()
toString in class EarthObservationResultType
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 EarthObservationResultType
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 EarthObservationResultType
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 EarthObservationResultTypepublic boolean equals(Object object)
equals in class EarthObservationResultType
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 EarthObservationResultTypepublic int hashCode()
hashCode in class EarthObservationResultTypepublic Object clone()
clone in class EarthObservationResultTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class EarthObservationResultType
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 EarthObservationResultTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class EarthObservationResultType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class EarthObservationResultType
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 EarthObservationResultTypepublic void setDataLayers(List<DataLayerPropertyType> value)
public EarthObservationResultType withDataLayers(DataLayerPropertyType... values)
public EarthObservationResultType withDataLayers(Collection<DataLayerPropertyType> values)
public EarthObservationResultType withCloudCoverPercentage(MeasureType value)
public EarthObservationResultType withCloudCoverPercentageAssessmentConfidence(MeasureType value)
public EarthObservationResultType withCloudCoverPercentageQuotationMode(String value)
public EarthObservationResultType withSnowCoverPercentage(MeasureType value)
public EarthObservationResultType withSnowCoverPercentageAssessmentConfidence(MeasureType value)
public EarthObservationResultType withSnowCoverPercentageQuotationMode(String value)
public EarthObservationResultType withDataLayers(List<DataLayerPropertyType> value)
public EarthObservationResultType withBrowse(BrowseInformationPropertyType... values)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withBrowse(Collection<BrowseInformationPropertyType> values)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withProduct(ProductInformationPropertyType... values)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withProduct(Collection<ProductInformationPropertyType> values)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withMask(MaskInformationPropertyType... values)
withMask in class EarthObservationResultTypepublic EarthObservationResultType withMask(Collection<MaskInformationPropertyType> values)
withMask in class EarthObservationResultTypepublic EarthObservationResultType withParameter(ParameterInformationPropertyType value)
withParameter in class EarthObservationResultTypepublic EarthObservationResultType withCoverage(ReferenceType... values)
withCoverage in class EarthObservationResultTypepublic EarthObservationResultType withCoverage(Collection<ReferenceType> values)
withCoverage in class EarthObservationResultTypepublic EarthObservationResultType withBrowse(List<BrowseInformationPropertyType> value)
withBrowse in class EarthObservationResultTypepublic EarthObservationResultType withProduct(List<ProductInformationPropertyType> value)
withProduct in class EarthObservationResultTypepublic EarthObservationResultType withMask(List<MaskInformationPropertyType> value)
withMask in class EarthObservationResultTypepublic EarthObservationResultType withCoverage(List<ReferenceType> value)
withCoverage in class EarthObservationResultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||