Modifier and Type | Method and Description |
---|---|
TileFactory |
JXMapViewer.getTileFactory()
Get the current factory
|
Modifier and Type | Method and Description |
---|---|
void |
JXMapKit.setTileFactory(TileFactory fact)
Sets the tile factory for both embedded JXMapViewer components.
|
void |
JXMapViewer.setTileFactory(TileFactory factory)
Set the current tile factory (must not be
null ) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTileFactory
The
AbstractTileFactory provides
a basic implementation for the TileFactory. |
class |
DefaultTileFactory
A tile factory which configures itself using a TileFactoryInfo object and uses a Google Maps like mercator
projection.
|
Modifier and Type | Class and Description |
---|---|
class |
CylindricalProjectionTileFactory |
Modifier and Type | Class and Description |
---|---|
class |
EmptyTileFactory
A null implementation of TileFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
ESRITileFactory |
Modifier and Type | Class and Description |
---|---|
class |
WMSTileFactory
A tile factory that uses a WMS service.
|
Copyright © 2013. All Rights Reserved.