public class DefaultProjection extends DefaultConversion implements Projection
An unofficial list of projections and their parameters can be found there. Most projections expect the
following parameters: "central_meridian" (default to 0), "latitude_of_origin"
(default to 0), "scale_factor" (default to 1), "false_easting"
(default to 0) and "false_northing" (default to 0).
DefaultProjectedCRS,
Map projections on MathWorld,
Serialized FormmethoddomainOfValidity, EMPTY_ACCURACY_ARRAY, sourceCRS, targetCRS, transformEMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATORSINGLE_LINECOORDINATE_OPERATION_ACCURACY_KEY, DOMAIN_OF_VALIDITY_KEY, OPERATION_VERSION_KEY, SCOPE_KEYALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Constructor and Description |
|---|
DefaultProjection(Conversion conversion,
CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
MathTransform transform)
Constructs a new projection with the same values than the specified one, together with the
specified source and target CRS.
|
DefaultProjection(Map<String,?> properties,
CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
MathTransform transform,
OperationMethod method)
Constructs a projection from a set of properties.
|
createcreate, equals, formatWKT, getMethod, getParameterValues, hashCodegetAccuracy, getAccuracy, getCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getOperationVersion, getPositionalAccuracy, getScope, getSourceCRS, getTargetCRS, getType, getValidAreaasSet, 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, toWKTgetOperationVersion, getSourceCRS, getTargetCRSgetMethod, getParameterValuesgetCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScopegetAlias, getIdentifiers, getName, getRemarks, toWKTpublic DefaultProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)
conversion - The defining conversion.sourceCRS - The source CRS.targetCRS - The target CRS.transform - Transform from positions in the source CRS to
positions in the target CRS.public DefaultProjection(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)
AbstractCoordinateOperation constructor.properties - Set of properties. Should contains at least "name".sourceCRS - The source CRS, or null if not available.targetCRS - The target CRS, or null if not available.transform - Transform from positions in the source coordinate
reference system to positions in the target coordinate
reference system.method - The operation method.Copyright © 1996–2019 Geotools. All rights reserved.