Uses of Enum Class
org.osgeo.proj.ComparisonCriterion
-
Uses of ComparisonCriterion in org.osgeo.proj
Modifier and TypeMethodDescriptionstatic ComparisonCriterion
Returns the enum constant of this class with the specified name.static ComparisonCriterion[]
ComparisonCriterion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
Proj.areEquivalent
(Object obj1, Object obj2, ComparisonCriterion criterion) Returnstrue
if the given objects are equivalent according the given criterion.