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 TypeClassDescription(package private) classShared implementation forDefaultConversionandDefaultTransformation.(package private) final classAn ordered sequence of two or more single coordinate operations.(package private) final classConical map projections.classA parameterized mathematical operation that converts coordinates to another CRS without any change of datum.(package private) final classCylindrical map projections.classSpecifies that a subset of a coordinate tuple is subject to a specific coordinate operation.(package private) final classAzimuthal (or planar) map projections.(package private) classA conversion from (longitude, latitude) coordinates to Cartesian coordinates (x,y).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.(package private) static AbstractCoordinateOperationSubTypes.castOrCopy(org.opengis.referencing.operation.CoordinateOperation object) Returns a SIS implementation for the given coordinate operation.