public static class AzimuthalEquidistant.Provider extends MapProjection.AbstractProvider
MathTransformProvider.Delegate| Modifier and Type | Field and Description |
|---|---|
static ParameterDescriptorGroup |
PARAMETERS
The descriptors for the parameters that define the projection.
|
CENTRAL_MERIDIAN, FALSE_EASTING, FALSE_NORTHING, LATITUDE_OF_CENTRE, LATITUDE_OF_ORIGIN, LONGITUDE_OF_CENTRE, SCALE_FACTOR, SEMI_MAJOR, SEMI_MINOR, STANDARD_PARALLEL_1, STANDARD_PARALLEL_2sourceDimensions, targetDimensionsEMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORSINGLE_LINEFORMULA_KEYALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Constructor and Description |
|---|
Provider()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected MathTransform |
createMathTransform(ParameterValueGroup parameters)
Create an Azimuthal Equidistant projection.
|
doubleValue, getOperationTypecreateDescriptor, createDescriptorGroup, createOptionalDescriptor, doubleValue, ensureValidValues, formatWKT, getParameter, intValue, stringValue, toMap, valuecheckDimensions, equals, getFormula, getParameters, getSourceDimensions, getTargetDimensions, hashCodeasSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches, nameMatchescleanupThreadLocals, toString, toWKT, toWKT, toWKT, toWKTgetAlias, getIdentifiers, getName, getRemarks, toWKTpublic static final ParameterDescriptorGroup PARAMETERS
protected MathTransform createMathTransform(ParameterValueGroup parameters) throws InvalidParameterNameException, ParameterNotFoundException, InvalidParameterValueException, FactoryException
createMathTransform in class MathTransformProviderparameters - The group of parameter values.AzimuthalEquidistant.Spherical or AzimuthalEquidistant.Ellipsoidal depending on the parameters.InvalidParameterNameException - if the values contains an unknow parameter.ParameterNotFoundException - if a required parameter was not found.InvalidParameterValueException - if a parameter has an invalid value.FactoryException - if the math transform can't be created for some other reason (for
example a required file was not found).MathTransformProvider.createMathTransform(org.opengis.parameter.ParameterValueGroup)Copyright © 1996–2019 Geotools. All rights reserved.