Uses of Class
net.opengis.sos.v_2_0.GetResultType
-
-
Uses of GetResultType in net.opengis.sos.v_2_0
Fields in net.opengis.sos.v_2_0 declared as GetResultType Modifier and Type Field Description protected GetResultTypeGetResultPropertyType. getResultMethods in net.opengis.sos.v_2_0 that return GetResultType Modifier and Type Method Description GetResultTypeObjectFactory. createGetResultType()Create an instance ofGetResultTypeGetResultTypeGetResultPropertyType. getGetResult()Gets the value of the getResult property.GetResultTypeGetResultType. withFeatureOfInterest(String... values)GetResultTypeGetResultType. withFeatureOfInterest(Collection<String> values)GetResultTypeGetResultType. withFeatureOfInterest(List<String> value)GetResultTypeGetResultType. withObservedProperty(String value)GetResultTypeGetResultType. withOffering(String value)GetResultTypeGetResultType. withSpatialFilter(GetResultType.SpatialFilter value)GetResultTypeGetResultType. withTemporalFilter(Collection<GetResultType.TemporalFilter> values)GetResultTypeGetResultType. withTemporalFilter(List<GetResultType.TemporalFilter> value)GetResultTypeGetResultType. withTemporalFilter(GetResultType.TemporalFilter... values)Methods in net.opengis.sos.v_2_0 that return types with arguments of type GetResultType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<GetResultType>ObjectFactory. createGetResult(GetResultType value)Methods in net.opengis.sos.v_2_0 with parameters of type GetResultType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<GetResultType>ObjectFactory. createGetResult(GetResultType value)voidGetResultPropertyType. setGetResult(GetResultType value)Sets the value of the getResult property.GetResultPropertyTypeGetResultPropertyType. withGetResult(GetResultType value)Constructors in net.opengis.sos.v_2_0 with parameters of type GetResultType Constructor Description GetResultPropertyType(GetResultType getResult, List<String> nilReason, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-