Uses of Enum Class
org.osgeo.proj.IntermediateCRSUse
-
Uses of IntermediateCRSUse in org.osgeo.proj
Methods in org.osgeo.proj that return IntermediateCRSUseModifier and TypeMethodDescriptionCoordinateOperationContext.getAllowUseIntermediateCRS()Return whether an intermediate pivot CRS can be used for researching coordinate operations between a source and target CRS.static IntermediateCRSUseReturns 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.Methods in org.osgeo.proj with parameters of type IntermediateCRSUseModifier and TypeMethodDescriptionvoidCoordinateOperationContext.setAllowUseIntermediateCRS(IntermediateCRSUse use) Set whether an intermediate pivot CRS can be used for researching coordinate operations between a source and target CRS.