Uses of Class
org.apache.sis.referencing.operation.AbstractCoordinateOperation
Packages that use AbstractCoordinateOperation
Package
Description
JAXB adapters for referencing.
A set of helper classes for the SIS implementation.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of AbstractCoordinateOperation in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return AbstractCoordinateOperationModifier and TypeMethodDescriptionCC_CoordinateOperation.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:CoordinateOperation>
XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type AbstractCoordinateOperationModifier and TypeMethodDescriptionvoid
CC_CoordinateOperation.setElement
(AbstractCoordinateOperation operation) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractCoordinateOperation in org.apache.sis.internal.referencing
Subclasses of AbstractCoordinateOperation in org.apache.sis.internal.referencingModifier and TypeClassDescriptionfinal class
Place-holder for aCoordinateOperation
whose creation is deferred. -
Uses of AbstractCoordinateOperation in org.apache.sis.referencing.operation
Subclasses of AbstractCoordinateOperation in org.apache.sis.referencing.operationModifier and TypeClassDescription(package private) class
Shared implementation forDefaultConversion
andDefaultTransformation
.(package private) final class
An ordered sequence of two or more single coordinate operations.(package private) final class
Conical map projections.class
A parameterized mathematical operation that converts coordinates to another CRS without any change of datum.(package private) final class
Cylindrical map projections.class
Specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.(package private) final class
Azimuthal (or planar) map projections.(package private) class
A conversion from (longitude, latitude) coordinates to Cartesian coordinates (x,y).class
A parameterized mathematical operation that transforms coordinates to another CRS with a change of datum.Methods in org.apache.sis.referencing.operation that return AbstractCoordinateOperationModifier and TypeMethodDescriptionstatic AbstractCoordinateOperation
AbstractCoordinateOperation.castOrCopy
(org.opengis.referencing.operation.CoordinateOperation object) Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.(package private) static AbstractCoordinateOperation
SubTypes.castOrCopy
(org.opengis.referencing.operation.CoordinateOperation object) Returns a SIS implementation for the given coordinate operation.