Uses of Class
net.opengis.wcs.v_1_1.AxisSubset

Uses of AxisSubset in net.opengis.wcs.v_1_1
 

Fields in net.opengis.wcs.v_1_1 with type parameters of type AxisSubset
protected  List<AxisSubset> RangeSubsetType.FieldSubset.axisSubset
           
 

Methods in net.opengis.wcs.v_1_1 that return AxisSubset
 AxisSubset ObjectFactory.createAxisSubset()
          Create an instance of AxisSubset
 AxisSubset AxisSubset.withIdentifier(String value)
           
 AxisSubset AxisSubset.withKey(Collection<String> values)
           
 AxisSubset AxisSubset.withKey(List<String> value)
           
 AxisSubset AxisSubset.withKey(String... values)
           
 

Methods in net.opengis.wcs.v_1_1 that return types with arguments of type AxisSubset
 List<AxisSubset> RangeSubsetType.FieldSubset.getAxisSubset()
          Unordered list of zero or more axis subsets for this field.
 

Methods in net.opengis.wcs.v_1_1 with parameters of type AxisSubset
 RangeSubsetType.FieldSubset RangeSubsetType.FieldSubset.withAxisSubset(AxisSubset... values)
           
 

Method parameters in net.opengis.wcs.v_1_1 with type arguments of type AxisSubset
 void RangeSubsetType.FieldSubset.setAxisSubset(List<AxisSubset> value)
           
 RangeSubsetType.FieldSubset RangeSubsetType.FieldSubset.withAxisSubset(Collection<AxisSubset> values)
           
 RangeSubsetType.FieldSubset RangeSubsetType.FieldSubset.withAxisSubset(List<AxisSubset> value)
           
 



Copyright © 2008-2015. All Rights Reserved.