| Package | Description |
|---|---|
| nl.b3p.viewer.config.app | |
| nl.b3p.viewer.config.services |
| Modifier and Type | Method and Description |
|---|---|
GeoService |
ApplicationLayer.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLayer.setService(GeoService service) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArcGISService |
class |
ArcIMSService |
class |
TileService |
class |
WMSService
Entity for saving WMS service metadata.
|
| Modifier and Type | Method and Description |
|---|---|
GeoService |
UpdateResult.getGeoService() |
GeoService |
FeatureSource.getLinkedService() |
GeoService |
Layer.getService() |
GeoService |
GeoService.loadFromUrl(String url,
Map params,
javax.persistence.EntityManager em) |
GeoService |
TileService.loadFromUrl(String url,
Map params,
WaitPageStatus status,
javax.persistence.EntityManager em) |
abstract GeoService |
GeoService.loadFromUrl(String url,
Map params,
WaitPageStatus waitStatus,
javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoService> |
Category.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResult.setGeoService(GeoService geoService) |
void |
FeatureSource.setLinkedService(GeoService linkedService) |
void |
Layer.setService(GeoService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setServices(List<GeoService> services) |
| Constructor and Description |
|---|
Layer(org.geotools.data.ows.Layer l,
GeoService service) |
UpdateResult(GeoService toUpdate,
javax.persistence.EntityManager em) |
Copyright © 2016. All rights reserved.