Uses of Enum Class
org.osgeo.proj.SourceTargetCRSExtentUse
-
Uses of SourceTargetCRSExtentUse in org.osgeo.proj
Methods in org.osgeo.proj that return SourceTargetCRSExtentUseModifier and TypeMethodDescriptionCoordinateOperationContext.getSourceAndTargetCRSExtentUse()Returns how source and target CRS extents should be used when considering if a transformation can be used.static SourceTargetCRSExtentUseReturns the enum constant of this class with the specified name.static SourceTargetCRSExtentUse[]SourceTargetCRSExtentUse.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 SourceTargetCRSExtentUseModifier and TypeMethodDescriptionvoidCoordinateOperationContext.setSourceAndTargetCRSExtentUse(SourceTargetCRSExtentUse use) Sets how source and target CRS extents should be used when considering if a transformation can be used.