Uses of Class
net.opengis.gml.v_3_3.rgrid.GeneralGridAxisType

Packages that use GeneralGridAxisType
net.opengis.gml.v_3_3.rgrid   
 

Uses of GeneralGridAxisType in net.opengis.gml.v_3_3.rgrid
 

Fields in net.opengis.gml.v_3_3.rgrid declared as GeneralGridAxisType
protected  GeneralGridAxisType GeneralGridAxisPropertyType.generalGridAxis
           
 

Methods in net.opengis.gml.v_3_3.rgrid that return GeneralGridAxisType
 GeneralGridAxisType ObjectFactory.createGeneralGridAxisType()
          Create an instance of GeneralGridAxisType
 GeneralGridAxisType GeneralGridAxisPropertyType.getGeneralGridAxis()
          Gets the value of the generalGridAxis property.
 GeneralGridAxisType GeneralGridAxisType.withCoefficients(Collection<Double> values)
           
 GeneralGridAxisType GeneralGridAxisType.withCoefficients(Double... values)
           
 GeneralGridAxisType GeneralGridAxisType.withCoefficients(List<Double> value)
           
 GeneralGridAxisType GeneralGridAxisType.withGridAxesSpanned(Collection<String> values)
           
 GeneralGridAxisType GeneralGridAxisType.withGridAxesSpanned(List<String> value)
           
 GeneralGridAxisType GeneralGridAxisType.withGridAxesSpanned(String... values)
           
 GeneralGridAxisType GeneralGridAxisType.withOffsetVector(VectorType value)
           
 GeneralGridAxisType GeneralGridAxisType.withSequenceRule(SequenceRuleType value)
           
 

Methods in net.opengis.gml.v_3_3.rgrid that return types with arguments of type GeneralGridAxisType
 JAXBElement<GeneralGridAxisType> ObjectFactory.createGeneralGridAxis(GeneralGridAxisType value)
          Create an instance of JAXBElement<GeneralGridAxisType>}
 

Methods in net.opengis.gml.v_3_3.rgrid with parameters of type GeneralGridAxisType
 JAXBElement<GeneralGridAxisType> ObjectFactory.createGeneralGridAxis(GeneralGridAxisType value)
          Create an instance of JAXBElement<GeneralGridAxisType>}
 void GeneralGridAxisPropertyType.setGeneralGridAxis(GeneralGridAxisType value)
          Sets the value of the generalGridAxis property.
 GeneralGridAxisPropertyType GeneralGridAxisPropertyType.withGeneralGridAxis(GeneralGridAxisType value)
           
 



Copyright © 2008-2016. All Rights Reserved.