org.geotools.referencing.operation.projection
Class Krovak.Provider
Object
Formattable
AbstractIdentifiedObject
DefaultOperationMethod
MathTransformProvider
MapProjection.AbstractProvider
Krovak.Provider
- All Implemented Interfaces:
- Serializable, IdentifiedObject, OperationMethod
- Enclosing class:
- Krovak
public static class Krovak.Provider
- extends MapProjection.AbstractProvider
The math transform
provider for an Krovak projection (EPSG code 9819).
- Since:
- 2.4
- Author:
- Jan Jezek
- See Also:
DefaultMathTransformFactory
,
Serialized Form
Methods inherited from class AbstractIdentifiedObject |
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatches |
LATITUDE_OF_CENTER
public static final ParameterDescriptor LATITUDE_OF_CENTER
- The operation parameter descriptor for the latitude of origin parameter value. Valid values range is from -90 to 90.
Default value is 49.5.
LONGITUDE_OF_CENTER
public static final ParameterDescriptor LONGITUDE_OF_CENTER
- The operation parameter descriptor for the central
meridian parameter value. Valid values range is from -180 to 180. Default value
is 24�50' (= 42�50' from Ferro prime meridian).
AZIMUTH
public static final ParameterDescriptor AZIMUTH
- The operation parameter descriptor for the azimuth parameter
value. Valid values range is from -90 to 90. Default value is 30.28813972222.
PSEUDO_STANDARD_PARALLEL
public static final ParameterDescriptor PSEUDO_STANDARD_PARALLEL
- The operation parameter descriptor for the pseudo pseudi standard parallel parameter value. Valid values range is from -90 to 90.
Default value is 78.5.
SCALE_FACTOR
public static final ParameterDescriptor SCALE_FACTOR
- The operation parameter descriptor for the
scaleFactor
parameter value. Valid values range is from 0 to infinity. Default value is 1.
Krovak.Provider
public Krovak.Provider()
- Constructs a new provider.
getOperationType
public Class<ConicProjection> getOperationType()
- Returns the operation type for this map projection.
- Overrides:
getOperationType
in class MapProjection.AbstractProvider
- Returns:
- The GeoAPI interface implemented by this operation.
createMathTransform
public MathTransform createMathTransform(ParameterValueGroup parameters)
throws ParameterNotFoundException
- Creates a transform from the specified group of parameter values.
- Specified by:
createMathTransform
in class MathTransformProvider
- Parameters:
parameters
- The group of parameter values.
- Returns:
- The created math transform.
- Throws:
ParameterNotFoundException
- if a required parameter was not found.- See Also:
MathTransformProvider.Delegate
Copyright © 1996-2009 Geotools. All Rights Reserved.