Uses of Class
org.geotools.referencing.operation.projection.AzimuthalEquidistant.Mode
-
Packages that use AzimuthalEquidistant.Mode Package Description org.geotools.referencing.operation.projection Basic implementations of map projections. -
-
Uses of AzimuthalEquidistant.Mode in org.geotools.referencing.operation.projection
Fields in org.geotools.referencing.operation.projection declared as AzimuthalEquidistant.Mode Modifier and Type Field Description protected AzimuthalEquidistant.Mode
AzimuthalEquidistant.Abstract. mode
The mode or aspect of the projection.Methods in org.geotools.referencing.operation.projection that return AzimuthalEquidistant.Mode Modifier and Type Method Description static AzimuthalEquidistant.Mode
AzimuthalEquidistant.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AzimuthalEquidistant.Mode[]
AzimuthalEquidistant.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-