Uses of Enum Class
org.osgeo.proj.ComparisonCriterion
-
Uses of ComparisonCriterion in org.osgeo.proj
Methods in org.osgeo.proj that return ComparisonCriterionModifier 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.Methods in org.osgeo.proj with parameters of type ComparisonCriterionModifier and TypeMethodDescriptionstatic boolean
Proj.areEquivalent
(Object obj1, Object obj2, ComparisonCriterion criterion) Returnstrue
if the given objects are equivalent according the given criterion.