public static class IdrNewZealandMapGrid.Provider
extends AbstractProvider
org.geotools.referencing.operation.MathTransformProvider for
 New Zealand Map Grid.| Modifier and Type | Field and Description | 
|---|---|
| static ParameterDescriptor | CENTRAL_MERIDIAN_LOCALThe operation parameter descriptor for the  centralMeridianparameter value. | 
| static ParameterDescriptor | FALSE_EASTING_LOCALThe operation parameter descriptor for the  falseEastingparameter value. | 
| static ParameterDescriptor | FALSE_NORTHING_LOCALThe operation parameter descriptor for the  falseNorthingparameter value. | 
| static ParameterDescriptor | LATITUDE_OF_ORIGIN_LOCALThe operation parameter descriptor for the  latitudeOfOriginparameter value. | 
| static ParameterDescriptor | SEMI_MAJOR_LOCALThe operation parameter descriptor for the  semiMajorparameter value. | 
| static ParameterDescriptor | SEMI_MINOR_LOCALThe operation parameter descriptor for the  semiMinorparameter value. | 
| Constructor and Description | 
|---|
| Provider()Constructs a new provider. | 
| Modifier and Type | Method and Description | 
|---|---|
| MathTransform | createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values. | 
public static final ParameterDescriptor SEMI_MAJOR_LOCAL
semiMajor parameter value.
 Valid values range is from 0 to infinity. This parameter is mandatory.public static final ParameterDescriptor SEMI_MINOR_LOCAL
semiMinor parameter value.
 Valid values range is from 0 to infinity. This parameter is mandatory.public static final ParameterDescriptor CENTRAL_MERIDIAN_LOCAL
centralMeridian
 parameter value. Valid values range is from -180 to 180. Default value is 0.public static final ParameterDescriptor LATITUDE_OF_ORIGIN_LOCAL
latitudeOfOrigin
 parameter value. Valid values range is from -90 to 90. Default value is 0.public static final ParameterDescriptor FALSE_EASTING_LOCAL
falseEasting
 parameter value. Valid values range is unrestricted. Default value is 0.public static final ParameterDescriptor FALSE_NORTHING_LOCAL
falseNorthing
 parameter value. Valid values range is unrestricted. Default value is 0.public MathTransform createMathTransform(ParameterValueGroup parameters)
                                  throws ParameterNotFoundException
parameters - The group of parameter values.ParameterNotFoundException - if a required parameter was not found.