- AbsoluteLayout - Class in de.terrestris.shogun2.model.layout
-
This class is the representation of an absolute layout, where components are
anchored in absolute positions, which are stored in the
AbsoluteLayout.coords
property.
- AbsoluteLayout() - Constructor for class de.terrestris.shogun2.model.layout.AbsoluteLayout
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- AbstractCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shogun2.service
-
This abstract service class provides basic CRUD functionality.
- AbstractCrudService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractCrudService
-
Constructor that sets the concrete entity class for the service.
- AbstractDaoService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shogun2.service
-
This abstract service class simply provides a data access object for the type
E (and a logger).
- AbstractDaoService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractDaoService
-
Constructor that sets the concrete entity class for the service.
- AbstractRestController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shogun2.rest
-
- AbstractRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.AbstractRestController
-
Constructor that sets the concrete entity class for the controller.
- AbstractTokenDao<E extends Token> - Class in de.terrestris.shogun2.dao
-
As the
Token class is abstract, this class will also be abstract.
- AbstractTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.AbstractTokenDao
-
Constructor that has to be called by subclasses.
- AbstractTokenService<E extends Token,D extends AbstractTokenDao<E>> - Class in de.terrestris.shogun2.service
-
- AbstractTokenService() - Constructor for class de.terrestris.shogun2.service.AbstractTokenService
-
Default constructor, which calls the type-constructor
- AbstractTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractTokenService
-
Constructor that sets the concrete entity class for the service.
- AbstractUserTokenDao<E extends UserToken> - Class in de.terrestris.shogun2.dao
-
As the
UserToken class is abstract, this class will also be abstract.
- AbstractUserTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.AbstractUserTokenDao
-
Constructor that has to be called by subclasses.
- AbstractUserTokenService<E extends UserToken,D extends AbstractUserTokenDao<E>> - Class in de.terrestris.shogun2.service
-
- AbstractUserTokenService() - Constructor for class de.terrestris.shogun2.service.AbstractUserTokenService
-
Default constructor, which calls the type-constructor
- AbstractUserTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractUserTokenService
-
Constructor that sets the concrete entity class for the service.
- AbstractWebController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shogun2.web
-
This abstract controller class provides basic web controller functionality:
A logger and a service.
- AbstractWebController(Class<E>) - Constructor for class de.terrestris.shogun2.web.AbstractWebController
-
Constructor that sets the concrete entity class for the controller.
- AccordionPanel - Class in de.terrestris.shogun2.model.module
-
This class represents the an Panel with an accordion layout.
- AccordionPanel() - Constructor for class de.terrestris.shogun2.model.module.AccordionPanel
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- activateUser(String) - Method in class de.terrestris.shogun2.service.UserService
-
- activateUser(String) - Method in class de.terrestris.shogun2.web.UserController
-
- addAndSaveGroupPermissions(E, UserGroup, Permission...) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
This method adds (user) permissions to the passed entity and persists (!)
- addAndSaveUserPermissions(E, User, Permission...) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
This method adds (user) permissions to the passed entity and persists (!)
- addModule(Module) - Method in class de.terrestris.shogun2.model.module.CompositeModule
-
- addParameter(String, String[]) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- addParameter(String, String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- AlwaysAllowReadPermissionEvaluator<E extends PersistentObject> - Class in de.terrestris.shogun2.security.access.entity
-
- AlwaysAllowReadPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.AlwaysAllowReadPermissionEvaluator
-
Default constructor
- AlwaysAllowReadPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.AlwaysAllowReadPermissionEvaluator
-
Constructor for subclasses
- Application - Class in de.terrestris.shogun2.model
-
This class represents a (GIS-)application, which can be opened in a browser.
- Application() - Constructor for class de.terrestris.shogun2.model.Application
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- Application(String, String) - Constructor for class de.terrestris.shogun2.model.Application
-
- ApplicationController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>> - Class in de.terrestris.shogun2.web
-
- ApplicationController() - Constructor for class de.terrestris.shogun2.web.ApplicationController
-
Default constructor, which calls the type-constructor
- ApplicationController(Class<E>) - Constructor for class de.terrestris.shogun2.web.ApplicationController
-
Constructor that sets the concrete entity class for the controller.
- ApplicationDao<E extends Application> - Class in de.terrestris.shogun2.dao
-
- ApplicationDao() - Constructor for class de.terrestris.shogun2.dao.ApplicationDao
-
Public default constructor for this DAO.
- ApplicationDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ApplicationDao
-
Constructor that has to be called by subclasses.
- ApplicationRestController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>> - Class in de.terrestris.shogun2.rest
-
- ApplicationRestController() - Constructor for class de.terrestris.shogun2.rest.ApplicationRestController
-
Default constructor, which calls the type-constructor
- ApplicationRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ApplicationRestController
-
Constructor that sets the concrete entity class for the controller.
- ApplicationService<E extends Application,D extends ApplicationDao<E>> - Class in de.terrestris.shogun2.service
-
- ApplicationService() - Constructor for class de.terrestris.shogun2.service.ApplicationService
-
Default constructor, which calls the type-constructor
- ApplicationService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ApplicationService
-
Constructor that sets the concrete entity class for the service.
- authenticate(Authentication) - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
-
This method has to be Transactional to allow that associated entities
can be fetched lazily.
- authenticationProvider - Variable in class de.terrestris.shogun2.init.ContentInitializer
-
We use the authenticationProvider to login with the admin user, that will
be created in this initializer.
- File - Class in de.terrestris.shogun2.model
-
This class represents a file which is stored as a bytearray in the database
- File() - Constructor for class de.terrestris.shogun2.model.File
-
- FileController<E extends File,D extends FileDao<E>,S extends FileService<E,D>> - Class in de.terrestris.shogun2.web
-
- FileController() - Constructor for class de.terrestris.shogun2.web.FileController
-
Default constructor, which calls the type-constructor
- FileController(Class<E>) - Constructor for class de.terrestris.shogun2.web.FileController
-
Constructor that sets the concrete entity class for the controller.
- FileDao<E extends File> - Class in de.terrestris.shogun2.dao
-
- FileDao() - Constructor for class de.terrestris.shogun2.dao.FileDao
-
Public default constructor for this DAO.
- FileDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.FileDao
-
Constructor that has to be called by subclasses.
- FileService<E extends File,D extends FileDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
File model.
- FileService() - Constructor for class de.terrestris.shogun2.service.FileService
-
Default constructor, which calls the type-constructor
- FileService(Class<E>) - Constructor for class de.terrestris.shogun2.service.FileService
-
Constructor that sets the concrete entity class for the service.
- findAll() - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Returns all Entities by calling findByCriteria(), i.e. without arguments.
- findAll() - Method in class de.terrestris.shogun2.rest.AbstractRestController
-
Find all entities.
- findAll() - Method in class de.terrestris.shogun2.service.AbstractCrudService
-
- findAllApplications() - Method in class de.terrestris.shogun2.web.ApplicationController
-
- findAllRulesForServiceAndEvent(String, String) - Method in class de.terrestris.shogun2.dao.InterceptorRuleDao
-
- findAllRulesForServiceAndEvent(String, String) - Method in class de.terrestris.shogun2.service.InterceptorRuleService
-
- findAllUserGroupPermissionsOfUserGroup(UserGroup) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
- findAllUserGroupPermissionsOfUserGroup(UserGroup) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
- findAllUserPermissionsOfUser(User) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
- findAllUserPermissionsOfUser(User) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
- findByAccountName(String) - Method in class de.terrestris.shogun2.dao.UserDao
-
- findByAccountName(String) - Method in class de.terrestris.shogun2.service.UserService
-
Returns the user for the given (unique) account name.
- findByCriteria(Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Gets the results, that match a variable number of passed criterions.
- findByCriteriaWithSortingAndPaging(Integer, Integer, List<Order>, Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Gets the results, that match a variable number of passed criterions,
considering the paging- and sort-info at the same time.
- findByEmail(String) - Method in class de.terrestris.shogun2.dao.UserDao
-
- findByEmail(String) - Method in class de.terrestris.shogun2.service.UserService
-
- findById(ID) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Return the real object from the database.
- findById(Integer) - Method in class de.terrestris.shogun2.rest.AbstractRestController
-
Get an entity by id.
- findById(Integer) - Method in class de.terrestris.shogun2.service.AbstractCrudService
-
Return the real object from the database.
- findByRoleName(String) - Method in class de.terrestris.shogun2.service.RoleService
-
Returns the role for the given (unique) role name.
- findByTokenValue(String) - Method in class de.terrestris.shogun2.service.AbstractTokenService
-
- findByUniqueCriteria(Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Gets the unique result, that matches a variable number of passed
criterions.
- findByUser(User) - Method in class de.terrestris.shogun2.service.AbstractUserTokenService
-
- findGroupsOfUser(Integer) - Method in class de.terrestris.shogun2.rest.UserRestController
-
Get the groups of a specific user.
- findMapsWithLayer(Layer) - Method in class de.terrestris.shogun2.dao.MapDao
-
- findMapsWithLayer(Layer) - Method in class de.terrestris.shogun2.service.MapService
-
- findUsersOfGroup(Integer) - Method in class de.terrestris.shogun2.rest.UserGroupRestController
-
Get the users of a specific group.
- fromString(String) - Static method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.model.security.Permission
-
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
-
Static method to get an enum based on a string value.
- IdHelper - Class in de.terrestris.shogun2.helper
-
- IdHelper() - Constructor for class de.terrestris.shogun2.helper.IdHelper
-
- Image - Class in de.terrestris.shogun2.model.module
-
The Image Module is the Ext JS representation of an HTML img element.
- Image() - Constructor for class de.terrestris.shogun2.model.module.Image
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- ImageFile - Class in de.terrestris.shogun2.model
-
This class represents an Image which is stored as a bytearray in the database
- ImageFile() - Constructor for class de.terrestris.shogun2.model.ImageFile
-
- ImageFileController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>> - Class in de.terrestris.shogun2.web
-
- ImageFileController() - Constructor for class de.terrestris.shogun2.web.ImageFileController
-
Default constructor, which calls the type-constructor
- ImageFileController(Class<E>) - Constructor for class de.terrestris.shogun2.web.ImageFileController
-
Constructor that sets the concrete entity class for the controller.
- ImageFileDao<E extends File> - Class in de.terrestris.shogun2.dao
-
- ImageFileDao() - Constructor for class de.terrestris.shogun2.dao.ImageFileDao
-
Public default constructor for this DAO.
- ImageFileDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ImageFileDao
-
Constructor that has to be called by subclasses.
- ImageFileRestController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>> - Class in de.terrestris.shogun2.rest
-
- ImageFileRestController() - Constructor for class de.terrestris.shogun2.rest.ImageFileRestController
-
Default constructor, which calls the type-constructor
- ImageFileRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ImageFileRestController
-
Constructor that sets the concrete entity class for the controller.
- ImageFileService<E extends ImageFile,D extends ImageFileDao<E>> - Class in de.terrestris.shogun2.service
-
- ImageFileService() - Constructor for class de.terrestris.shogun2.service.ImageFileService
-
Default constructor, which calls the type-constructor
- ImageFileService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ImageFileService
-
Constructor that sets the concrete entity class for the service.
- ImageWmsLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
-
Class representing a layer data source for WMS servers providing single,
untiled images.
- ImageWmsLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- ImageWmsLayerDataSource(String, String, String, int, int, String, String, String) - Constructor for class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- ImplicitNamingStrategyShogun2 - Class in de.terrestris.shogun2.util.naming
-
Convert to plural form.
- ImplicitNamingStrategyShogun2() - Constructor for class de.terrestris.shogun2.util.naming.ImplicitNamingStrategyShogun2
-
- InitializationService - Class in de.terrestris.shogun2.service
-
This service class will be used by the
ContentInitializer to create content
on initialization.
- InitializationService() - Constructor for class de.terrestris.shogun2.service.InitializationService
-
- initializeDatabaseContent() - Method in class de.terrestris.shogun2.init.ContentInitializer
-
The method called on initialization
- initService - Variable in class de.terrestris.shogun2.init.ContentInitializer
-
Initialization Service to init shogun content like users or default
applications.
- interceptDescribeCoverage(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WcsRequestInterceptorInterface
-
- interceptDescribeCoverage(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WcsResponseInterceptorInterface
-
- interceptDescribeFeatureType(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
-
- interceptDescribeFeatureType(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
-
- interceptDescribeLayer(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
-
- interceptDescribeLayer(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGeoServerRequest(HttpServletRequest) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
-
- interceptGeoServerRequest(HttpServletRequest) - Method in class de.terrestris.shogun2.web.GeoServerInterceptorController
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WcsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WcsResponseInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetCoverage(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WcsRequestInterceptorInterface
-
- interceptGetCoverage(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WcsResponseInterceptorInterface
-
- interceptGetFeature(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
-
- interceptGetFeature(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
-
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetLegendGraphic(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetLegendGraphic(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetMap(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetMap(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetStyles(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetStyles(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
-
- interceptLockFeature(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
-
- interceptLockFeature(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
-
- InterceptorEnum - Class in de.terrestris.shogun2.util.enumeration
-
- InterceptorEnum() - Constructor for class de.terrestris.shogun2.util.enumeration.InterceptorEnum
-
- InterceptorEnum.RuleType - Enum in de.terrestris.shogun2.util.enumeration
-
A enum type for the allowed rule format.
- InterceptorException - Exception in de.terrestris.shogun2.util.interceptor
-
- InterceptorException() - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
-
- InterceptorException(String) - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
-
- InterceptorException(Throwable) - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
-
- InterceptorException(String, Throwable) - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
-
- InterceptorRule - Class in de.terrestris.shogun2.model.interceptor
-
The model representing the rules for the GeoServer Interceptor class.
- InterceptorRule() - Constructor for class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- InterceptorRule(HttpEnum.EventType, InterceptorEnum.RuleType, OgcEnum.ServiceType, OgcEnum.OperationType, String) - Constructor for class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- InterceptorRuleDao<E extends InterceptorRule> - Class in de.terrestris.shogun2.dao
-
- InterceptorRuleDao() - Constructor for class de.terrestris.shogun2.dao.InterceptorRuleDao
-
Public default constructor for this DAO.
- InterceptorRuleDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.InterceptorRuleDao
-
Constructor that has to be called by subclasses.
- InterceptorRuleService<E extends InterceptorRule,D extends InterceptorRuleDao<E>> - Class in de.terrestris.shogun2.service
-
- InterceptorRuleService() - Constructor for class de.terrestris.shogun2.service.InterceptorRuleService
-
Default constructor, which calls the type-constructor
- InterceptorRuleService(Class<E>) - Constructor for class de.terrestris.shogun2.service.InterceptorRuleService
-
Constructor that sets the concrete entity class for the service.
- interceptTransaction(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
-
- interceptTransaction(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
-
- isActive() - Method in class de.terrestris.shogun2.model.User
-
- isFinished() - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
-
- isReady() - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
-
- isRequestAllowed() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isRequestDenied() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isRequestModified() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isResponseAllowed() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isResponseDenied() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isResponseModified() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWcs() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWcsDescribeCoverage() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWcsGetCapabilities() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWcsGetCoverage() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWfs() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWfsDescribeFeatureType() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWfsGetCapabilities() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWfsGetFeature() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWfsLockFeature() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWfsTransaction() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWms() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWmsDescribeLayer() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWmsGetCapabilities() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWmsGetFeatureInfo() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWmsGetLegendGraphic() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWmsGetMap() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- isWmsGetStyles() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- Layer - Class in de.terrestris.shogun2.model.layer
-
Representation of a layer which consists a corresponding data source
and an appearance
- Layer() - Constructor for class de.terrestris.shogun2.model.layer.Layer
-
- Layer(String) - Constructor for class de.terrestris.shogun2.model.layer.Layer
-
- Layer(String, LayerDataSource, LayerAppearance) - Constructor for class de.terrestris.shogun2.model.layer.Layer
-
- LayerAppearance - Class in de.terrestris.shogun2.model.layer.appearance
-
This class holds the appearance properties of a layer Layer Object
- LayerAppearance() - Constructor for class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- LayerAppearance(String, String, Double, Double, Double, Boolean) - Constructor for class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- LayerAppearanceDao<E extends LayerAppearance> - Class in de.terrestris.shogun2.dao
-
- LayerAppearanceDao() - Constructor for class de.terrestris.shogun2.dao.LayerAppearanceDao
-
Public default constructor for this DAO.
- LayerAppearanceDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayerAppearanceDao
-
Constructor that has to be called by subclasses.
- LayerAppearanceRestController<E extends LayerAppearance,D extends LayerAppearanceDao<E>,S extends LayerAppearanceService<E,D>> - Class in de.terrestris.shogun2.rest
-
- LayerAppearanceRestController() - Constructor for class de.terrestris.shogun2.rest.LayerAppearanceRestController
-
Default constructor, which calls the type-constructor
- LayerAppearanceRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayerAppearanceRestController
-
Constructor that sets the concrete entity class for the controller.
- LayerAppearanceService<E extends LayerAppearance,D extends LayerAppearanceDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- LayerAppearanceService() - Constructor for class de.terrestris.shogun2.service.LayerAppearanceService
-
Default constructor, which calls the type-constructor
- LayerAppearanceService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayerAppearanceService
-
Constructor that sets the concrete entity class for the service.
- LayerController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shogun2.web
-
- LayerController() - Constructor for class de.terrestris.shogun2.web.LayerController
-
Default constructor, which calls the type-constructor
- LayerController(Class<E>) - Constructor for class de.terrestris.shogun2.web.LayerController
-
Constructor that sets the concrete entity class for the controller.
- LayerDao<E extends Layer> - Class in de.terrestris.shogun2.dao
-
- LayerDao() - Constructor for class de.terrestris.shogun2.dao.LayerDao
-
Public default constructor for this DAO.
- LayerDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayerDao
-
Constructor that has to be called by subclasses.
- LayerDataSource - Class in de.terrestris.shogun2.model.layer.source
-
Base class for all layer datasources
- LayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.LayerDataSource
-
default constructor
- LayerDataSource(String, String, String) - Constructor for class de.terrestris.shogun2.model.layer.source.LayerDataSource
-
- LayerDataSourceDao<E extends LayerDataSource> - Class in de.terrestris.shogun2.dao
-
- LayerDataSourceDao() - Constructor for class de.terrestris.shogun2.dao.LayerDataSourceDao
-
Public default constructor for this DAO.
- LayerDataSourceDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayerDataSourceDao
-
Constructor that has to be called by subclasses.
- LayerDataSourceRestController<E extends LayerDataSource,D extends LayerDataSourceDao<E>,S extends LayerDataSourceService<E,D>> - Class in de.terrestris.shogun2.rest
-
- LayerDataSourceRestController() - Constructor for class de.terrestris.shogun2.rest.LayerDataSourceRestController
-
Default constructor, which calls the type-constructor
- LayerDataSourceRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayerDataSourceRestController
-
Constructor that sets the concrete entity class for the controller.
- LayerDataSourceService<E extends LayerDataSource,D extends LayerDataSourceDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- LayerDataSourceService() - Constructor for class de.terrestris.shogun2.service.LayerDataSourceService
-
Default constructor, which calls the type-constructor
- LayerDataSourceService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayerDataSourceService
-
Constructor that sets the concrete entity class for the service.
- LayerIdResolver<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shogun2.converter
-
- LayerIdResolver() - Constructor for class de.terrestris.shogun2.converter.LayerIdResolver
-
- LayerRestController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shogun2.rest
-
- LayerRestController() - Constructor for class de.terrestris.shogun2.rest.LayerRestController
-
Default constructor, which calls the type-constructor
- LayerRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayerRestController
-
Constructor that sets the concrete entity class for the controller.
- LayerService<E extends Layer,D extends LayerDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Layer model.
- LayerService() - Constructor for class de.terrestris.shogun2.service.LayerService
-
Default constructor, which calls the type-constructor
- LayerService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayerService
-
Constructor that sets the concrete entity class for the service.
- Layout - Class in de.terrestris.shogun2.model.layout
-
- Layout() - Constructor for class de.terrestris.shogun2.model.layout.Layout
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- LayoutDao<E extends Layout> - Class in de.terrestris.shogun2.dao
-
- LayoutDao() - Constructor for class de.terrestris.shogun2.dao.LayoutDao
-
Public default constructor for this DAO.
- LayoutDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayoutDao
-
Constructor that has to be called by subclasses.
- LayoutRestController<E extends Layout,D extends LayoutDao<E>,S extends LayoutService<E,D>> - Class in de.terrestris.shogun2.rest
-
- LayoutRestController() - Constructor for class de.terrestris.shogun2.rest.LayoutRestController
-
Default constructor, which calls the type-constructor
- LayoutRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayoutRestController
-
Constructor that sets the concrete entity class for the controller.
- LayoutService<E extends Layout,D extends LayoutDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Layout model.
- LayoutService() - Constructor for class de.terrestris.shogun2.service.LayoutService
-
Default constructor, which calls the type-constructor
- LayoutService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayoutService
-
Constructor that sets the concrete entity class for the service.
- LENGTH_LIMIT_ORACLE - Static variable in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
-
- LENGTH_LIMIT_POSTGRESQL - Static variable in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
-
- loadById(ID) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Return a proxy of the object (without hitting the database).
- loadById(int) - Method in class de.terrestris.shogun2.service.AbstractCrudService
-
Return a proxy of the object (without hitting the database).
- LOG - Variable in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
-
- LOG - Variable in class de.terrestris.shogun2.dao.GenericHibernateDao
-
The LOGGER instance (that will be available in all subclasses)
- LOG - Variable in class de.terrestris.shogun2.init.ContentInitializer
-
The Logger
- LOG - Variable in class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
-
The LOGGER instance
- LOG - Variable in class de.terrestris.shogun2.service.AbstractDaoService
-
The LOGGER instance (that will be available in all subclasses)
- LOG - Variable in class de.terrestris.shogun2.web.AbstractWebController
-
The LOGGER instance (that will be available in all subclasses)
- MailPublisher - Class in de.terrestris.shogun2.util.mail
-
- MailPublisher() - Constructor for class de.terrestris.shogun2.util.mail.MailPublisher
-
- Map - Class in de.terrestris.shogun2.model.module
-
- Map() - Constructor for class de.terrestris.shogun2.model.module.Map
-
default constructor
- Map(String, MapConfig, List<Layer>) - Constructor for class de.terrestris.shogun2.model.module.Map
-
- MapConfig - Class in de.terrestris.shogun2.model.map
-
- MapConfig() - Constructor for class de.terrestris.shogun2.model.map.MapConfig
-
default constructor
- MapConfig(String, Point2D.Double, Extent, List<Double>, Integer, Double, Double, Double, String) - Constructor for class de.terrestris.shogun2.model.map.MapConfig
-
- MapConfigDao<E extends MapConfig> - Class in de.terrestris.shogun2.dao
-
- MapConfigDao() - Constructor for class de.terrestris.shogun2.dao.MapConfigDao
-
Public default constructor for this DAO.
- MapConfigDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.MapConfigDao
-
Constructor that has to be called by subclasses.
- MapConfigRestController<E extends MapConfig,D extends MapConfigDao<E>,S extends MapConfigService<E,D>> - Class in de.terrestris.shogun2.rest
-
- MapConfigRestController() - Constructor for class de.terrestris.shogun2.rest.MapConfigRestController
-
Default constructor, which calls the type-constructor
- MapConfigRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.MapConfigRestController
-
Constructor that sets the concrete entity class for the controller.
- MapConfigService<E extends MapConfig,D extends MapConfigDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- MapConfigService() - Constructor for class de.terrestris.shogun2.service.MapConfigService
-
Default constructor, which calls the type-constructor
- MapConfigService(Class<E>) - Constructor for class de.terrestris.shogun2.service.MapConfigService
-
Constructor that sets the concrete entity class for the service.
- MapControl - Class in de.terrestris.shogun2.model.map
-
- MapControl() - Constructor for class de.terrestris.shogun2.model.map.MapControl
-
- MapControl(String) - Constructor for class de.terrestris.shogun2.model.map.MapControl
-
- MapControlDao<E extends MapControl> - Class in de.terrestris.shogun2.dao
-
- MapControlDao() - Constructor for class de.terrestris.shogun2.dao.MapControlDao
-
Public default constructor for this DAO.
- MapControlDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.MapControlDao
-
Constructor that has to be called by subclasses.
- MapController<E extends Map,D extends MapDao<E>,S extends MapService<E,D>> - Class in de.terrestris.shogun2.web
-
- MapController() - Constructor for class de.terrestris.shogun2.web.MapController
-
Default constructor, which calls the type-constructor
- MapController(Class<E>) - Constructor for class de.terrestris.shogun2.web.MapController
-
Constructor that sets the concrete type for this controller.
- MapControlRestController<E extends MapControl,D extends MapControlDao<E>,S extends MapControlService<E,D>> - Class in de.terrestris.shogun2.rest
-
- MapControlRestController() - Constructor for class de.terrestris.shogun2.rest.MapControlRestController
-
Default constructor, which calls the type-constructor
- MapControlRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.MapControlRestController
-
Constructor that sets the concrete entity class for the controller.
- MapControlService<E extends MapControl,D extends MapControlDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- MapControlService() - Constructor for class de.terrestris.shogun2.service.MapControlService
-
Default constructor, which calls the type-constructor
- MapControlService(Class<E>) - Constructor for class de.terrestris.shogun2.service.MapControlService
-
Constructor that sets the concrete entity class for the service.
- MapDao<E extends Map> - Class in de.terrestris.shogun2.dao
-
- MapDao() - Constructor for class de.terrestris.shogun2.dao.MapDao
-
Public default constructor for this DAO.
- MapDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.MapDao
-
Constructor that has to be called by subclasses.
- MapService<E extends Map,D extends MapDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- MapService() - Constructor for class de.terrestris.shogun2.service.MapService
-
Default constructor, which calls the type-constructor
- MapService(Class<E>) - Constructor for class de.terrestris.shogun2.service.MapService
-
Constructor that sets the concrete entity class for the service.
- Module - Class in de.terrestris.shogun2.model.module
-
A module is the visual representation of a component in the GUI.
- Module() - Constructor for class de.terrestris.shogun2.model.module.Module
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- Module(String) - Constructor for class de.terrestris.shogun2.model.module.Module
-
- ModuleController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shogun2.web
-
- ModuleController() - Constructor for class de.terrestris.shogun2.web.ModuleController
-
Default constructor, which calls the type-constructor
- ModuleController(Class<E>) - Constructor for class de.terrestris.shogun2.web.ModuleController
-
Constructor that sets the concrete entity class for the controller.
- ModuleDao<E extends Module> - Class in de.terrestris.shogun2.dao
-
- ModuleDao() - Constructor for class de.terrestris.shogun2.dao.ModuleDao
-
Public default constructor for this DAO.
- ModuleDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ModuleDao
-
Constructor that has to be called by subclasses.
- ModuleRestController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shogun2.rest
-
- ModuleRestController() - Constructor for class de.terrestris.shogun2.rest.ModuleRestController
-
Default constructor, which calls the type-constructor
- ModuleRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ModuleRestController
-
Constructor that sets the concrete entity class for the controller.
- ModuleService<E extends Module,D extends ModuleDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- ModuleService() - Constructor for class de.terrestris.shogun2.service.ModuleService
-
Default constructor, which calls the type-constructor
- ModuleService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ModuleService
-
Constructor that sets the concrete entity class for the service.
- MutableHttpServletRequest - Class in de.terrestris.shogun2.util.interceptor
-
An implementation of HttpServletRequestWrapper.
- MutableHttpServletRequest(HttpServletRequest) - Constructor for class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- PagingResult<E extends PersistentObject> - Class in de.terrestris.shogun2.paging
-
The Result of a paging request.
- PagingResult(List<E>, Number) - Constructor for class de.terrestris.shogun2.paging.PagingResult
-
Constructor
- passwordEncoder - Variable in class de.terrestris.shogun2.service.UserService
-
The autowired PasswordEncoder
- PasswordResetToken - Class in de.terrestris.shogun2.model.token
-
A
Token instance that has a one-to-one relation to a
User
that wants to reset the password.
- PasswordResetToken() - Constructor for class de.terrestris.shogun2.model.token.PasswordResetToken
-
Default constructor
- PasswordResetToken(User) - Constructor for class de.terrestris.shogun2.model.token.PasswordResetToken
-
Constructor that uses the default expiration time.
- PasswordResetToken(User, int) - Constructor for class de.terrestris.shogun2.model.token.PasswordResetToken
-
Constructor that uses the passed values
- PasswordResetTokenDao<E extends PasswordResetToken> - Class in de.terrestris.shogun2.dao
-
- PasswordResetTokenDao() - Constructor for class de.terrestris.shogun2.dao.PasswordResetTokenDao
-
Public default constructor for this DAO.
- PasswordResetTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.PasswordResetTokenDao
-
Constructor that has to be called by subclasses.
- PasswordResetTokenService<E extends PasswordResetToken,D extends PasswordResetTokenDao<E>> - Class in de.terrestris.shogun2.service
-
- PasswordResetTokenService() - Constructor for class de.terrestris.shogun2.service.PasswordResetTokenService
-
Default constructor, which calls the type-constructor
- PasswordResetTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PasswordResetTokenService
-
Constructor that sets the concrete entity class for the service.
- Permission - Enum in de.terrestris.shogun2.model.security
-
- PermissionAwareCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shogun2.service
-
- PermissionAwareCrudService() - Constructor for class de.terrestris.shogun2.service.PermissionAwareCrudService
-
Default constructor, which calls the type-constructor
- PermissionAwareCrudService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PermissionAwareCrudService
-
Constructor that sets the concrete entity class for the service.
- PermissionCollection - Class in de.terrestris.shogun2.model.security
-
- PermissionCollection() - Constructor for class de.terrestris.shogun2.model.security.PermissionCollection
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- PermissionCollection(Set<Permission>) - Constructor for class de.terrestris.shogun2.model.security.PermissionCollection
-
- PermissionCollectionDao<E extends PermissionCollection> - Class in de.terrestris.shogun2.dao
-
- PermissionCollectionDao() - Constructor for class de.terrestris.shogun2.dao.PermissionCollectionDao
-
Public default constructor for this DAO.
- PermissionCollectionDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.PermissionCollectionDao
-
Constructor that has to be called by subclasses.
- PermissionCollectionPermissionEvaluator<E extends PermissionCollection> - Class in de.terrestris.shogun2.security.access.entity
-
- PermissionCollectionPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.PermissionCollectionPermissionEvaluator
-
Default constructor
- PermissionCollectionPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.PermissionCollectionPermissionEvaluator
-
Constructor for subclasses
- permissionCollectionService - Variable in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
- PermissionCollectionService<E extends PermissionCollection,D extends PermissionCollectionDao<E>> - Class in de.terrestris.shogun2.service
-
- PermissionCollectionService() - Constructor for class de.terrestris.shogun2.service.PermissionCollectionService
-
Default constructor, which calls the type-constructor
- PermissionCollectionService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PermissionCollectionService
-
Constructor that sets the concrete entity class for the service.
- PersistentObject - Class in de.terrestris.shogun2.model
-
This class represents the abstract superclass for all entities that are
persisted in the database.
- PersistentObject() - Constructor for class de.terrestris.shogun2.model.PersistentObject
-
Constructor
- PersistentObjectIdResolver<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shogun2.converter
-
An ID resolver for
PersistentObjects when deserializing only on the
base of ID values.
- PersistentObjectIdResolver() - Constructor for class de.terrestris.shogun2.converter.PersistentObjectIdResolver
-
Default Constructor that injects beans automatically.
- PersistentObjectPermissionEvaluator<E extends PersistentObject> - Class in de.terrestris.shogun2.security.access.entity
-
- PersistentObjectPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
-
- persistNewUser(E, boolean) - Method in class de.terrestris.shogun2.service.UserService
-
Persists a new user in the database.
- Person - Class in de.terrestris.shogun2.model
-
- Person() - Constructor for class de.terrestris.shogun2.model.Person
-
- Person(String, String) - Constructor for class de.terrestris.shogun2.model.Person
-
- Person(String, String, String) - Constructor for class de.terrestris.shogun2.model.Person
-
- PersonDao<E extends Person> - Class in de.terrestris.shogun2.dao
-
- PersonDao() - Constructor for class de.terrestris.shogun2.dao.PersonDao
-
Public default constructor for this DAO.
- PersonDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.PersonDao
-
Constructor that has to be called by subclasses.
- PersonService<E extends Person,D extends PersonDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Person model.
- PersonService() - Constructor for class de.terrestris.shogun2.service.PersonService
-
Default constructor, which calls the type-constructor
- PersonService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PersonService
-
Constructor that sets the concrete entity class for the service.
- PhysicalNamingStrategyShogun2 - Class in de.terrestris.shogun2.util.naming
-
Limits identifier length if necessary.
- PhysicalNamingStrategyShogun2() - Constructor for class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
-
- post(String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(String, List<NameValuePair>) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, List<NameValuePair>, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, List<NameValuePair>) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, List<NameValuePair>, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(String, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- Print - Class in de.terrestris.shogun2.model.module
-
A module which contains a formular to print the map with the mapfish print v3.
- Print() - Constructor for class de.terrestris.shogun2.model.module.Print
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- PropertyValueConverter - Class in de.terrestris.shogun2.converter
-
This converter can be used for the values of the type Map.
- PropertyValueConverter() - Constructor for class de.terrestris.shogun2.converter.PropertyValueConverter
-
- put(URI) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(URI, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(String, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- save(E) - Method in class de.terrestris.shogun2.rest.AbstractRestController
-
Create/save an entity.
- saveImage(MultipartFile, boolean, Integer) - Method in class de.terrestris.shogun2.service.ImageFileService
-
Method persists a given Image as a bytearray in the database
- saveOrUpdate(E) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
-
Saves or updates the passed entity.
- saveOrUpdate(E) - Method in class de.terrestris.shogun2.service.AbstractCrudService
-
- savePersistentObject(PersistentObject) - Method in class de.terrestris.shogun2.service.InitializationService
-
- saveUser(User) - Method in class de.terrestris.shogun2.service.InitializationService
-
Used to create a user.
- scaleImage(byte[], String, Integer) - Static method in class de.terrestris.shogun2.service.ImageFileService
-
Scales an image by the given dimensions
- sendMail(String, String, String[], String[], String[], String, String) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
-
Sends a SimpleMailMessage.
- sendMail(SimpleMailMessage) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
-
- sendMail(MimeMessage) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
-
- sendMimeMail(String, String, String[], String[], String[], String, String, Boolean, String, File) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
-
Sends a MimeMessage.
- sendRegistrationActivationMail(HttpServletRequest, User) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
-
- sendResetPasswordMail(HttpServletRequest, String) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
- service - Variable in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
-
- service - Variable in class de.terrestris.shogun2.web.AbstractWebController
-
- service - Variable in class de.terrestris.shogun2.web.GeoServerInterceptorController
-
- service - Variable in class de.terrestris.shogun2.web.MapController
-
- SERVICETYPES_BY_OPERATION - Static variable in class de.terrestris.shogun2.util.enumeration.OgcEnum
-
- setAccountActivationPath(String) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
-
- setAccountName(String) - Method in class de.terrestris.shogun2.model.User
-
- setActive(Boolean) - Method in class de.terrestris.shogun2.model.Application
-
- setActive(Boolean) - Method in class de.terrestris.shogun2.model.File
-
- setActive(boolean) - Method in class de.terrestris.shogun2.model.User
-
- setAllowedFeatureTypeDataTypes(List<String>) - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- setAltText(String) - Method in class de.terrestris.shogun2.model.module.Image
-
- setAppContext(ApplicationContext) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
-
- setAppearance(LayerAppearance) - Method in class de.terrestris.shogun2.model.layer.Layer
-
- setAttribution(String) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- setBirthday(LocalDate) - Method in class de.terrestris.shogun2.model.Person
-
- setBody(byte[]) - Method in class de.terrestris.shogun2.util.model.Response
-
- setButtonAction(String) - Method in class de.terrestris.shogun2.model.module.Button
-
- setCenter(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
-
- setCenter(Point2D.Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setChangePasswordPath(String) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
- setConnectedModule(Module) - Method in class de.terrestris.shogun2.model.module.Button
-
- setCoords(List<Point>) - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
-
- setDao(D) - Method in class de.terrestris.shogun2.service.AbstractDaoService
-
Subclasses must implement this class and annotate it with
Autowired and Qualifier!
- setDao(D) - Method in class de.terrestris.shogun2.service.ApplicationService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.ExtentService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.FileService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.ImageFileService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.InterceptorRuleService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.LayerAppearanceService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.LayerDataSourceService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.LayerService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.LayoutService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.MapConfigService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.MapControlService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.MapService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.ModuleService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
- setDao(D) - Method in class de.terrestris.shogun2.service.PermissionCollectionService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.PersonService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.RoleService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.TileGridService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.UserGroupService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shogun2.service.UserService
-
We have to use Qualifier to define the correct dao here.
- setDefaultMailSender(String) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
-
- setDefaultUserRole(Role) - Method in class de.terrestris.shogun2.service.UserService
-
- setDescription(String) - Method in class de.terrestris.shogun2.model.Application
-
- setDescription(String) - Method in class de.terrestris.shogun2.model.Role
-
- setEmail(String) - Method in class de.terrestris.shogun2.model.Person
-
- setEndPoint(String) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- setEndPoint(String) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- setEpsgCodes(List<String>) - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
-
- setEvent(HttpEnum.EventType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- setExpandedItem(Module) - Method in class de.terrestris.shogun2.model.module.AccordionPanel
-
- setExtent(Extent) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
-
- setExtent(Extent) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setFile(byte[]) - Method in class de.terrestris.shogun2.model.File
-
- setFileName(String) - Method in class de.terrestris.shogun2.model.File
-
- setFileType(String) - Method in class de.terrestris.shogun2.model.File
-
- setFirstName(String) - Method in class de.terrestris.shogun2.model.Person
-
- setFormat(String) - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
-
- setFormat(NominatimSearch.NominatimFormatType) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- setFormat(OverpassSearch.OverpassFormatType) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- setGeometry(MultiPolygon) - Method in class de.terrestris.shogun2.model.Territory
-
- setGeoServerNameSpaces(Properties) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
-
- setGlyph(String) - Method in class de.terrestris.shogun2.model.module.Button
-
- setGroupHeaderTpl(String) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- setGroupHeaderTpl(String) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- setGroupHeaderTpl(String) - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- setGroupPermissions(Map<UserGroup, PermissionCollection>) - Method in class de.terrestris.shogun2.model.PersistentObject
-
- setHeaders(HttpHeaders) - Method in class de.terrestris.shogun2.util.model.Response
-
- setHeight(Integer) - Method in class de.terrestris.shogun2.model.ImageFile
-
- setHeight(int) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- setHttpTimeout(int) - Method in class de.terrestris.shogun2.util.http.HttpUtil
-
Note: The value annotation is set to the setter of httpTimeout here as
we can't autowire any value to its static field (but the field has to be
static itself).
- setIdOnPersistentObject(PersistentObject, Integer) - Static method in class de.terrestris.shogun2.helper.IdHelper
-
Helper method that uses reflection to set the (inaccessible) id field of
the given
PersistentObject.
- setInteraction(String) - Method in class de.terrestris.shogun2.model.module.Button
-
- setInterceptorRuleService(InterceptorRuleService<InterceptorRule, ?>) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
-
- setLanguage(Locale) - Method in class de.terrestris.shogun2.model.Application
-
- setLanguage(Locale) - Method in class de.terrestris.shogun2.model.Person
-
- setLastName(String) - Method in class de.terrestris.shogun2.model.Person
-
- setLayerNames(String) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- setLayers(List<Layer>) - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- setLayersForMap(Integer, List<Integer>) - Method in class de.terrestris.shogun2.service.MapService
-
TODO secure this method!?
- setLayersForMap(Integer, List<Integer>) - Method in class de.terrestris.shogun2.web.MapController
-
- setLayerStyles(String) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- setLayout(Layout) - Method in class de.terrestris.shogun2.model.module.CompositeModule
-
- setLink(String) - Method in class de.terrestris.shogun2.model.module.Image
-
- setLowerLeft(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.util.Extent
-
- setMagnification(Integer) - Method in class de.terrestris.shogun2.model.module.OverviewMap
-
- setMailPublisher(MailPublisher) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
- setMailPublisher(MailPublisher) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
-
- setMailSender(JavaMailSender) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
-
- setMapConfig(MapConfig) - Method in class de.terrestris.shogun2.model.module.Map
-
- setMapControlName(String) - Method in class de.terrestris.shogun2.model.map.MapControl
-
- setMapControlProperties(Map<String, Object>) - Method in class de.terrestris.shogun2.model.map.MapControl
-
- setMapControls(Set<MapControl>) - Method in class de.terrestris.shogun2.model.module.Map
-
- setMapLayers(List<Layer>) - Method in class de.terrestris.shogun2.model.module.Map
-
- setMaxResolution(Double) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- setMaxResolution(Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setMembers(Set<User>) - Method in class de.terrestris.shogun2.model.UserGroup
-
- setMinResolution(Double) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- setMinResolution(Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setMinSearchTextChars(Integer) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- setMinSearchTextChars(Integer) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- setMinSearchTextChars(Integer) - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- setModified(ReadableDateTime) - Method in class de.terrestris.shogun2.model.PersistentObject
-
- setName(String) - Method in class de.terrestris.shogun2.model.Application
-
- setName(String) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- setName(String) - Method in class de.terrestris.shogun2.model.layer.Layer
-
- setName(String) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
-
- setName(String) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setName(String) - Method in class de.terrestris.shogun2.model.module.Module
-
- setName(String) - Method in class de.terrestris.shogun2.model.Role
-
- setName(String) - Method in class de.terrestris.shogun2.model.Territory
-
- setName(String) - Method in class de.terrestris.shogun2.model.UserGroup
-
- setOgcMessageDistributor(OgcMessageDistributor) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
-
- setOpacity(Double) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- setOpen(Boolean) - Method in class de.terrestris.shogun2.model.Application
-
- setOperation(OgcEnum.OperationType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- setOperation(OgcEnum.OperationType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- setOverviewMapLayers(List<Layer>) - Method in class de.terrestris.shogun2.model.module.OverviewMap
-
- setOwner(User) - Method in class de.terrestris.shogun2.model.UserGroup
-
- setParameter(String, String[]) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- setParameter(String, String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- setParentMapModule(Map) - Method in class de.terrestris.shogun2.model.module.OverviewMap
-
- setPassword(String) - Method in class de.terrestris.shogun2.model.User
-
- setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
-
- setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
- setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shogun2.service.UserService
-
- setPasswordResetTokenService(PasswordResetTokenService<PasswordResetToken, PasswordResetTokenDao<PasswordResetToken>>) - Method in class de.terrestris.shogun2.web.UserController
-
- setPermissionCollectionService(PermissionCollectionService<PermissionCollection, PermissionCollectionDao<PermissionCollection>>) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
-
- setPermissionEvaluatorFactory(EntityPermissionEvaluatorFactory) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
-
- setPermissions(Set<Permission>) - Method in class de.terrestris.shogun2.model.security.PermissionCollection
-
- setProjection(String) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setProperties(Map<String, Object>) - Method in class de.terrestris.shogun2.model.module.Module
-
- setPropertyHints(Set<String>) - Method in class de.terrestris.shogun2.model.layout.Layout
-
- setPropertyMusts(Set<String>) - Method in class de.terrestris.shogun2.model.layout.Layout
-
- setReadListener(ReadListener) - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
-
- setRegions(List<String>) - Method in class de.terrestris.shogun2.model.layout.BorderLayout
-
- setRegistrationMailMessageTemplate(SimpleMailMessage) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
-
- setRegistrationTokenExpirationTime(int) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
-
- setRequestRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- setRequestURI(String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- setRequestURI(URI) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
-
- setResetPasswordMailMessageTemplate(SimpleMailMessage) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
- setResolutions(List<Point2D.Double>) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
-
- setResolutions(List<Double>) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setResponseRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- setResultLimit(Integer) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- setResultLimit(Integer) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- setResultList(List<E>) - Method in class de.terrestris.shogun2.paging.PagingResult
-
- setRoles(Set<Role>) - Method in class de.terrestris.shogun2.model.User
-
- setRoles(Set<Role>) - Method in class de.terrestris.shogun2.model.UserGroup
-
- setRotation(Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- setRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- setService(S) - Method in class de.terrestris.shogun2.converter.LayerIdResolver
-
- setService(S) - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
-
Has to be implemented by subclasses to autowire and set the correct
service class.
- setService(S) - Method in class de.terrestris.shogun2.converter.UserGroupIdResolver
-
- setService(OgcEnum.ServiceType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- setService(S) - Method in class de.terrestris.shogun2.rest.ApplicationRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.ExtentRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.ImageFileRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.LayerAppearanceRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.LayerDataSourceRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.LayerRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.LayoutRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.MapConfigRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.MapControlRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.ModuleRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.TileGridRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.UserGroupRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.rest.UserRestController
-
We have to use Qualifier to define the correct service here.
- setService(OgcEnum.ServiceType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- setService(S) - Method in class de.terrestris.shogun2.web.AbstractWebController
-
Subclasses must implement this class and annotate it with
Autowired and Qualifier!
- setService(S) - Method in class de.terrestris.shogun2.web.ApplicationController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.web.FileController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.web.GeoServerInterceptorController
-
- setService(S) - Method in class de.terrestris.shogun2.web.ImageFileController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.web.LayerController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.web.MapController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.web.ModuleController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shogun2.web.UserController
-
We have to use Qualifier to define the correct service here.
- setSource(LayerDataSource) - Method in class de.terrestris.shogun2.model.layer.Layer
-
- setSrc(String) - Method in class de.terrestris.shogun2.model.module.Image
-
- setStatusCode(HttpStatus) - Method in class de.terrestris.shogun2.util.model.Response
-
- setSubModules(List<Module>) - Method in class de.terrestris.shogun2.model.module.CompositeModule
-
- setTablePrefix(String) - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
-
- setText(String) - Method in class de.terrestris.shogun2.model.module.Button
-
- setThumbnail(byte[]) - Method in class de.terrestris.shogun2.model.ImageFile
-
- setTileGrid(TileGrid) - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
-
- setTileGridExtent(Extent) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
-
- setTileGridOrigin(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
-
- setTileGridResolutions(List<Double>) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
-
- setTileSize(Integer) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
-
- setTileSize(Integer) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
-
- setTooltip(String) - Method in class de.terrestris.shogun2.model.module.Button
-
- setTotalCount(Number) - Method in class de.terrestris.shogun2.paging.PagingResult
-
- setTransformCenterOnRender(Boolean) - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
-
- setType(String) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
-
- setType(String) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
-
- setType(String) - Method in class de.terrestris.shogun2.model.layout.Layout
-
- setTypeDelay(Integer) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- setTypeDelay(Integer) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- setTypeDelay(Integer) - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- setUpperRight(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.util.Extent
-
- setUrl(String) - Method in class de.terrestris.shogun2.model.Application
-
- setUrl(String) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
-
- setUrl(String) - Method in class de.terrestris.shogun2.model.module.Print
-
- setUserDao(UserDao<User>) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
-
- setUserGroups(Set<UserGroup>) - Method in class de.terrestris.shogun2.model.User
-
- setUserPermissions(Map<User, PermissionCollection>) - Method in class de.terrestris.shogun2.model.PersistentObject
-
- setVersion(String) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- setViewboxlbrt(List<Integer>) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- setViewboxlbrt(List<Integer>) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- setViewport(CompositeModule) - Method in class de.terrestris.shogun2.model.Application
-
- setVisible(Boolean) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- setWcsRequestInterceptor(WcsRequestInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
-
- setWcsResponseInterceptor(WcsResponseInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
-
- setWfsRequestInterceptor(WfsRequestInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
-
- setWfsResponseInterceptor(WfsResponseInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
-
- setWfsServerUrl(String) - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- setWidth(Integer) - Method in class de.terrestris.shogun2.model.ImageFile
-
- setWidth(int) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- setWmsRequestInterceptor(WmsRequestInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
-
- setWmsResponseInterceptor(WmsResponseInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
-
- setXtype(String) - Method in class de.terrestris.shogun2.model.module.Module
-
- setZoom(Integer) - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- Shogun2AuthenticationProvider - Class in de.terrestris.shogun2.security
-
- Shogun2AuthenticationProvider() - Constructor for class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
-
- Shogun2ContextUtil - Class in de.terrestris.shogun2.util.application
-
- Shogun2ContextUtil() - Constructor for class de.terrestris.shogun2.util.application.Shogun2ContextUtil
-
- Shogun2JsonObjectMapper - Class in de.terrestris.shogun2.util.json
-
Customized JSON/Jackson ObjectMapper attending the needs of SHOGun2.
- Shogun2JsonObjectMapper() - Constructor for class de.terrestris.shogun2.util.json.Shogun2JsonObjectMapper
-
Constructor
- Shogun2PermissionEvaluator - Class in de.terrestris.shogun2.security.access
-
- Shogun2PermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
-
- success(Collection<? extends Object>) - Static method in class de.terrestris.shogun2.util.data.ResultSet
-
- success(Object) - Static method in class de.terrestris.shogun2.util.data.ResultSet
-
- supports(Class<?>) - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
-
- Territory - Class in de.terrestris.shogun2.model
-
- Territory() - Constructor for class de.terrestris.shogun2.model.Territory
-
default constructor
- Territory(String, MultiPolygon) - Constructor for class de.terrestris.shogun2.model.Territory
-
- TerritoryDao<E extends Territory> - Class in de.terrestris.shogun2.dao
-
- TerritoryDao() - Constructor for class de.terrestris.shogun2.dao.TerritoryDao
-
Public default constructor for this DAO.
- TerritoryDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.TerritoryDao
-
Constructor that has to be called by subclasses.
- TileGrid - Class in de.terrestris.shogun2.model.layer.util
-
Class representing a WMS tile grid
- TileGrid() - Constructor for class de.terrestris.shogun2.model.layer.util.TileGrid
-
- TileGrid(Point2D.Double, Extent, Integer) - Constructor for class de.terrestris.shogun2.model.layer.util.TileGrid
-
- TileGridDao<E extends TileGrid> - Class in de.terrestris.shogun2.dao
-
- TileGridDao() - Constructor for class de.terrestris.shogun2.dao.TileGridDao
-
Public default constructor for this DAO.
- TileGridDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.TileGridDao
-
Constructor that has to be called by subclasses.
- TileGridRestController<E extends TileGrid,D extends TileGridDao<E>,S extends TileGridService<E,D>> - Class in de.terrestris.shogun2.rest
-
- TileGridRestController() - Constructor for class de.terrestris.shogun2.rest.TileGridRestController
-
Default constructor, which calls the type-constructor
- TileGridRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.TileGridRestController
-
Constructor that sets the concrete entity class for the controller.
- TileGridService<E extends TileGrid,D extends TileGridDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
Module model.
- TileGridService() - Constructor for class de.terrestris.shogun2.service.TileGridService
-
Default constructor, which calls the type-constructor
- TileGridService(Class<E>) - Constructor for class de.terrestris.shogun2.service.TileGridService
-
Constructor that sets the concrete entity class for the service.
- TileWmsLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
-
Data source of layers for tile data from WMS servers.
- TileWmsLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
-
default constructor
- TileWmsLayerDataSource(String, String, String, int, int, String, String, String, TileGrid) - Constructor for class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
-
- Token - Class in de.terrestris.shogun2.model.token
-
Abstract base class for all tokens.
- Token(int) - Constructor for class de.terrestris.shogun2.model.token.Token
-
Constructor
- toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
-
Converts column names to lower case and limits the length if necessary.
- toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
-
Converts table names to lower case and limits the length if necessary.
- toString() - Method in class de.terrestris.shogun2.model.Application
-
- toString() - Method in class de.terrestris.shogun2.model.File
-
- toString() - Method in class de.terrestris.shogun2.model.ImageFile
-
- toString() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
-
- toString() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
-
- toString() - Method in class de.terrestris.shogun2.model.layer.Layer
-
- toString() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
-
- toString() - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
-
- toString() - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
-
- toString() - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
-
- toString() - Method in class de.terrestris.shogun2.model.layer.source.WmtsLayerDataSource
-
- toString() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
-
- toString() - Method in class de.terrestris.shogun2.model.layer.util.Extent
-
- toString() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
-
- toString() - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
-
- toString() - Method in class de.terrestris.shogun2.model.layout.BorderLayout
-
- toString() - Method in class de.terrestris.shogun2.model.layout.Layout
-
- toString() - Method in class de.terrestris.shogun2.model.map.MapConfig
-
- toString() - Method in class de.terrestris.shogun2.model.map.MapControl
-
- toString() - Method in class de.terrestris.shogun2.model.module.AccordionPanel
-
- toString() - Method in class de.terrestris.shogun2.model.module.Button
-
- toString() - Method in class de.terrestris.shogun2.model.module.CompositeModule
-
- toString() - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
-
- toString() - Method in class de.terrestris.shogun2.model.module.Image
-
- toString() - Method in class de.terrestris.shogun2.model.module.Map
-
- toString() - Method in class de.terrestris.shogun2.model.module.Module
-
- toString() - Method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
-
- toString() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
-
- toString() - Method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
-
- toString() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
-
- toString() - Method in class de.terrestris.shogun2.model.module.OverviewMap
-
- toString() - Method in class de.terrestris.shogun2.model.module.Print
-
- toString() - Method in class de.terrestris.shogun2.model.module.WfsSearch
-
- toString() - Method in class de.terrestris.shogun2.model.PersistentObject
-
- toString() - Method in class de.terrestris.shogun2.model.Person
-
- toString() - Method in class de.terrestris.shogun2.model.Role
-
- toString() - Method in enum de.terrestris.shogun2.model.security.Permission
-
- toString() - Method in class de.terrestris.shogun2.model.Territory
-
- toString() - Method in class de.terrestris.shogun2.model.token.PasswordResetToken
-
- toString() - Method in class de.terrestris.shogun2.model.token.RegistrationToken
-
- toString() - Method in class de.terrestris.shogun2.model.token.Token
-
- toString() - Method in class de.terrestris.shogun2.model.token.UserToken
-
- toString() - Method in class de.terrestris.shogun2.model.User
-
- toString() - Method in class de.terrestris.shogun2.model.UserGroup
-
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
-
This method is annotated with
JsonValue,
so that jackson will serialize the enum value to
the (lowercase)
HttpEnum.EventType.value.
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
-
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
-
This method is annotated with
JsonValue,
so that jackson will serialize the enum value to
the (lowercase)
OgcEnum.EndPoint.value.
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
-
This method is annotated with
JsonValue,
so that jackson will serialize the enum value to
the (lowercase)
OgcEnum.Operation.value.
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
-
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
-
This method is annotated with
JsonValue,
so that jackson will serialize the enum value to
the (lowercase)
OgcEnum.Service.value.
- toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
-
This method is annotated with
JsonValue,
so that jackson will serialize the enum value to
the (lowercase)
OgcEnum.ServiceType.value.
- toString() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
-
- toString() - Method in class de.terrestris.shogun2.util.model.Response
-
- transformEntityName(EntityNaming) - Method in class de.terrestris.shogun2.util.naming.ImplicitNamingStrategyShogun2
-
Transforms an entity name to plural form.
- update(int, HttpServletRequest) - Method in class de.terrestris.shogun2.rest.AbstractRestController
-
Updates an entity by id.
- updatePartialWithJsonNode(E, JsonNode, ObjectMapper) - Method in class de.terrestris.shogun2.service.AbstractCrudService
-
- updatePassword(E, String) - Method in class de.terrestris.shogun2.service.UserService
-
- uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.service.FileService
-
Method persists a given MultipartFile as a bytearray in the database
- uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.service.ImageFileService
-
- uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.web.FileController
-
Persists a file as bytearray in the database
- User - Class in de.terrestris.shogun2.model
-
- User() - Constructor for class de.terrestris.shogun2.model.User
-
Default constructor
- User(String, String, String) - Constructor for class de.terrestris.shogun2.model.User
-
- User(String, String, String, String) - Constructor for class de.terrestris.shogun2.model.User
-
- User(String, String, String, String, boolean) - Constructor for class de.terrestris.shogun2.model.User
-
- UserController<E extends User,D extends UserDao<E>,S extends UserService<E,D>> - Class in de.terrestris.shogun2.web
-
- UserController() - Constructor for class de.terrestris.shogun2.web.UserController
-
Default constructor, which calls the type-constructor
- UserController(Class<E>) - Constructor for class de.terrestris.shogun2.web.UserController
-
Constructor that sets the concrete entity class for the controller.
- UserDao<E extends User> - Class in de.terrestris.shogun2.dao
-
- UserDao() - Constructor for class de.terrestris.shogun2.dao.UserDao
-
Public default constructor for this DAO.
- UserDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.UserDao
-
Constructor that has to be called by subclasses.
- UserGroup - Class in de.terrestris.shogun2.model
-
- UserGroup() - Constructor for class de.terrestris.shogun2.model.UserGroup
-
Default Constructor
- UserGroupDao<E extends UserGroup> - Class in de.terrestris.shogun2.dao
-
- UserGroupDao() - Constructor for class de.terrestris.shogun2.dao.UserGroupDao
-
Public default constructor for this DAO.
- UserGroupDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.UserGroupDao
-
Constructor that has to be called by subclasses.
- UserGroupIdResolver<E extends UserGroup,D extends UserGroupDao<E>,S extends UserGroupService<E,D>> - Class in de.terrestris.shogun2.converter
-
- UserGroupIdResolver() - Constructor for class de.terrestris.shogun2.converter.UserGroupIdResolver
-
- UserGroupPermissionEvaluator<E extends UserGroup> - Class in de.terrestris.shogun2.security.access.entity
-
- UserGroupPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.UserGroupPermissionEvaluator
-
Default constructor
- UserGroupPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.UserGroupPermissionEvaluator
-
Constructor for subclasses
- UserGroupRestController<E extends UserGroup,D extends UserGroupDao<E>,S extends UserGroupService<E,D>> - Class in de.terrestris.shogun2.rest
-
- UserGroupRestController() - Constructor for class de.terrestris.shogun2.rest.UserGroupRestController
-
Default constructor, which calls the type-constructor
- UserGroupRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.UserGroupRestController
-
Constructor that sets the concrete entity class for the controller.
- UserGroupService<E extends UserGroup,D extends UserGroupDao<E>> - Class in de.terrestris.shogun2.service
-
- UserGroupService() - Constructor for class de.terrestris.shogun2.service.UserGroupService
-
Default constructor, which calls the type-constructor
- UserGroupService(Class<E>) - Constructor for class de.terrestris.shogun2.service.UserGroupService
-
Constructor that sets the concrete entity class for the service.
- UserPermissionEvaluator<E extends User> - Class in de.terrestris.shogun2.security.access.entity
-
- UserPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.UserPermissionEvaluator
-
Default constructor
- UserPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.UserPermissionEvaluator
-
Constructor for subclasses
- UserRestController<E extends User,D extends UserDao<E>,S extends UserService<E,D>> - Class in de.terrestris.shogun2.rest
-
- UserRestController() - Constructor for class de.terrestris.shogun2.rest.UserRestController
-
Default constructor, which calls the type-constructor
- UserRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.UserRestController
-
Constructor that sets the concrete entity class for the controller.
- UserService<E extends User,D extends UserDao<E>> - Class in de.terrestris.shogun2.service
-
Service class for the
User model.
- UserService() - Constructor for class de.terrestris.shogun2.service.UserService
-
Default constructor, which calls the type-constructor
- UserService(Class<E>) - Constructor for class de.terrestris.shogun2.service.UserService
-
Constructor that sets the concrete entity class for the service.
- UserToken - Class in de.terrestris.shogun2.model.token
-
- UserToken() - Constructor for class de.terrestris.shogun2.model.token.UserToken
-
Default constructor
- UserToken(User) - Constructor for class de.terrestris.shogun2.model.token.UserToken
-
Constructor.
- UserToken(User, int) - Constructor for class de.terrestris.shogun2.model.token.UserToken
-
Constructor
- validateToken(E) - Method in class de.terrestris.shogun2.service.AbstractTokenService
-
If the passed token is null or expired, this method will throw an
Exception.
- validateToken(E) - Method in class de.terrestris.shogun2.service.AbstractUserTokenService
-
If the passed token is null or expired or if there is no user associated
with the token, this method will throw an
Exception.
- validateTokenAndUpdatePassword(String, String) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
-
- valueOf(String) - Static method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.model.security.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.model.security.Permission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VectorLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
-
- VectorLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
-
- VectorLayerDataSource(String, String, String, String) - Constructor for class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
-