Package com.massifmaps.datasources
Class MBTilesScheme
java.lang.Object
com.massifmaps.datasources.MBTilesScheme
MBTiles tile schemes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe default scheme.static final intAlternative to TMS scheme. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MBTILES_SCHEME_TMS
public static final int MBTILES_SCHEME_TMSThe default scheme. Vertical coordinate is not flipped.- See Also:
-
MBTILES_SCHEME_XYZ
public static final int MBTILES_SCHEME_XYZAlternative to TMS scheme. Vertical coordinate is flipped.- See Also:
-
-
Constructor Details
-
MBTilesScheme
public MBTilesScheme()
-