Uses of Enum Class
org.osgeo.proj.IntermediateCRSUse
-
Uses of IntermediateCRSUse in org.osgeo.proj
Modifier and TypeMethodDescriptionCoordinateOperationContext.getAllowUseIntermediateCRS()
Return whether an intermediate pivot CRS can be used for researching coordinate operations between a source and target CRS.static IntermediateCRSUse
Returns the enum constant of this class with the specified name.static IntermediateCRSUse[]
IntermediateCRSUse.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CoordinateOperationContext.setAllowUseIntermediateCRS
(IntermediateCRSUse use) Set whether an intermediate pivot CRS can be used for researching coordinate operations between a source and target CRS.