Uses of Class
net.opengis.wps.v_2_0.SupportedCRS
-
-
Uses of SupportedCRS in net.opengis.wps.v_2_0
Fields in net.opengis.wps.v_2_0 with type parameters of type SupportedCRS Modifier and Type Field Description protected List<SupportedCRS>BoundingBoxData. supportedCRSMethods in net.opengis.wps.v_2_0 that return SupportedCRS Modifier and Type Method Description SupportedCRSObjectFactory. createSupportedCRS()Create an instance ofSupportedCRSSupportedCRSSupportedCRS. withDefault(boolean value)SupportedCRSSupportedCRS. withValue(String value)Methods in net.opengis.wps.v_2_0 that return types with arguments of type SupportedCRS Modifier and Type Method Description List<SupportedCRS>BoundingBoxData. getSupportedCRS()Gets the value of the supportedCRS property.Methods in net.opengis.wps.v_2_0 with parameters of type SupportedCRS Modifier and Type Method Description BoundingBoxDataBoundingBoxData. withSupportedCRS(SupportedCRS... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type SupportedCRS Modifier and Type Method Description voidBoundingBoxData. setSupportedCRS(List<SupportedCRS> value)BoundingBoxDataBoundingBoxData. withSupportedCRS(Collection<SupportedCRS> values)BoundingBoxDataBoundingBoxData. withSupportedCRS(List<SupportedCRS> value)
-