Uses of Enum Class
org.osgeo.proj.SpatialCriterion
-
Uses of SpatialCriterion in org.osgeo.proj
Methods in org.osgeo.proj that return SpatialCriterionModifier 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.Methods in org.osgeo.proj with parameters of type SpatialCriterionModifier 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.