Uses of Enum
org.apache.sis.internal.referencing.provider.TransverseMercator.Zoner
Packages that use TransverseMercator.Zoner
Package
Description
A set of helper classes for the SIS implementation.
Math transform provider
implementations.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of TransverseMercator.Zoner in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing with parameters of type TransverseMercator.ZonerModifier and TypeMethodDescriptionGeodeticObjectBuilder.applyTransverseMercator
(TransverseMercator.Zoner zoner, double latitude, double longitude) Sets the operation method, parameters and conversion name for a Transverse Mercator projection. -
Uses of TransverseMercator.Zoner in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider that return TransverseMercator.ZonerModifier and TypeMethodDescriptionstatic TransverseMercator.Zoner
Returns the enum constant of this type with the specified name.static TransverseMercator.Zoner[]
TransverseMercator.Zoner.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransverseMercator.Zoner in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as TransverseMercator.ZonerModifier and TypeFieldDescriptionprivate static final TransverseMercator.Zoner
MilitaryGridReferenceSystem.ZONER
The object to use for computing zone number and central meridian.