Uses of Enum Class
org.geotools.referencing.operation.projection.AzimuthalEquidistant.Mode
Packages that use AzimuthalEquidistant.Mode
-
Uses of AzimuthalEquidistant.Mode in org.geotools.referencing.operation.projection
Fields in org.geotools.referencing.operation.projection declared as AzimuthalEquidistant.ModeModifier and TypeFieldDescriptionprotected final AzimuthalEquidistant.Mode
AzimuthalEquidistant.Abstract.mode
The mode or aspect of the projection.Methods in org.geotools.referencing.operation.projection that return AzimuthalEquidistant.ModeModifier and TypeMethodDescriptionstatic AzimuthalEquidistant.Mode
Returns the enum constant of this class with the specified name.static AzimuthalEquidistant.Mode[]
AzimuthalEquidistant.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.