Uses of Class
net.opengis.omeo.eop.v_2_0.EarthObservationResultPropertyType
-
Packages that use EarthObservationResultPropertyType Package Description net.opengis.omeo.eop.v_2_0 net.opengis.omeo.opt.v_2_0 -
-
Uses of EarthObservationResultPropertyType in net.opengis.omeo.eop.v_2_0
Methods in net.opengis.omeo.eop.v_2_0 that return EarthObservationResultPropertyType Modifier and Type Method Description EarthObservationResultPropertyTypeObjectFactory. createEarthObservationResultPropertyType()Create an instance ofEarthObservationResultPropertyTypeEarthObservationResultPropertyTypeEarthObservationResultPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withArcrole(String value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withEarthObservationResult(jakarta.xml.bind.JAXBElement<? extends EarthObservationResultType> value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withHref(String value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withNilReason(String... values)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withNilReason(Collection<String> values)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withNilReason(List<String> value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withOwns(boolean value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withRemoteSchema(String value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withRole(String value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withTitle(String value)EarthObservationResultPropertyTypeEarthObservationResultPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value) -
Uses of EarthObservationResultPropertyType in net.opengis.omeo.opt.v_2_0
Fields in net.opengis.omeo.opt.v_2_0 declared as EarthObservationResultPropertyType Modifier and Type Field Description protected EarthObservationResultPropertyTypeEarthObservationResultType. cloudCoverPercentageQuotationModeprotected EarthObservationResultPropertyTypeEarthObservationResultType. snowCoverPercentageQuotationModeMethods in net.opengis.omeo.opt.v_2_0 that return EarthObservationResultPropertyType Modifier and Type Method Description EarthObservationResultPropertyTypeEarthObservationResultType. getCloudCoverPercentageQuotationMode()Gets the value of the cloudCoverPercentageQuotationMode property.EarthObservationResultPropertyTypeEarthObservationResultType. getSnowCoverPercentageQuotationMode()Gets the value of the snowCoverPercentageQuotationMode property.Methods in net.opengis.omeo.opt.v_2_0 with parameters of type EarthObservationResultPropertyType Modifier and Type Method Description voidEarthObservationResultType. setCloudCoverPercentageQuotationMode(EarthObservationResultPropertyType value)Sets the value of the cloudCoverPercentageQuotationMode property.voidEarthObservationResultType. setSnowCoverPercentageQuotationMode(EarthObservationResultPropertyType value)Sets the value of the snowCoverPercentageQuotationMode property.EarthObservationResultTypeEarthObservationResultType. withCloudCoverPercentageQuotationMode(EarthObservationResultPropertyType value)EarthObservationResultTypeEarthObservationResultType. withSnowCoverPercentageQuotationMode(EarthObservationResultPropertyType value)Constructors in net.opengis.omeo.opt.v_2_0 with parameters of type EarthObservationResultPropertyType Constructor Description EarthObservationResultType(List<BrowseInformationPropertyType> browse, List<ProductInformationPropertyType> product, List<MaskInformationPropertyType> mask, ParameterInformationPropertyType parameter, List<ReferenceType> coverage, MeasureType cloudCoverPercentage, MeasureType cloudCoverPercentageAssessmentConfidence, EarthObservationResultPropertyType cloudCoverPercentageQuotationMode, MeasureType snowCoverPercentage, MeasureType snowCoverPercentageAssessmentConfidence, EarthObservationResultPropertyType snowCoverPercentageQuotationMode)Fully-initialising value constructor
-