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 TypeMethodDescriptionvoidCC_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 classPlace-holder for aCoordinateOperationwhose creation is deferred. -
Uses of AbstractCoordinateOperation in org.apache.sis.referencing.operation
Subclasses of AbstractCoordinateOperation in org.apache.sis.referencing.operationModifier and TypeClassDescriptionclassA parameterized mathematical operation that converts coordinates to another CRS without any change of datum.classSpecifies that a subset of a coordinate tuple is subject to a specific coordinate operation.classA 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 AbstractCoordinateOperationAbstractCoordinateOperation.castOrCopy(org.opengis.referencing.operation.CoordinateOperation object) Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.