Uses of Enum Class
org.osgeo.proj.SpatialCriterion
-
Uses of SpatialCriterion in org.osgeo.proj
Modifier and TypeMethodDescriptionCoordinateOperationContext.getSpatialCriterion()
Returns the spatial criterion to use when comparing the area of validity of coordinate operations with the area of interest / area of validity of source and target CRS.static SpatialCriterion
Returns the enum constant of this class with the specified name.static SpatialCriterion[]
SpatialCriterion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CoordinateOperationContext.setSpatialCriterion
(SpatialCriterion criterion) Sets the spatial criterion to use when comparing the area of validity of coordinate operations with the area of interest / area of validity of source and target CRS.