Uses of Interface
com.neotropic.kuwaiba.modules.commercial.ospman.api.MapProvider
-
-
Uses of MapProvider in com.neotropic.kuwaiba.modules.commercial.ospman.dialogs
-
Uses of MapProvider in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
Classes in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that implement MapProvider Modifier and Type Class Description class
GoogleMapsMapProvider
Map implementation to Google MapsConstructors in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type MapProvider Constructor Description GoogleMapEdge(BusinessObjectViewEdge viewEdge, MetadataEntityManager mem, TranslationService ts, MapProvider mapProvider)
GoogleMapNode(BusinessObjectViewNode viewNode, ResourceFactory resourceFactory, MapProvider mapProvider)
-
Uses of MapProvider in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol
Classes in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol that implement MapProvider Modifier and Type Class Description class
AbstractOlTileLayerProvider
Map provider implementation to OpenLayersConstructors in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol with parameters of type MapProvider Constructor Description FeatureEdge(BusinessObjectViewEdge viewEdge, MapProvider mapProvider, com.neotropic.flow.component.olmap.VectorSource vectorSource, MetadataEntityManager mem, TranslationService ts, String textBackgroundFillColor, String styleTextFillColor, String selectedStyleTextBackgroundFillColor, String styleTextFontSize, double styleTextMinZoom)
-
Uses of MapProvider in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol.bmaps
Classes in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol.bmaps that implement MapProvider Modifier and Type Class Description class
BmapsProvider
Map provider implementation for Bing Maps tile data. -
Uses of MapProvider in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol.osm
Classes in com.neotropic.kuwaiba.modules.commercial.ospman.providers.ol.osm that implement MapProvider Modifier and Type Class Description class
OsmProvider
Map provider implementation for the OpenStreetMap tile server.
-