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
protected  List<SupportedCRS> BoundingBoxData.supportedCRS
           
 

Methods in net.opengis.wps.v_2_0 that return SupportedCRS
 SupportedCRS ObjectFactory.createSupportedCRS()
          Create an instance of SupportedCRS
 SupportedCRS SupportedCRS.withDefault(Boolean value)
           
 SupportedCRS SupportedCRS.withValue(String value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type SupportedCRS
 List<SupportedCRS> BoundingBoxData.getSupportedCRS()
          Gets the value of the supportedCRS property.
 

Methods in net.opengis.wps.v_2_0 with parameters of type SupportedCRS
 BoundingBoxData BoundingBoxData.withSupportedCRS(SupportedCRS... values)
           
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type SupportedCRS
 void BoundingBoxData.setSupportedCRS(List<SupportedCRS> value)
           
 BoundingBoxData BoundingBoxData.withSupportedCRS(Collection<SupportedCRS> values)
           
 BoundingBoxData BoundingBoxData.withSupportedCRS(List<SupportedCRS> value)
           
 



Copyright © 2008-2015. All Rights Reserved.