Uses of Interface
org.geotools.api.referencing.operation.CoordinateOperation
-
Packages that use CoordinateOperation Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.referencing Reference systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.operation Coordinate operation implementation. -
-
Uses of CoordinateOperation in org.geotools.api.referencing.operation
Subinterfaces of CoordinateOperation in org.geotools.api.referencing.operation Modifier and Type Interface Description interfaceConcatenatedOperationAn ordered sequence of two or more single coordinate operations.interfaceConicProjectionBase interface for conical map projections.interfaceConversionAn operation on coordinates that does not include any change of Datum.interfaceCylindricalProjectionBase interface for cylindrical map projections.interfaceOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.interfacePassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.interfacePlanarProjectionBase interface for for azimuthal (or planar) map projections.interfaceProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).interfaceSingleOperationA single (not concatenated) coordinate operation.interfaceTransformationAn operation on coordinates that usually includes a change of Datum.Methods in org.geotools.api.referencing.operation that return CoordinateOperation Modifier and Type Method Description CoordinateOperationCoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation... operations)Creates a concatenated operation from a sequence of operations.CoordinateOperationCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.Methods in org.geotools.api.referencing.operation that return types with arguments of type CoordinateOperation Modifier and Type Method Description Set<CoordinateOperation>CoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes.Set<CoordinateOperation>CoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns all the available operations for conversion or transformation between two coordinate reference systems.Methods in org.geotools.api.referencing.operation with parameters of type CoordinateOperation Modifier and Type Method Description CoordinateOperationCoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation... operations)Creates a concatenated operation from a sequence of operations. -
Uses of CoordinateOperation in org.geotools.referencing
Methods in org.geotools.referencing with parameters of type CoordinateOperation Modifier and Type Method Description static Rectangle2DCRS. transform(CoordinateOperation operation, Rectangle2D envelope, Rectangle2D destination)Transforms a rectangular envelope using the given coordinate operation.static GeneralBoundsCRS. transform(CoordinateOperation operation, Bounds envelope)Transforms an envelope using the given coordinate operation. -
Uses of CoordinateOperation in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CoordinateOperation Modifier and Type Method Description CoordinateOperationAbstractAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationAbstractAuthorityMediator. createCoordinateOperation(String code)CoordinateOperationAbstractCachedAuthorityFactory. createCoordinateOperation(String code)CoordinateOperationAuthorityFactoryAdapter. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationBufferedAuthorityFactory. createCoordinateOperation(String code)Returns an operation from a single operation code.CoordinateOperationCachedAuthorityDecorator. createCoordinateOperation(String code)CoordinateOperationFallbackAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationPropertyCoordinateOperationAuthorityFactory. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationThreadedAuthorityFactory. createCoordinateOperation(String code)Returns an operation from a single operation code.protected abstract CoordinateOperationAbstractCachedAuthorityFactory. generateCoordinateOperation(String code)protected CoordinateOperationTransformedAuthorityFactory. replace(CoordinateOperation operation)Replaces (if needed) the specified coordinate operation.Methods in org.geotools.referencing.factory that return types with arguments of type CoordinateOperation Modifier and Type Method Description Set<CoordinateOperation>AbstractAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates an operation from coordinate reference system codes.Set<CoordinateOperation>AbstractAuthorityMediator. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)Set<CoordinateOperation>AbstractCachedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)Set<CoordinateOperation>AuthorityFactoryAdapter. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates an operation from coordinate reference system codes.Set<CoordinateOperation>BufferedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Returns an operation from coordinate reference system codes.Set<CoordinateOperation>CachedAuthorityDecorator. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)Set<CoordinateOperation>FallbackAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates an operation from coordinate reference system codes.Set<CoordinateOperation>PropertyCoordinateOperationAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates aCoordinateOperationfrom coordinate reference system codes.Set<CoordinateOperation>ThreadedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)Returns an operation from coordinate reference system codes.Set<CoordinateOperation>TransformedAuthorityFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)Creates an operation from coordinate reference system codes.Methods in org.geotools.referencing.factory with parameters of type CoordinateOperation Modifier and Type Method Description protected CoordinateOperationTransformedAuthorityFactory. replace(CoordinateOperation operation)Replaces (if needed) the specified coordinate operation. -
Uses of CoordinateOperation in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return CoordinateOperation Modifier and Type Method Description CoordinateOperationCoordinateOperationFactoryUsingWKT. createCoordinateOperation(String code)Creates an operation from a single operation code.CoordinateOperationDirectEpsgFactory. createCoordinateOperation(String code)Returns a coordinate operation from a code.CoordinateOperationAbstractEpsgFactory. generateCoordinateOperation(String code)Returns a coordinate operation from a code.Methods in org.geotools.referencing.factory.epsg that return types with arguments of type CoordinateOperation Modifier and Type Method Description Set<CoordinateOperation>CoordinateOperationFactoryUsingWKT. createFromCoordinateReferenceSystemCodes(String sourceCRS, String targetCRS)Creates operations from coordinate reference system codes.Set<CoordinateOperation>DirectEpsgFactory. createFromCoordinateReferenceSystemCodes(String sourceCode, String targetCode)Creates operations from coordinate reference system codes. -
Uses of CoordinateOperation in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement CoordinateOperation Modifier and Type Class Description classAbstractCoordinateOperationEstablishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in the source CRS to coordinates in the target CRS.classDefaultConcatenatedOperationAn ordered sequence of two or more single coordinate operations.classDefaultConicProjectionBase class for conical map projections.classDefaultConversionAn operation on coordinates that does not include any change of Datum.classDefaultCylindricalProjectionBase class for cylindrical map projections.classDefaultOperationA parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.classDefaultPassThroughOperationA pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classDefaultPlanarProjectionBase class for for azimuthal (or planar) map projections.classDefaultProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).classDefaultSingleOperationA single (not concatenated) coordinate operation.classDefaultTransformationAn operation on coordinates that usually includes a change of Datum.classDefiningConversionA conversion used for the definition of a derived CRS (including projections).Methods in org.geotools.referencing.operation that return CoordinateOperation Modifier and Type Method Description protected CoordinateOperationAbstractCoordinateOperationFactory. concatenate(CoordinateOperation step1, CoordinateOperation step2)Concatenate two operation steps.protected CoordinateOperationAbstractCoordinateOperationFactory. concatenate(CoordinateOperation step1, CoordinateOperation step2, CoordinateOperation step3)Concatenate three transformation steps.static CoordinateOperationDefaultOperation. create(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)Returns a coordinate operation of the specified class.CoordinateOperationAbstractCoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation[] operations)Creates a concatenated operation from a sequence of operations.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromAffineTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Matrix matrix)Creates a coordinate operation from a matrix, which usually describes an affine tranform.protected CoordinateOperationAuthorityBackedFactory. createFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)If the coordinate operation is explicitly defined in some database (typically EPSG), returns it.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromMathTransform(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)Creates a coordinate operation from a math transform.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromMathTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Creates a coordinate operation from a math transform.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromParameters(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, ParameterValueGroup parameters)Creates a coordinate operation from a set of parameters.CoordinateOperationBufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationBufferedCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.CoordinateOperationDefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationDefaultCoordinateOperationFactory. createOperation(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method)Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(CompoundCRS sourceCRS, CompoundCRS targetCRS)Creates an operation between two compound coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(CompoundCRS sourceCRS, SingleCRS targetCRS)Creates an operation from a compound to a single coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeocentricCRS targetCRS)Creates an operation between two geocentric coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeocentricCRS sourceCRS, GeographicCRS targetCRS)Creates an operation from a geocentric to a geographic coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeocentricCRS targetCRS)Creates an operation from a geographic to a geocentric coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, GeographicCRS targetCRS)Creates an operation between two geographic coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, ProjectedCRS targetCRS)Creates an operation from a geographic to a projected coordinate reference system.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(GeographicCRS sourceCRS, VerticalCRS targetCRS)Creates an operation between a geographic and a vertical coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(ProjectedCRS sourceCRS, GeographicCRS targetCRS)Creates an operation from a projected to a geographic coordinate reference system.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(ProjectedCRS sourceCRS, ProjectedCRS targetCRS)Creates an operation between two projected coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(SingleCRS sourceCRS, CompoundCRS targetCRS)Creates an operation from a single to a compound coordinate reference system.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(TemporalCRS sourceCRS, TemporalCRS targetCRS)Creates an operation between two temporal coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory. createOperationStep(VerticalCRS sourceCRS, VerticalCRS targetCRS)Creates an operation between two vertical coordinate reference systems.protected CoordinateOperationAbstractCoordinateOperationFactory. inverse(CoordinateOperation operation)Returns the inverse of the specified operation.protected CoordinateOperationAuthorityBackedFactory. tryWellKnownPivots(GeographicCRS sourceCRS, GeographicCRS targetCRS)protected CoordinateOperationDefaultCoordinateOperationFactory. tryWellKnownPivots(GeographicCRS sourceCRS, GeographicCRS targetCRS)Allows subclasses to test for well known pivots that might provide better accuracy, before using a Molodenski.protected CoordinateOperationAuthorityBackedFactory. validateCandidate(CoordinateOperation candidate, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean inverse)Selects a valid operation from a set of candidates.Methods in org.geotools.referencing.operation that return types with arguments of type CoordinateOperation Modifier and Type Method Description protected Set<CoordinateOperation>AbstractCoordinateOperationFactory. concatenate(Set<CoordinateOperation> candidatesStep1, Set<CoordinateOperation> candidatesStep2)Concatenate two operation steps.protected Set<CoordinateOperation>AbstractCoordinateOperationFactory. concatenate(Set<CoordinateOperation> candidatesStep1, Set<CoordinateOperation> candidatesStep2, Set<CoordinateOperation> candidatesStep3)Concatenate two sets of operation steps.protected Set<CoordinateOperation>AuthorityBackedFactory. findFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit)Returns the list of available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findFromDatabase(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit)Returns a list of available coordinate operations explicitly defined in some database (typically EPSG), for the provided CRS pair.Set<CoordinateOperation>BufferedCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns all available operations for conversion or transformation between two coordinate reference systems.Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Returns all the available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperations(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, int limit)Returns all the available operations for conversion or transformation between two coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(CompoundCRS sourceCRS, CompoundCRS targetCRS, int limit)Returns all available operations between two compound coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(CompoundCRS sourceCRS, SingleCRS targetCRS, int limit)Returns all available operations from a compound to a single coordinate reference system.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(GeographicCRS sourceCRS, ProjectedCRS targetCRS, int limit)Returns all available operations from a geographic to a projected coordinate reference system.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(ProjectedCRS sourceCRS, GeographicCRS targetCRS, int limit)Returns all available operations from a projected to a geographic coordinate reference system.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(ProjectedCRS sourceCRS, ProjectedCRS targetCRS, int limit)Returns all available operations between two projected coordinate reference systems.protected Set<CoordinateOperation>DefaultCoordinateOperationFactory. findOperationSteps(SingleCRS sourceCRS, CompoundCRS targetCRS, int limit)Returns all available operations from a single to a compound coordinate reference system.static Class<? extends CoordinateOperation>AbstractCoordinateOperation. getType(CoordinateOperation object)Returns the most specific GeoAPI interface implemented by the specified operation.Methods in org.geotools.referencing.operation with parameters of type CoordinateOperation Modifier and Type Method Description protected booleanAuthorityBackedFactory. accept(CoordinateOperation operation)Returnstrueif the specified operation is acceptable.protected CoordinateOperationAbstractCoordinateOperationFactory. concatenate(CoordinateOperation step1, CoordinateOperation step2)Concatenate two operation steps.protected CoordinateOperationAbstractCoordinateOperationFactory. concatenate(CoordinateOperation step1, CoordinateOperation step2, CoordinateOperation step3)Concatenate three transformation steps.CoordinateOperationAbstractCoordinateOperationFactory. createConcatenatedOperation(Map<String,?> properties, CoordinateOperation[] operations)Creates a concatenated operation from a sequence of operations.static doubleAbstractCoordinateOperation. getAccuracy(CoordinateOperation operation)Convenience method returning the accuracy in meters for the specified operation.static Class<? extends CoordinateOperation>AbstractCoordinateOperation. getType(CoordinateOperation object)Returns the most specific GeoAPI interface implemented by the specified operation.protected CoordinateOperationAbstractCoordinateOperationFactory. inverse(CoordinateOperation operation)Returns the inverse of the specified operation.protected CoordinateOperationAuthorityBackedFactory. validateCandidate(CoordinateOperation candidate, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean inverse)Selects a valid operation from a set of candidates.Method parameters in org.geotools.referencing.operation with type arguments of type CoordinateOperation Modifier and Type Method Description protected Set<CoordinateOperation>AbstractCoordinateOperationFactory. concatenate(Set<CoordinateOperation> candidatesStep1, Set<CoordinateOperation> candidatesStep2)Concatenate two operation steps.protected Set<CoordinateOperation>AbstractCoordinateOperationFactory. concatenate(Set<CoordinateOperation> candidatesStep1, Set<CoordinateOperation> candidatesStep2, Set<CoordinateOperation> candidatesStep3)Concatenate two sets of operation steps.static CoordinateOperationDefaultOperation. create(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)Returns a coordinate operation of the specified class.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromMathTransform(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)Creates a coordinate operation from a math transform.Constructors in org.geotools.referencing.operation with parameters of type CoordinateOperation Constructor Description DefaultConcatenatedOperation(String name, CoordinateOperation... operations)Constructs a concatenated operation from the specified name.DefaultConcatenatedOperation(Map<String,?> properties, CoordinateOperation... operations)Constructs a concatenated operation from a set of properties.DefaultConcatenatedOperation(Map<String,?> properties, CoordinateOperation[] operations, MathTransformFactory factory)Constructs a concatenated operation from a set of properties and a math transform factory.
-