Uses of Class
org.apache.sis.referencing.operation.DefaultConversion
Packages that use DefaultConversion
Package
Description
JAXB adapters for referencing.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of DefaultConversion in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultConversionModifier and TypeMethodDescriptionCC_Conversion.getElement()Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:Conversion>XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultConversionModifier and TypeMethodDescriptionvoidCC_Conversion.setElement(DefaultConversion conversion) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultConversion in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return DefaultConversionModifier and TypeMethodDescriptionstatic DefaultConversionDefaultConversion.castOrCopy(org.opengis.referencing.operation.Conversion object) Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.