Uses of Class
provided.owlMaps.control.MapLengthUnits
| Package | Description |
|---|---|
| provided.owlMaps.control |
Contains entities for implementing and supporting starting and controlling up the OwlMaps system
|
| provided.owlMaps.control.impl |
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE! ***
Implementations of the owlmaps.control package interfaces |
| provided.owlMaps.utils |
Contains utilities for working with maps and components
|
-
Uses of MapLengthUnits in provided.owlMaps.control
Methods in provided.owlMaps.control that return MapLengthUnits Modifier and Type Method Description static MapLengthUnitsMapLengthUnits. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MapLengthUnits[]MapLengthUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in provided.owlMaps.control with parameters of type MapLengthUnits Modifier and Type Method Description static IOwlMapControlIOwlMapControl. make(java.lang.String googleMapsApiKey, MapLengthUnits systemLengthUnit, java.util.function.Consumer<java.lang.String> loggerFn)Instantiate an IOwlMapControl instance -
Uses of MapLengthUnits in provided.owlMaps.control.impl
Fields in provided.owlMaps.control.impl declared as MapLengthUnits Modifier and Type Field Description private MapLengthUnitsOwlMapControl. systemLengthUnitThe current length unit being used by the system.Constructors in provided.owlMaps.control.impl with parameters of type MapLengthUnits Constructor Description OwlMapControl(java.lang.String googleMapsApiKey, MapLengthUnits systemLengthUnit, java.util.function.Consumer<java.lang.String> loggerFn)Instantiate the OwlMapControl -
Uses of MapLengthUnits in provided.owlMaps.utils
Fields in provided.owlMaps.utils with type parameters of type MapLengthUnits Modifier and Type Field Description static java.util.Map<MapLengthUnits,java.lang.Double>IOwlMapsDefs. EARTH_MEAN_RADIIMapping of map length measurement units to the mean radius of the Earth in those units.static java.util.Map<MapLengthUnits,java.lang.Double>IOwlMapsDefs. LENGTH_CONVERSIONSMapping of map length measurement units to conversion factor of unitX/meter, i.e.Methods in provided.owlMaps.utils that return MapLengthUnits Modifier and Type Method Description MapLengthUnitsIOwlMapUtils. getSystemLengthUnit()Get the currently set system length unit