public class DefiningConversion extends DefaultConversion
CoordinateOperationFactory.createDefiningConversion(java.util.Map<java.lang.String, ?>, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup), 
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 | 
|---|
| DefiningConversion(Map<String,?> properties,
                  OperationMethod method,
                  MathTransform transform)Constructs a conversion from a math transform. | 
| DefiningConversion(Map<String,?> properties,
                  OperationMethod method,
                  ParameterValueGroup parameters)Constructs a conversion from a set of parameters. | 
| DefiningConversion(String name,
                  ParameterValueGroup parameters)Convenience constructor for creating a defining conversion with a default operation method. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | formatWKT(Formatter formatter)Format this operation as a pseudo-WKT format. | 
| ParameterValueGroup | getParameterValues()Returns the parameter values. | 
createcreate, equals, getMethod, 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, getTargetCRSgetCoordinateOperationAccuracy, getDomainOfValidity, getMathTransform, getScopegetAlias, getIdentifiers, getName, getRemarks, toWKTpublic DefiningConversion(String name, ParameterValueGroup parameters)
name - The conversion name.parameters - The parameter values.public DefiningConversion(Map<String,?> properties, OperationMethod method, ParameterValueGroup parameters)
AbstractCoordinateOperation constructor.properties - Set of properties. Should contains at least "name".method - The operation method.parameters - The parameter values.public DefiningConversion(Map<String,?> properties, OperationMethod method, MathTransform transform)
AbstractCoordinateOperation constructor.properties - Set of properties. Should contains at least "name".method - The operation method.transform - Transform from positions in the source CRS to
     positions in the target CRS.public ParameterValueGroup getParameterValues()
getParameterValues in interface OperationgetParameterValues in class DefaultOperationDefaultMathTransformFactory.createParameterizedTransform(org.opengis.parameter.ParameterValueGroup), 
AbstractMathTransform.getParameterValues()protected String formatWKT(Formatter formatter)
formatWKT in class DefaultOperationformatter - The formatter to use.Formattable.toWKT(), 
Formattable.toString()Copyright © 1996–2019 Geotools. All rights reserved.