Serialized Form
-
Package nl.tailormap.viewer.config.services
-
Class nl.tailormap.viewer.config.services.ArcGISService extends GeoService implements Serializable
-
Class nl.tailormap.viewer.config.services.GeoService extends Object implements Serializable
-
Serialized Fields
-
authorizationsModified
Date authorizationsModified
-
capabilitiesDoc
String capabilitiesDoc
the capabilities document of the service. -
category
Category category
-
childrenByParent
Map<Layer,List<Layer>> childrenByParent
-
details
Map<String,ClobElement> details
-
geofenceHeader
String geofenceHeader
-
id
Long id
-
keywords
Set<String> keywords
-
layers
List<Layer> layers
-
monitoringEnabled
boolean monitoringEnabled
-
monitoringStatusok
boolean monitoringStatusok
-
name
String name
-
password
String password
-
readers
Set<String> readers
-
styleLibraries
List<StyleLibrary> styleLibraries
-
topLayer
Layer topLayer
-
url
String url
-
username
String username
-
version
String version
-
-
-
Class nl.tailormap.viewer.config.services.Layer extends Object implements Serializable
-
Serialized Fields
-
boundingBoxes
Map<CoordinateReferenceSystem,BoundingBox> boundingBoxes
-
children
List<Layer> children
-
crsList
Set<CoordinateReferenceSystem> crsList
-
details
Map<String,ClobElement> details
-
featureType
SimpleFeatureType featureType
-
filterable
boolean filterable
-
id
Long id
-
keywords
Set<String> keywords
-
legendImageUrl
String legendImageUrl
-
matrixSets
List<TileMatrixSet> matrixSets
-
maxScale
Double maxScale
-
minScale
Double minScale
-
name
String name
-
parent
Layer parent
-
preventGeomEditors
Set<String> preventGeomEditors
-
queryable
boolean queryable
-
readers
Set<String> readers
-
service
GeoService service
-
tileset
TileSet tileset
-
title
String title
-
titleAlias
String titleAlias
Alternative title, can be set by admin -
userlayer
Boolean userlayer
-
virtual
boolean virtual
If a service does not have a single top layer, a virtual top layer is created. A virtual layer should not be used in a request to the service.Also a WMS layer which does not have a name is virtual.
-
writers
Set<String> writers
-
-
-
Class nl.tailormap.viewer.config.services.TileService extends GeoService implements Serializable
-
Serialized Fields
-
matrixSets
List<TileMatrixSet> matrixSets
-
tilingProtocol
String tilingProtocol
-
-
-
Class nl.tailormap.viewer.config.services.WMSService extends GeoService implements Serializable
-
Serialized Fields
-
exception_type
WMSExceptionType exception_type
-
overrideUrl
Boolean overrideUrl
Additional persistent property for this subclass, so type must be nullable. -
skipDiscoverWFS
Boolean skipDiscoverWFS
Additional persistent property for this subclass to remember wether to search for and join WFS attribute sources, so type must be nullable.
-
-
-
-
Package nl.tailormap.viewer.util
-
Class nl.tailormap.viewer.util.ApplicationDetailsValueTransformer extends org.hibernate.transform.BasicTransformerAdapter implements Serializable
-