Uses of Enum Class
org.osgeo.proj.SourceTargetCRSExtentUse
-
Uses of SourceTargetCRSExtentUse in org.osgeo.proj
Modifier and TypeMethodDescriptionCoordinateOperationContext.getSourceAndTargetCRSExtentUse()
Returns how source and target CRS extents should be used when considering if a transformation can be used.static SourceTargetCRSExtentUse
Returns 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.Modifier and TypeMethodDescriptionvoid
CoordinateOperationContext.setSourceAndTargetCRSExtentUse
(SourceTargetCRSExtentUse use) Sets how source and target CRS extents should be used when considering if a transformation can be used.