public static class IdrEquidistantCylindrical.Provider
extends AbstractProvider
org.geotools.referencing.operation.MathTransformProvider for an
 Equidistant Cylindrical projection.org.geotools.referencing.operation.DefaultMathTransformFactory| Modifier and Type | Field and Description | 
|---|---|
| static ParameterDescriptor | STANDARD_PARALLELThe operation parameter descriptor for the  standard parallelparameter 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. | 
| protected java.lang.Class | getOperationType()Returns the operation type for this map projection. | 
public static final ParameterDescriptor STANDARD_PARALLEL
standard parallel
 parameter value. Valid values range is from -90 to 90. Default value is 0.protected java.lang.Class getOperationType()
public MathTransform createMathTransform(ParameterValueGroup parameters)
                                  throws ParameterNotFoundException,
                                         FactoryException
parameters - The group of parameter values.ParameterNotFoundException - if a required parameter was not found.FactoryException