Package net.opengis.omeo.ssp.v_2_0
Class EarthObservationResultType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.omeo.eop.v_2_0.EarthObservationResultType
-
- net.opengis.omeo.ssp.v_2_0.EarthObservationResultType
-
- 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 EarthObservationResultType extends EarthObservationResultType 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
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="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/ssp/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/ssp/2.0}PercentageCoverQuotationModeValueType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MeasureTypecloudCoverPercentageprotected MeasureTypecloudCoverPercentageAssessmentConfidenceprotected StringcloudCoverPercentageQuotationModeprotected MeasureTypesnowCoverPercentageprotected MeasureTypesnowCoverPercentageAssessmentConfidenceprotected StringsnowCoverPercentageQuotationMode-
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.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description EarthObservationResultType()Default no-arg constructorEarthObservationResultType(List<BrowseInformationPropertyType> browse, List<ProductInformationPropertyType> product, List<MaskInformationPropertyType> mask, ParameterInformationPropertyType parameter, List<ReferenceType> coverage, MeasureType cloudCoverPercentage, MeasureType cloudCoverPercentageAssessmentConfidence, String cloudCoverPercentageQuotationMode, MeasureType snowCoverPercentage, MeasureType snowCoverPercentageAssessmentConfidence, String snowCoverPercentageQuotationMode)Fully-initialising value constructor
-
Method Summary
-
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.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.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
cloudCoverPercentage
protected MeasureType cloudCoverPercentage
-
cloudCoverPercentageAssessmentConfidence
protected MeasureType cloudCoverPercentageAssessmentConfidence
-
cloudCoverPercentageQuotationMode
protected String cloudCoverPercentageQuotationMode
-
snowCoverPercentage
protected MeasureType snowCoverPercentage
-
snowCoverPercentageAssessmentConfidence
protected MeasureType snowCoverPercentageAssessmentConfidence
-
snowCoverPercentageQuotationMode
protected String snowCoverPercentageQuotationMode
-
-
Constructor Detail
-
EarthObservationResultType
public EarthObservationResultType()
Default no-arg constructor
-
EarthObservationResultType
public EarthObservationResultType(List<BrowseInformationPropertyType> browse, List<ProductInformationPropertyType> product, List<MaskInformationPropertyType> mask, ParameterInformationPropertyType parameter, List<ReferenceType> coverage, MeasureType cloudCoverPercentage, MeasureType cloudCoverPercentageAssessmentConfidence, String cloudCoverPercentageQuotationMode, MeasureType snowCoverPercentage, MeasureType snowCoverPercentageAssessmentConfidence, String snowCoverPercentageQuotationMode)
Fully-initialising value constructor
-
-
Method Detail
-
getCloudCoverPercentage
public MeasureType getCloudCoverPercentage()
Gets the value of the cloudCoverPercentage property.- Returns:
- possible object is
MeasureType
-
setCloudCoverPercentage
public void setCloudCoverPercentage(MeasureType value)
Sets the value of the cloudCoverPercentage property.- Parameters:
value- allowed object isMeasureType
-
isSetCloudCoverPercentage
public boolean isSetCloudCoverPercentage()
-
getCloudCoverPercentageAssessmentConfidence
public MeasureType getCloudCoverPercentageAssessmentConfidence()
Gets the value of the cloudCoverPercentageAssessmentConfidence property.- Returns:
- possible object is
MeasureType
-
setCloudCoverPercentageAssessmentConfidence
public void setCloudCoverPercentageAssessmentConfidence(MeasureType value)
Sets the value of the cloudCoverPercentageAssessmentConfidence property.- Parameters:
value- allowed object isMeasureType
-
isSetCloudCoverPercentageAssessmentConfidence
public boolean isSetCloudCoverPercentageAssessmentConfidence()
-
getCloudCoverPercentageQuotationMode
public String getCloudCoverPercentageQuotationMode()
Gets the value of the cloudCoverPercentageQuotationMode property.- Returns:
- possible object is
String
-
setCloudCoverPercentageQuotationMode
public void setCloudCoverPercentageQuotationMode(String value)
Sets the value of the cloudCoverPercentageQuotationMode property.- Parameters:
value- allowed object isString
-
isSetCloudCoverPercentageQuotationMode
public boolean isSetCloudCoverPercentageQuotationMode()
-
getSnowCoverPercentage
public MeasureType getSnowCoverPercentage()
Gets the value of the snowCoverPercentage property.- Returns:
- possible object is
MeasureType
-
setSnowCoverPercentage
public void setSnowCoverPercentage(MeasureType value)
Sets the value of the snowCoverPercentage property.- Parameters:
value- allowed object isMeasureType
-
isSetSnowCoverPercentage
public boolean isSetSnowCoverPercentage()
-
getSnowCoverPercentageAssessmentConfidence
public MeasureType getSnowCoverPercentageAssessmentConfidence()
Gets the value of the snowCoverPercentageAssessmentConfidence property.- Returns:
- possible object is
MeasureType
-
setSnowCoverPercentageAssessmentConfidence
public void setSnowCoverPercentageAssessmentConfidence(MeasureType value)
Sets the value of the snowCoverPercentageAssessmentConfidence property.- Parameters:
value- allowed object isMeasureType
-
isSetSnowCoverPercentageAssessmentConfidence
public boolean isSetSnowCoverPercentageAssessmentConfidence()
-
getSnowCoverPercentageQuotationMode
public String getSnowCoverPercentageQuotationMode()
Gets the value of the snowCoverPercentageQuotationMode property.- Returns:
- possible object is
String
-
setSnowCoverPercentageQuotationMode
public void setSnowCoverPercentageQuotationMode(String value)
Sets the value of the snowCoverPercentageQuotationMode property.- Parameters:
value- allowed object isString
-
isSetSnowCoverPercentageQuotationMode
public boolean isSetSnowCoverPercentageQuotationMode()
-
toString
public String toString()
- Overrides:
toStringin classEarthObservationResultType
-
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 classEarthObservationResultType
-
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 classEarthObservationResultType
-
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 classEarthObservationResultType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classEarthObservationResultType
-
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 classEarthObservationResultType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEarthObservationResultType
-
clone
public Object clone()
- Overrides:
clonein classEarthObservationResultType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classEarthObservationResultType
-
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 classEarthObservationResultType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classEarthObservationResultType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classEarthObservationResultType
-
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 classEarthObservationResultType
-
withCloudCoverPercentage
public EarthObservationResultType withCloudCoverPercentage(MeasureType value)
-
withCloudCoverPercentageAssessmentConfidence
public EarthObservationResultType withCloudCoverPercentageAssessmentConfidence(MeasureType value)
-
withCloudCoverPercentageQuotationMode
public EarthObservationResultType withCloudCoverPercentageQuotationMode(String value)
-
withSnowCoverPercentage
public EarthObservationResultType withSnowCoverPercentage(MeasureType value)
-
withSnowCoverPercentageAssessmentConfidence
public EarthObservationResultType withSnowCoverPercentageAssessmentConfidence(MeasureType value)
-
withSnowCoverPercentageQuotationMode
public EarthObservationResultType withSnowCoverPercentageQuotationMode(String value)
-
withBrowse
public EarthObservationResultType withBrowse(BrowseInformationPropertyType... values)
- Overrides:
withBrowsein classEarthObservationResultType
-
withBrowse
public EarthObservationResultType withBrowse(Collection<BrowseInformationPropertyType> values)
- Overrides:
withBrowsein classEarthObservationResultType
-
withProduct
public EarthObservationResultType withProduct(ProductInformationPropertyType... values)
- Overrides:
withProductin classEarthObservationResultType
-
withProduct
public EarthObservationResultType withProduct(Collection<ProductInformationPropertyType> values)
- Overrides:
withProductin classEarthObservationResultType
-
withMask
public EarthObservationResultType withMask(MaskInformationPropertyType... values)
- Overrides:
withMaskin classEarthObservationResultType
-
withMask
public EarthObservationResultType withMask(Collection<MaskInformationPropertyType> values)
- Overrides:
withMaskin classEarthObservationResultType
-
withParameter
public EarthObservationResultType withParameter(ParameterInformationPropertyType value)
- Overrides:
withParameterin classEarthObservationResultType
-
withCoverage
public EarthObservationResultType withCoverage(ReferenceType... values)
- Overrides:
withCoveragein classEarthObservationResultType
-
withCoverage
public EarthObservationResultType withCoverage(Collection<ReferenceType> values)
- Overrides:
withCoveragein classEarthObservationResultType
-
withBrowse
public EarthObservationResultType withBrowse(List<BrowseInformationPropertyType> value)
- Overrides:
withBrowsein classEarthObservationResultType
-
withProduct
public EarthObservationResultType withProduct(List<ProductInformationPropertyType> value)
- Overrides:
withProductin classEarthObservationResultType
-
withMask
public EarthObservationResultType withMask(List<MaskInformationPropertyType> value)
- Overrides:
withMaskin classEarthObservationResultType
-
withCoverage
public EarthObservationResultType withCoverage(List<ReferenceType> value)
- Overrides:
withCoveragein classEarthObservationResultType
-
-