CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | Static Public Attributes | List of all members
com.cartotype.CoordType Enum Reference

Public Attributes

 Degree
 
 Display
 
 Map
 
 MapMeter
 

Static Public Attributes

static final CoordType Screen = Display
 

Detailed Description

Coordinate types.

Member Data Documentation

◆ Degree

com.cartotype.CoordType.Degree

Longitude (x) and latitude (y) in degrees.

◆ Display

com.cartotype.CoordType.Display

Pixels on the display: x increases to the right and y increases downwards.

◆ Map

com.cartotype.CoordType.Map

Map coordinates: either projected meters or (usually) 32nds of meters, depending on the map.

◆ MapMeter

com.cartotype.CoordType.MapMeter

Map meters: projected meters.

◆ Screen

final CoordType com.cartotype.CoordType.Screen = Display
static

A synonym for Display: pixels on the display: x increases to the right and y increases downwards.


The documentation for this enum was generated from the following file: