Geomajas, Geomajas server: Main - api 1.18.2
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractAttributeInfo - Class in org.geomajas.configuration
Base information which is shared between all attributes.
AbstractAttributeInfo() - Constructor for class org.geomajas.configuration.AbstractAttributeInfo
No-arguments constructor needed for GWT.
AbstractEditableAttributeInfo - Class in org.geomajas.configuration
Base information which is shared between all editable attributes.
AbstractEditableAttributeInfo() - Constructor for class org.geomajas.configuration.AbstractEditableAttributeInfo
No-arguments constructor needed for GWT.
AbstractPipelineInterceptor<T> - Class in org.geomajas.service.pipeline
Interceptor that unconditionally skips one or more steps.
AbstractPipelineInterceptor() - Constructor for class org.geomajas.service.pipeline.AbstractPipelineInterceptor
 
AbstractReadOnlyAttributeInfo - Class in org.geomajas.configuration
Base information which is shared between all read-only attributes.
AbstractReadOnlyAttributeInfo() - Constructor for class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
No-arguments constructor needed for GWT.
addCode(int, int, int) - Method in interface org.geomajas.layer.tile.InternalTile
Add another details (code) for another tile which should be added to the list of dependent tiles.
addEntity(Entity) - Method in interface org.geomajas.layer.entity.EntityCollection
Adds an entity to this collection.
addFeature(InternalFeature) - Method in interface org.geomajas.layer.tile.InternalTile
Add a feature in the tile.
afterSteps(PipelineContext, T) - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
 
afterSteps(PipelineContext, RESPONSE) - Method in interface org.geomajas.service.pipeline.PipelineInterceptor
Perform some action before the steps are executed.
Api - Annotation Type in org.geomajas.global
Deprecated.
use Api
APPLICATION_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Application ${0} not found.
applyDefaults() - Method in class org.geomajas.configuration.FeatureStyleInfo
Applies default values to all properties that have not been set.
applyDefaults() - Method in class org.geomajas.configuration.FontStyleInfo
Applies default values to all properties that have not been set.
applyDefaults() - Method in class org.geomajas.configuration.NamedStyleInfo
Applies default values to all properties that have not been set.
AreaAuthorization - Interface in org.geomajas.security
Authorizations based on area.
ArrayAttribute<VALUE_TYPE> - Class in org.geomajas.layer.feature.attribute
Deprecated.
use OneToManyAttribute instead
ArrayAttribute() - Constructor for class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Constructor, create attribute without value (needed for GWT).
ArrayAttribute(VALUE_TYPE[]) - Constructor for class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Create array attribute with given array as value.
asEntity(Object) - Method in interface org.geomajas.layer.entity.EntityMapper
Converts the specified object to an entity.
AssertFalseConstraintInfo - Class in org.geomajas.configuration.validation
The constrained attribute must be false.
AssertFalseConstraintInfo() - Constructor for class org.geomajas.configuration.validation.AssertFalseConstraintInfo
 
AssertTrueConstraintInfo - Class in org.geomajas.configuration.validation
The constrained attribute must be true.
AssertTrueConstraintInfo() - Constructor for class org.geomajas.configuration.validation.AssertTrueConstraintInfo
 
AssociationAttribute<VALUE_TYPE> - Class in org.geomajas.layer.feature.attribute
Association attribute.
AssociationAttribute() - Constructor for class org.geomajas.layer.feature.attribute.AssociationAttribute
 
AssociationAttributeInfo - Class in org.geomajas.configuration
Linked attribute configuration information.
AssociationAttributeInfo() - Constructor for class org.geomajas.configuration.AssociationAttributeInfo
 
AssociationType - Enum in org.geomajas.configuration
Association type.
AssociationValue - Class in org.geomajas.layer.feature.attribute
Definition of a value for association attributes.
AssociationValue() - Constructor for class org.geomajas.layer.feature.attribute.AssociationValue
Constructor, create attribute without value (needed for GWT).
AssociationValue(PrimitiveAttribute<?>, Map<String, PrimitiveAttribute<?>>) - Constructor for class org.geomajas.layer.feature.attribute.AssociationValue
Create attribute with specified value and primitive attributes only.
AssociationValue(PrimitiveAttribute<?>, Map<String, Attribute<?>>, boolean) - Constructor for class org.geomajas.layer.feature.attribute.AssociationValue
Create attribute with specified value and optionally restrict attribute values to primitives.
Attribute<VALUE_TYPE> - Interface in org.geomajas.layer.feature
Attribute definition.
ATTRIBUTE_ID - Static variable in interface org.geomajas.service.FilterService
Generic attribute name which can be used to reference the id attribute (whatever the actual name is).
ATTRIBUTE_NAME_ID - Static variable in class org.geomajas.configuration.LabelStyleInfo
A special constant to be passed to LabelStyleInfo.setLabelAttributeName(String), denoting that the id should be used as the label text instead of a normal attribute value.
ATTRIBUTE_NAME_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Attribute name as String.
ATTRIBUTE_UNKNOWN - Static variable in interface org.geomajas.global.ExceptionCode
Attribute ${0} is unknown, known attributes are ${1}.
AttributeAuthorization - Interface in org.geomajas.security
Possible authorizations at individual attribute level.
AttributeBaseInfo - Class in org.geomajas.configuration
Deprecated.
AttributeBaseInfo() - Constructor for class org.geomajas.configuration.AttributeBaseInfo
Deprecated.
 
AttributeInfo - Class in org.geomajas.configuration
AttributeInfo() - Constructor for class org.geomajas.configuration.AttributeInfo
Deprecated.
Default constructor for GWT.
AttributeInfo(String, String) - Constructor for class org.geomajas.configuration.AttributeInfo
Deprecated.
Creates a non-editable, non-identifying, non-hidden attribute.
AttributeInfo(boolean, boolean, boolean, String, String) - Constructor for class org.geomajas.configuration.AttributeInfo
Deprecated.
Full-option constructor.
Authentication - Class in org.geomajas.security
Success object which is returned on successful authentication by the SecurityManager.
Authentication() - Constructor for class org.geomajas.security.Authentication
 
AuthenticationCache - Interface in org.geomajas.security
Authentication cache service.
Authorization - Interface in org.geomajas.security
Allows you to access the policies which are active.
AuthorizationNeedsWiring - Interface in org.geomajas.security
Interface which allows authorizations to access the spring application context when deserialized.

B

BaseAuthorization - Interface in org.geomajas.security
Base authorization, determines authorization of tools and commands and entire layers.
BeanNameSimplifier - Interface in org.geomajas.service
Simplifier to change fully qualified class names into Geomajas bean names.
beforeSteps(PipelineContext, T) - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
 
beforeSteps(PipelineContext, RESPONSE) - Method in interface org.geomajas.service.pipeline.PipelineInterceptor
Perform some action before the steps are executed.
beforeSteps(PipelineContext, T) - Method in class org.geomajas.service.pipeline.SkipStepPipelineInterceptor
 
BooleanAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.BOOLEAN.
BooleanAttribute() - Constructor for class org.geomajas.layer.feature.attribute.BooleanAttribute
Constructor, create attribute without value (needed for GWT).
BooleanAttribute(Boolean) - Constructor for class org.geomajas.layer.feature.attribute.BooleanAttribute
Create attribute with given boolean value.
BOUNDS_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Bounds as Envelope.
BoundsLimitOption - Enum in org.geomajas.configuration.client
Available options to limit (e.g.

C

CacheableObject - Interface in org.geomajas.global
Interface to implement for cache-context friendly objects.
calcDefaultLabelPosition(InternalFeature) - Method in interface org.geomajas.service.GeoService
Determine a default position for positioning the label for a feature.
canHandle(Object) - Method in interface org.geomajas.layer.feature.FeatureModel
Can a given 'feature' object be handled by this FeatureModel?
CANNOT_CONVERT_GEOMETRY - Static variable in interface org.geomajas.global.ExceptionCode
Cannot convert geometry, type ${0} unknown.
CANNOT_CREATE_FEATURE_WITHOUT_GEOMETRY - Static variable in interface org.geomajas.global.ExceptionCode
Cannot create feature without geometry for layer ${0}.
CANNOT_CREATE_LAYER_MODEL - Static variable in interface org.geomajas.global.ExceptionCode
Cannot create layer model for ${0}.
CANNOT_DETERMINE_CLASS_FOR_FEATURE - Static variable in interface org.geomajas.global.ExceptionCode
Cannot determine class for feature ${0}.
CANNOT_PARSE_WKT_GEOMETRY - Static variable in interface org.geomajas.global.ExceptionCode
Cannot parse geometry ${0}, invalid WKT expression.
CircleInfo - Class in org.geomajas.configuration
Circle configuration information.
CircleInfo() - Constructor for class org.geomajas.configuration.CircleInfo
 
CLASSPATH_URL_PREFIX - Static variable in interface org.geomajas.global.GeomajasConstant
URL prefix for classpath resources.
clear() - Method in interface org.geomajas.service.TestRecorder
Clear all recorded messages.
clearSecurityContext() - Method in interface org.geomajas.security.SecurityManager
Clear the security context for this thread.
ClientApplicationInfo - Class in org.geomajas.configuration.client
Base application info entry point.
ClientApplicationInfo() - Constructor for class org.geomajas.configuration.client.ClientApplicationInfo
 
ClientApplicationInfo.DummyClientUserDataInfo - Class in org.geomajas.configuration.client
Dummy implementation to keep GWT serializer happy !
ClientApplicationInfo.DummyClientUserDataInfo() - Constructor for class org.geomajas.configuration.client.ClientApplicationInfo.DummyClientUserDataInfo
 
ClientApplicationInfo.DummyClientWidgetInfo - Class in org.geomajas.configuration.client
Dummy implementation to keep GWT serializer happy !
ClientApplicationInfo.DummyClientWidgetInfo() - Constructor for class org.geomajas.configuration.client.ClientApplicationInfo.DummyClientWidgetInfo
 
ClientLayerInfo - Class in org.geomajas.configuration.client
Abstract class that contains the metadata properties that are common to all client layers.
ClientLayerInfo() - Constructor for class org.geomajas.configuration.client.ClientLayerInfo
 
ClientLayerTreeInfo - Class in org.geomajas.configuration.client
Configuration of a layer tree.
ClientLayerTreeInfo() - Constructor for class org.geomajas.configuration.client.ClientLayerTreeInfo
 
ClientLayerTreeNodeInfo - Class in org.geomajas.configuration.client
Representation of a node in the layer tree widget.
ClientLayerTreeNodeInfo() - Constructor for class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Create client layer tree node info instance.
ClientMapInfo - Class in org.geomajas.configuration.client
Map configuration.
ClientMapInfo() - Constructor for class org.geomajas.configuration.client.ClientMapInfo
 
ClientPreferredPixelsPerTile - Class in org.geomajas.configuration.client
Configuration of the preferred pixels per tile on the map.
ClientPreferredPixelsPerTile() - Constructor for class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
 
ClientRasterLayerInfo - Class in org.geomajas.configuration.client
Client side raster layer metadata.
ClientRasterLayerInfo() - Constructor for class org.geomajas.configuration.client.ClientRasterLayerInfo
 
ClientToolbarInfo - Class in org.geomajas.configuration.client
Representation of a configured toolbar.
ClientToolbarInfo() - Constructor for class org.geomajas.configuration.client.ClientToolbarInfo
 
ClientToolInfo - Class in org.geomajas.configuration.client
Representation of a tool.
ClientToolInfo() - Constructor for class org.geomajas.configuration.client.ClientToolInfo
 
ClientUserDataInfo - Interface in org.geomajas.configuration.client
Use this interface to define custom data classes to be passed to the client.
ClientVectorLayerInfo - Class in org.geomajas.configuration.client
Client side vector layer metadata.
ClientVectorLayerInfo() - Constructor for class org.geomajas.configuration.client.ClientVectorLayerInfo
 
ClientWidgetInfo - Interface in org.geomajas.configuration.client
Marker interface for widget information which is contained in the map (or application) and needs to be sent to the client.
clone() - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.AssociationAttribute
Create a clone of this association object.
clone() - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Create a clone of this object.
clone() - Method in class org.geomajas.layer.feature.attribute.BooleanAttribute
Create a clone of this attribute object.
clone() - Method in interface org.geomajas.layer.feature.Attribute
Create a clone from this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.CurrencyAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.DateAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.DoubleAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.FloatAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.ImageUrlAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.IntegerAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.LongAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.OneToManyAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.ShortAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.StringAttribute
Create a clone of this attribute object.
clone() - Method in class org.geomajas.layer.feature.attribute.UrlAttribute
Create a clone of this attribute object.
clone() - Method in interface org.geomajas.layer.feature.InternalFeature
Create a deep clone of this internal feature.
clone() - Method in class org.geomajas.layer.tile.TileCode
Create a clone from this object.
cloneWithoutGeometry() - Method in interface org.geomajas.layer.feature.InternalFeature
Create a deep clone of this internal feature but without cloning the geometry (stays null).
Command<REQUEST extends CommandRequest,RESPONSE extends CommandResponse> - Interface in org.geomajas.command
Command definition.
COMMAND_ACCESS_DENIED - Static variable in interface org.geomajas.global.ExceptionCode
User ${1} is not authorized to use the command ${0}.
COMMAND_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Command ${0} not found, maybe you need to install the extension which contains it.
CommandDispatcher - Interface in org.geomajas.command
The CommandDispatcher is the main command execution center.
CommandHasRequest<REQUEST extends CommandRequest,RESPONSE extends CommandResponse> - Interface in org.geomajas.command
Extension of Command with method for getting an empty command request.
CommandRequest - Interface in org.geomajas.command
Marker interface for command request dtos.
CommandResponse - Class in org.geomajas.command
Base result object from executing a command.
CommandResponse() - Constructor for class org.geomajas.command.CommandResponse
 
compareTo(InternalFeature) - Method in interface org.geomajas.layer.feature.InternalFeature
This function compares style ID's between features.
ConfigurationService - Interface in org.geomajas.service
Utility service which is used to get some global data.
ConstraintInfo - Interface in org.geomajas.configuration.validation
Base class for validation constraints.
containsKey(String) - Method in interface org.geomajas.service.pipeline.PipelineContext
Returns true if the context contains the specified key.
CONVERSION_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Unexpected error occurred while converting object ${0}.
convert(UserStyleInfo, FeatureInfo) - Method in interface org.geomajas.service.StyleConverterService
Converts SLD (user) style info to named style info used by vector rendering.
convert(UserStyleInfo) - Method in interface org.geomajas.service.StyleConverterService
Converts SLD (user) style info to GT style used by legend/raster rendering.
convert(RuleInfo) - Method in interface org.geomajas.service.StyleConverterService
Converts SLD rule info to GT rule used by legend/raster rendering.
convert(NamedStyleInfo, String) - Method in interface org.geomajas.service.StyleConverterService
Converts named style info to GT style used by legend/raster rendering.
CopyrightInfo - Class in org.geomajas.global
Copyright information for a plug-in and the dependencies.
CopyrightInfo() - Constructor for class org.geomajas.global.CopyrightInfo
 
create(Object) - Method in interface org.geomajas.layer.VectorLayer
Creates a new feature.
CREATE_FEATURE_NO_FEATURE_TYPE - Static variable in interface org.geomajas.global.ExceptionCode
Could not create new feature, FeatureType was not found.
CREATE_OR_UPDATE_NOT_IMPLEMENTED - Static variable in interface org.geomajas.global.ExceptionCode
Don't know how to create or update ${0}, class ${1} does not implement FeatureStore.
createAndFilter(Filter, Filter) - Method in interface org.geomajas.service.FilterService
Combine two filters using the "AND" operator.
createBboxFilter(String, Envelope, String) - Method in interface org.geomajas.service.FilterService
Create a filter the evaluates all geometries within a certain bounding box.
createBboxFilter(Crs, Envelope, String) - Method in interface org.geomajas.service.FilterService
Create a filter the evaluates all geometries within a certain bounding box.
createBetweenFilter(String, String, String) - Method in interface org.geomajas.service.FilterService
Create a filter which passes all features from the FeatureInfo within featureTypeInfo with attribute values from attribute 'name' between values 'lower and 'upper'.
This type of filter is only allowed on numeric object types (short, integer, long, float, double)
createCircle(Point, double, int) - Method in interface org.geomajas.service.GeoService
Create a geometry which approximates like a circle.
createCompareFilter(String, String, String) - Method in interface org.geomajas.service.FilterService
Create a filter that passes all features where the values of attribute 'name' compared to literal 'value' using comparator 'comparator' returns true.
createCompareFilter(String, String, Date) - Method in interface org.geomajas.service.FilterService
Create a filter that passes all features where the values of attribute 'name' compared to literal 'value' using comparator 'comparator' returns true.
createContainsFilter(Geometry, String) - Method in interface org.geomajas.service.FilterService
Create a filter with all the geometries that contain the given geometry (including the geometry itself).
createContext() - Method in interface org.geomajas.service.pipeline.PipelineService
Get a new pipeline context.
createFalseFilter() - Method in interface org.geomajas.service.FilterService
Creates a filter that allows nothing.
createFidFilter(String[]) - Method in interface org.geomajas.service.FilterService
Create a feature ID filter.
createGeometryTypeFilter(String, String) - Method in interface org.geomajas.service.FilterService
Create a filter that checks that passes all features with the specified geometry type.
createIntersectsFilter(Geometry, String) - Method in interface org.geomajas.service.FilterService
Create a filter with all the geometries that have a non-empty intersection (overlap or touching) with given geometry (including the geometry itself).
createLikeFilter(String, String) - Method in interface org.geomajas.service.FilterService
Filter based on the LIKE comparator as in sql.
createLogicFilter(Filter, String, Filter) - Method in interface org.geomajas.service.FilterService
Create a logic filter.
createOrFilter(Filter, Filter) - Method in interface org.geomajas.service.FilterService
Combine two filters using the "OR" operator.
createOverlapsFilter(Geometry, String) - Method in interface org.geomajas.service.FilterService
Create a filter with all the geometries that overlap the given geometry.
createSecurityContext(String) - Method in interface org.geomajas.security.SecurityManager
Create security context for this thread, given the authentication token.
createTouchesFilter(Geometry, String) - Method in interface org.geomajas.service.FilterService
Creates a filter with all the geometries that touch the given geometry.
createTrueFilter() - Method in interface org.geomajas.service.FilterService
Creates a filter that allows everything.
createWithinFilter(Geometry, String) - Method in interface org.geomajas.service.FilterService
Create a filter with all the geometries that lie completely within the given geometry (including the geometry itself).
CREDENTIALS_MISSING_OR_INVALID - Static variable in interface org.geomajas.global.ExceptionCode
Security credentials (token ${0}) missing or invalid.
Crs - Interface in org.geomajas.geometry
Implementation of a CoordinateReferenceSystem containing an id and delegating to another implementation.
CRS_BACK_TRANSFORM_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
CrsTransform for converting from the layer to the request.
CRS_DECODE_FAILURE_FOR_MAP - Static variable in interface org.geomajas.global.ExceptionCode
Problem decoding CRS for map ${0}.
CRS_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
CRS (as Crs.
CRS_TRANSFORM_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Crs transformation from request to layer, CrsTransform.
CRS_TRANSFORMATION_NOT_POSSIBLE - Static variable in interface org.geomajas.global.ExceptionCode
Transformation from CRS ${0} to ${1} not possible.
CrsInfo - Class in org.geomajas.global
Description object for adding CRS definitions to Geomajas.
CrsInfo() - Constructor for class org.geomajas.global.CrsInfo
 
CrsTransform - Interface in org.geomajas.geometry
Extension of a MathTransform which allows getting the source and target CRSs and a Geometry with the transformable area.
CrsTransformInfo - Class in org.geomajas.global
Description object for configuring the transformable area for CRS conversions.
CrsTransformInfo() - Constructor for class org.geomajas.global.CrsTransformInfo
 
CurrencyAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.CURRENCY.
CurrencyAttribute() - Constructor for class org.geomajas.layer.feature.attribute.CurrencyAttribute
Constructor, create attribute without value (needed for GWT).
CurrencyAttribute(String) - Constructor for class org.geomajas.layer.feature.attribute.CurrencyAttribute
Constructor which accepts the value.

D

DateAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.DATE.
DateAttribute() - Constructor for class org.geomajas.layer.feature.attribute.DateAttribute
Create using undefined value (null).
DateAttribute(Date) - Constructor for class org.geomajas.layer.feature.attribute.DateAttribute
Create using specific date value.
DecimalMaxConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained number attribute must be lower or equal to the specified maximum.
DecimalMaxConstraintInfo() - Constructor for class org.geomajas.configuration.validation.DecimalMaxConstraintInfo
 
DecimalMinConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained number attribute must be higher or equal to the specified minimum.
DecimalMinConstraintInfo() - Constructor for class org.geomajas.configuration.validation.DecimalMinConstraintInfo
 
DEFAULT_HEIGHT - Static variable in interface org.geomajas.service.legend.LegendGraphicMetadata
Default height of the legend graphic.
DEFAULT_NAME - Static variable in class org.geomajas.configuration.NamedStyleInfo
Name of the default style.
DEFAULT_STYLE_INDEX - Static variable in class org.geomajas.configuration.FeatureStyleInfo
Default value for style index, should be the last in sort order.
DEFAULT_WIDTH - Static variable in interface org.geomajas.service.legend.LegendGraphicMetadata
Default width of the legend graphic.
DefaultLegendGraphicMetadata - Class in org.geomajas.service.legend
Default implementation of LegendGraphicMetadata metadata object.
DefaultLegendGraphicMetadata() - Constructor for class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
delete(String) - Method in interface org.geomajas.layer.VectorLayer
Deletes a feature of the model.
DELETE_NOT_IMPLEMENTED - Static variable in interface org.geomajas.global.ExceptionCode
Don't know how to delete ${0}, class ${1} does not implement FeatureStore.
DEPENDENCY_CHECK_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Plug-in dependencies not met: ${0}.
DEPENDENCY_CHECK_INVALID_DUPLICATE - Static variable in interface org.geomajas.global.ExceptionCode
Invalid configuration, the plug-in with name ${0} has been declared twice.
DigitsConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained number attribute must have a maximum number of integer and/or fractional digits.
DigitsConstraintInfo() - Constructor for class org.geomajas.configuration.validation.DigitsConstraintInfo
 
DispatcherUrlService - Interface in org.geomajas.service
Service which allows you to get the URL of the dispatcher service, allowing you to build absolute URLs to services linked in as dispatched controllers.
DoubleAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.DOUBLE.
DoubleAttribute() - Constructor for class org.geomajas.layer.feature.attribute.DoubleAttribute
Constructor, create attribute without value (needed for GWT).
DoubleAttribute(Double) - Constructor for class org.geomajas.layer.feature.attribute.DoubleAttribute
Create attribute with specified double value.
DtoConverterService - Interface in org.geomajas.service
Converts between DTOs and server-side objects.
dummy() - Method in class org.geomajas.global.GeomajasConstant.GeomajasConstantImpl
Dummy method to keep checkstyle from complaining.
DUPLICATE_ATTRIBUTE_NAME - Static variable in interface org.geomajas.global.ExceptionCode
Duplicate attribute name ${0} in layer ${1}, path ${2}.

E

EditableAttributeInfo - Interface in org.geomajas.configuration
...
EmptyCommandRequest - Class in org.geomajas.command
Placeholder class, useful for commands which don't have any parameters.
EmptyCommandRequest() - Constructor for class org.geomajas.command.EmptyCommandRequest
 
Entity - Interface in org.geomajas.layer.entity
An Entity is a representation of an internal layer object (feature, association attribute) as a tree of objects.
EntityAttributeService - Interface in org.geomajas.layer.entity
Service that merges a map of attributes with a feature or association attribute object.
EntityCollection - Interface in org.geomajas.layer.entity
Represents a collection of entities.
EntityMapper - Interface in org.geomajas.layer.entity
An EntityMapper maps layer-specific objects (features, association values) to a common Entity interface.
equals(Object) - Method in class org.geomajas.configuration.CircleInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.FeatureStyleInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.FontStyleInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.ImageInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.LabelStyleInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.NamedStyleInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.RectInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.configuration.SymbolInfo
Are the two objects equal?
equals(Object) - Method in class org.geomajas.layer.tile.TileCode
Are the two objects equal?
evaluate(String, InternalFeature) - Method in interface org.geomajas.service.FeatureExpressionService
Evaluates the specified expression for the specified feature.
ExceptionCode - Interface in org.geomajas.global
Constants to be used for setting the exception codes.
ExceptionDto - Class in org.geomajas.global
A Data Transfer Object (DTO) that is used when exceptions that occurred on the server need to be send back to the client.
ExceptionDto() - Constructor for class org.geomajas.global.ExceptionDto
Empty constructor for serialization purposes.
ExceptionDto(String, String, StackTraceElement[]) - Constructor for class org.geomajas.global.ExceptionDto
Constructor that takes all needed information on creation.
execute(REQUEST, RESPONSE) - Method in interface org.geomajas.command.Command
Execute the command.
execute(String, CommandRequest, String, String) - Method in interface org.geomajas.command.CommandDispatcher
General command execution function.
execute(PipelineContext, Object) - Method in class org.geomajas.service.pipeline.PipelineHook
Execute this step in the pipeline.
execute(PipelineInfo<RESPONSE>, PipelineContext, RESPONSE) - Method in interface org.geomajas.service.pipeline.PipelineService
Execute the pipeline, starting with a known context.
execute(String, String, PipelineContext, RESPONSE) - Method in interface org.geomajas.service.pipeline.PipelineService
Execute the pipeline, starting with a known context.
execute(PipelineContext, RESPONSE) - Method in interface org.geomajas.service.pipeline.PipelineStep
Execute this step in the pipeline.
ExpectAlternatives - Annotation Type in org.geomajas.global
Deprecated.
use ExpectAlternatives
EXPRESSION_EVALUATION_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Could not evaluate expression ${0} for layer ${1}.
EXPRESSION_INVALID - Static variable in interface org.geomajas.global.ExceptionCode
Could not parse expression ${0} for layer ${1}.

F

Feature - Class in org.geomajas.layer.feature
DTO version of a InternalFeature.
Feature() - Constructor for class org.geomajas.layer.feature.Feature
Default constructor - does nothing.
Feature(String) - Constructor for class org.geomajas.layer.feature.Feature
Initialize a feature with it's identifier.
FEATURE_CREATE_PROHIBITED - Static variable in interface org.geomajas.global.ExceptionCode
Create of new feature not allowed for ${0}.
FEATURE_DATA_OBJECT_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Feature data object , Object.
FEATURE_DELETE_PROHIBITED - Static variable in interface org.geomajas.global.ExceptionCode
Delete of feature ${0} not allowed for ${1}.
FEATURE_ID_MISMATCH - Static variable in interface org.geomajas.global.ExceptionCode
saveAndUpdate requires features at the same index in old and new lists to match (have the same id), problem at index ${0}.
FEATURE_INCLUDE_ALL - Static variable in interface org.geomajas.global.GeomajasConstant
The Features should include all aspects.
FEATURE_INCLUDE_ATTRIBUTES - Static variable in interface org.geomajas.global.GeomajasConstant
Include attributes in the Feature.
FEATURE_INCLUDE_GEOMETRY - Static variable in interface org.geomajas.global.GeomajasConstant
Include geometries in the Feature.
FEATURE_INCLUDE_LABEL - Static variable in interface org.geomajas.global.GeomajasConstant
Include label string in the Feature.
FEATURE_INCLUDE_NONE - Static variable in interface org.geomajas.global.GeomajasConstant
Value to use when all aspects of the Feature should be lazy loaded.
FEATURE_INCLUDE_STYLE - Static variable in interface org.geomajas.global.GeomajasConstant
Include style definitions in the Feature.
FEATURE_INCLUDES_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
What should be included in the feature, Integer.
FEATURE_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Feature as InternalFeature.
FEATURE_MODEL_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Feature model problem.
FEATURE_UPDATE_PROHIBITED - Static variable in interface org.geomajas.global.ExceptionCode
Update of feature ${0} not allowed for ${1}.
FeatureAuthorization - Interface in org.geomajas.security
Authorizations at the individual feature level.
FeatureExpressionService - Interface in org.geomajas.service
This service evaluates feature expressions for InternalFeature objects.
FeatureInfo - Class in org.geomajas.configuration
Information about a Feature, indicates how an object can be converted to a feature.
FeatureInfo() - Constructor for class org.geomajas.configuration.FeatureInfo
 
FeatureModel - Interface in org.geomajas.layer.feature
A feature model provides sufficient information to generically create/read and update a feature.
FeatureStyleInfo - Class in org.geomajas.configuration
Style configuration information.
FeatureStyleInfo() - Constructor for class org.geomajas.configuration.FeatureStyleInfo
No args constructor for configuration and GWT.
FeatureStyleInfo(FeatureStyleInfo) - Constructor for class org.geomajas.configuration.FeatureStyleInfo
Copy constructor.
FeatureTransaction - Class in org.geomajas.layer.feature
DTO version of a InternalFeature.
FeatureTransaction() - Constructor for class org.geomajas.layer.feature.FeatureTransaction
Default constructor - does nothing.
FILTER_EVALUATION_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Filter ${0} cannot be evaluated for layer ${1}.
FILTER_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Filter object, Filter.
FILTER_PARSE_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
The filter "${0}" cannot be parsed.
FilterService - Interface in org.geomajas.service
Filter creator service.
find(String) - Method in interface org.geomajas.service.ResourceService
Find a resource.
findMathTransform(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in interface org.geomajas.service.GeoService
Get the transformation which converts between two coordinate systems.
findOrCreateEntity(String, Object) - Method in interface org.geomajas.layer.entity.EntityMapper
Find the existing entity with the specified id or create a new one.
FloatAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.FLOAT.
FloatAttribute() - Constructor for class org.geomajas.layer.feature.attribute.FloatAttribute
Create attribute without value (needed for GWT).
FloatAttribute(Float) - Constructor for class org.geomajas.layer.feature.attribute.FloatAttribute
Create attribute with specified value.
FontStyleInfo - Class in org.geomajas.configuration
Information about how to access and how to render the label attribute.
FontStyleInfo() - Constructor for class org.geomajas.configuration.FontStyleInfo
 
FORCE_PAGING_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Should paging be forced?
fromValue(String) - Static method in enum org.geomajas.configuration.AssociationType
Convert from string to enum value.
fromValue(String) - Static method in enum org.geomajas.configuration.PrimitiveType
Get enum value from.
FutureApi - Annotation Type in org.geomajas.global
Deprecated.
use FutureApi
FutureConstraintInfo - Class in org.geomajas.configuration.validation
The constrained date attribute value must be a date in the future.
FutureConstraintInfo() - Constructor for class org.geomajas.configuration.validation.FutureConstraintInfo
 

G

GeomajasConstant - Interface in org.geomajas.global
Constants which are used in Geomajas (and which are not local to a class).
GeomajasConstant.GeomajasConstantImpl - Class in org.geomajas.global
Dummy interface implementation to keep GWT happy.
GeomajasConstant.GeomajasConstantImpl() - Constructor for class org.geomajas.global.GeomajasConstant.GeomajasConstantImpl
 
GeomajasException - Exception in org.geomajas.global
General exception thrown by Geomajas when problems occur.
GeomajasException() - Constructor for exception org.geomajas.global.GeomajasException
Create new GeomajasException.
GeomajasException(Throwable) - Constructor for exception org.geomajas.global.GeomajasException
Create new GeomajasException.
GeomajasException(Throwable, int, Object...) - Constructor for exception org.geomajas.global.GeomajasException
Create new GeomajasException.
GeomajasException(Throwable, int) - Constructor for exception org.geomajas.global.GeomajasException
Create new GeomajasException.
GeomajasException(int, Object...) - Constructor for exception org.geomajas.global.GeomajasException
Create new GeomajasException.
GeomajasException(int) - Constructor for exception org.geomajas.global.GeomajasException
Create new GeomajasException.
GeomajasSecurityException - Exception in org.geomajas.security
Geomajas security exception.
GeomajasSecurityException() - Constructor for exception org.geomajas.security.GeomajasSecurityException
Create new GeomajasException.
GeomajasSecurityException(Throwable) - Constructor for exception org.geomajas.security.GeomajasSecurityException
Create new GeomajasException.
GeomajasSecurityException(Throwable, int, Object...) - Constructor for exception org.geomajas.security.GeomajasSecurityException
Create new GeomajasException.
GeomajasSecurityException(Throwable, int) - Constructor for exception org.geomajas.security.GeomajasSecurityException
Create new GeomajasException.
GeomajasSecurityException(int, Object...) - Constructor for exception org.geomajas.security.GeomajasSecurityException
Create new GeomajasException.
GeomajasSecurityException(int) - Constructor for exception org.geomajas.security.GeomajasSecurityException
Create new GeomajasException.
GEOMETRY_SET_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Failed to set geometry for ${0}.
GEOMETRY_TRANSFORMATION_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Transformation of geometry to required CRS failed.
GeometryAttributeInfo - Class in org.geomajas.configuration
Geometric attribute configuration information.
GeometryAttributeInfo() - Constructor for class org.geomajas.configuration.GeometryAttributeInfo
 
GeoService - Interface in org.geomajas.service
Collection of utility functions concerning geometries.
get(String) - Method in interface org.geomajas.service.pipeline.PipelineContext
Get the value for a key.
get(String, Class<TYPE>) - Method in interface org.geomajas.service.pipeline.PipelineContext
Get the value for a key.
getAllAttributes() - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Get the attributes for the associated object.
getAttribute(String) - Method in interface org.geomajas.layer.entity.Entity
Gets the specified primitive (or geometry) value.
getAttribute(Object, FeatureInfo, EntityMapper, String) - Method in interface org.geomajas.layer.entity.EntityAttributeService
Recursively gets the attribute from the specified feature.
getAttribute(Object, String) - Method in interface org.geomajas.layer.feature.FeatureModel
Return the attribute value with the given name.
getAttribute(SyntheticAttributeInfo, InternalFeature) - Method in interface org.geomajas.layer.feature.SyntheticAttributeBuilder
Get the attribute to be built for the (partial) feature.
getAttributeBuilder() - Method in class org.geomajas.configuration.SyntheticAttributeInfo
Set the class which should be used to build an Attribute object for this description.
getAttributeName() - Method in class org.geomajas.layer.feature.SearchCriterion
Get the name of the alpha numerical attribute on which this criterion operates.
getAttributes() - Method in class org.geomajas.configuration.FeatureInfo
Get the attribute definitions.
getAttributes() - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Deprecated.
replaced by AssociationValue.getAllAttributes() after introduction of nested associations
getAttributes() - Method in class org.geomajas.layer.feature.Feature
Get the full mapping of attributes for this feature.
getAttributes(Object) - Method in interface org.geomajas.layer.feature.FeatureModel
Deprecated.
the back-end implements this itself since 1.9.0 to provide lazy attribute loading if needed
getAttributes() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the attributes for the feature (can be null when the attributes are lazy loaded).
getAttributes() - Method in class org.geomajas.layer.pipeline.GetAttributesContainer
Get the attributes or null when not yet determined.
getAttributes(String, Filter) - Method in interface org.geomajas.layer.VectorLayerAssociationSupport
Return the list of possible object values for the specified attribute path.
getAttributes(String, String, Filter) - Method in interface org.geomajas.layer.VectorLayerService
Return the list of possible attribute values.
GetAttributesContainer - Class in org.geomajas.layer.pipeline
Container for result of getAttributes in VectorLayerService.
GetAttributesContainer() - Constructor for class org.geomajas.layer.pipeline.GetAttributesContainer
 
getAttributesMap() - Method in class org.geomajas.configuration.FeatureInfo
Get map with attributes.
getAttributeValue(String) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Convenience method that returns the attribute value for the specified attribute name.
getAuthentication(String) - Method in interface org.geomajas.security.AuthenticationCache
Get the authentication information for an authentication token.
getAuthentication(String) - Method in interface org.geomajas.security.SecurityService
Check whether the authentication token is valid.
getAuthentications() - Method in interface org.geomajas.security.SavedAuthorization
Get the SavedAuthentications contained in this object.
getAuthorizations() - Method in class org.geomajas.security.Authentication
Get array of authorizations which apply for the user.
getAuthorizations() - Method in interface org.geomajas.security.SavedAuthentication
Get authorizations which apply for the user.
getBackendVersion() - Method in class org.geomajas.global.PluginInfo
Get back-end / API minimum version which is required for this plug-in.
getBackgroundColor() - Method in class org.geomajas.configuration.client.ClientMapInfo
Gets the background color of the map, expressed as a hexadecimal string (eg '#FFFFFF').
getBackgroundStyle() - Method in class org.geomajas.configuration.LabelStyleInfo
Get the background style for the labels.
getBounds() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the feature's bounding box.
getBounds() - Method in class org.geomajas.layer.pipeline.GetFeaturesContainer
Get area covered by these features.
getBounds() - Method in interface org.geomajas.layer.tile.InternalTile
Get bounding box for the tile (in map coordinates).
getBounds() - Method in class org.geomajas.layer.tile.RasterTile
Returns the bounds for the image on the client side.
getBounds(Filter) - Method in interface org.geomajas.layer.VectorLayer
Retrieve the bounds of the specified features.
getBounds() - Method in interface org.geomajas.layer.VectorLayer
Return the bounds of this model.
getBounds(String, CoordinateReferenceSystem, Filter) - Method in interface org.geomajas.layer.VectorLayerService
Retrieve the bounds of the specified features.
GetBoundsContainer - Class in org.geomajas.layer.pipeline
Container for result of getBounds in VectorLayerService.
GetBoundsContainer() - Constructor for class org.geomajas.layer.pipeline.GetBoundsContainer
 
getCacheId() - Method in class org.geomajas.configuration.CircleInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.FeatureStyleInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.FontStyleInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.ImageInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.LabelStyleInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.NamedStyleInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.RectInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.configuration.SymbolInfo
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in interface org.geomajas.global.CacheableObject
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCacheId() - Method in class org.geomajas.layer.tile.TileCode
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCause() - Method in class org.geomajas.global.ExceptionDto
Set the cause exception to allow inclusion in the display.
getChild(String) - Method in interface org.geomajas.layer.entity.Entity
Returns the child entity of this entity with the specified name (attribute name).
getChildCollection(String) - Method in interface org.geomajas.layer.entity.Entity
Gets the collection of entities with the specified name.
getCircle() - Method in class org.geomajas.configuration.SymbolInfo
Get the circle for the symbol.
getClassName() - Method in class org.geomajas.global.ExceptionDto
Returns the class name of the original exception.
getClippedGeometry() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the clipped geometry.
getCode() - Method in enum org.geomajas.layer.LayerType
Get numerical code for the layer/geometry type.
getCode() - Method in interface org.geomajas.layer.tile.InternalTile
Returns the unique code for this tile.
getCode() - Method in class org.geomajas.layer.tile.RasterTile
Returns the unique code for this tile.
getCode() - Method in interface org.geomajas.layer.tile.TileMetadata
Get tile code, which is the tile id.
getCode() - Method in class org.geomajas.layer.tile.VectorTile
Returns the unique code for this tile.
getCodeFromCrs(CoordinateReferenceSystem) - Method in interface org.geomajas.service.GeoService
Try to extract the code from the CRS.
getCodeFromCrs(Crs) - Method in interface org.geomajas.service.GeoService
Get the code from the CRS.
getCodes() - Method in interface org.geomajas.layer.tile.InternalTile
All tiles that have at least one feature that geographically intersects with this tile are called dependent tiles.
getCodes() - Method in class org.geomajas.layer.tile.VectorTile
All tiles that have at least one feature that geographically intersects with this tile are called dependent tiles.
getColor() - Method in class org.geomajas.configuration.FontStyleInfo
Get the font color.
getCommandCount() - Method in interface org.geomajas.command.CommandDispatcher
Get the current command count value.
getConstraints() - Method in class org.geomajas.configuration.validation.ValidatorInfo
Get constraints which need to be validated.
getContentType() - Method in interface org.geomajas.layer.tile.InternalTile
Return the rendering method used.
getContentType() - Method in class org.geomajas.layer.tile.VectorTile
Returns the type of content for the rendered features and labels that are stored within this tile.
getConversionFactor() - Method in class org.geomajas.configuration.client.ScaleInfo
Get the conversion factor between map units and pixel size.
getCopyright() - Method in class org.geomajas.global.CopyrightInfo
Get the copyright message.
getCopyrightInfo() - Method in class org.geomajas.global.PluginInfo
Get copyright info for this plug-in and the dependencies.
getCreateAuthorizedArea(String) - Method in interface org.geomajas.security.AreaAuthorization
Get the area of the layer where creating features is allowed.
getCrs() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the crs of this layer (same as server layer).
getCrs() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the coordinate reference system of this map (SRS notation).
getCrs() - Method in class org.geomajas.configuration.LayerInfo
Get the CRS code which is used for expressing the coordinated in this layer.
getCrs() - Method in class org.geomajas.layer.feature.Feature
Crs code which is used (or should be used) for the geometry in the feature.
getCrs() - Method in interface org.geomajas.layer.Layer
getCrs(Layer) - Method in interface org.geomajas.layer.LayerService
The the Crs for a layer.
getCrs() - Method in interface org.geomajas.layer.tile.TileMetadata
Get crs code.
getCrs(String) - Method in interface org.geomajas.service.ConfigurationService
getCrs(String) - Method in interface org.geomajas.service.GeoService
Deprecated.
use getCrs2()
getCrs2(String) - Method in interface org.geomajas.service.GeoService
Get the Crs with given code.
getCrsTransform(Crs, Crs) - Method in interface org.geomajas.service.GeoService
Get the transformation which converts between two coordinate systems.
getCrsTransform(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in interface org.geomajas.service.GeoService
Get the transformation which converts between two coordinate systems.
getCrsTransform(String, String) - Method in interface org.geomajas.service.GeoService
Get the transformation which converts between two coordinate systems.
getCrsWkt() - Method in class org.geomajas.global.CrsInfo
Get the WKT string for the coordinate reference system.
getDashArray() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get dash array to apply.
getDataSourceName() - Method in class org.geomajas.configuration.FeatureInfo
Get the data source name.
getDataSourceName() - Method in class org.geomajas.configuration.RasterLayerInfo
Get the data source name.
getDelegatePipeline() - Method in class org.geomajas.service.pipeline.PipelineInfo
Get the delegate pipeline.
getDeleteAuthorizedArea(String) - Method in interface org.geomajas.security.AreaAuthorization
Get the area of the layer where deleting features is allowed.
getDenominator() - Method in class org.geomajas.configuration.client.ScaleInfo
Returns the denominator for a relative scale.
getDependencies() - Method in class org.geomajas.global.PluginInfo
Get dependency information for this plug-in.
getDescription() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the description of the tool.
getDispatcherUrl() - Method in interface org.geomajas.service.DispatcherUrlService
Get the base URL for the dispatcher service.
getDisplayAttributeName() - Method in class org.geomajas.configuration.FeatureInfo
Get name of the display attribute (attribute to be used for display to end users).
getDisplayUnitType() - Method in class org.geomajas.configuration.client.ClientMapInfo
Returns the display unit type of this map.
getDistance() - Method in class org.geomajas.configuration.SnappingRuleInfo
Get distance, the size of the raster which needs to be snapped to.
getDummy() - Method in class org.geomajas.command.EmptyCommandRequest
Dummy method, provided to assure Checkstyle doesn't complain.
getDummy() - Method in class org.geomajas.configuration.client.ClientApplicationInfo.DummyClientUserDataInfo
Dummy field, otherwise checkstyle complains.
getDummy() - Method in class org.geomajas.configuration.client.ClientApplicationInfo.DummyClientWidgetInfo
Dummy field, otherwise checkstyle complains.
getDummy() - Method in class org.geomajas.configuration.validation.AssertFalseConstraintInfo
Dummy method, provided to assure Checkstyle doesn't complain.
getDummy() - Method in class org.geomajas.configuration.validation.AssertTrueConstraintInfo
Dummy method, provided to assure Checkstyle doesn't complain.
getDummy() - Method in class org.geomajas.configuration.validation.FutureConstraintInfo
Dummy method, provided to assure Checkstyle doesn't complain.
getDummy() - Method in class org.geomajas.configuration.validation.NotNullConstraintInfo
Dummy method, provided to assure Checkstyle doesn't complain.
getDummy() - Method in class org.geomajas.configuration.validation.NullConstraintInfo
Dummy method, provided to assure Checkstyle doesn't complain.
getDummy() - Method in class org.geomajas.configuration.validation.PastConstraintInfo
Dummy method, provided to assure Checkstyle doesn't complain.
getElements(Filter, int, int) - Method in interface org.geomajas.layer.VectorLayer
Retrieve all the features from the model that this filter accepts.
getEmptyCommandRequest() - Method in interface org.geomajas.command.CommandHasRequest
Get an empty response object which will be filled when executing the command and partially by the dispatcher.
getEmptyCommandResponse() - Method in interface org.geomajas.command.Command
Get an empty response object which will be filled when executing the command and partially by the dispatcher.
getEnvelope() - Method in class org.geomajas.layer.pipeline.GetBoundsContainer
Get the bounds.
getErrorMessage() - Method in class org.geomajas.configuration.validation.ValidatorInfo
Get message to display when validation failed.
getErrorMessages() - Method in class org.geomajas.command.CommandResponse
Get the list of error messages which occurred when dispatching the command.
getErrors() - Method in class org.geomajas.command.CommandResponse
Get the list of exceptions which are thrown while dispatching the command.
getExceptionCode() - Method in class org.geomajas.global.ExceptionDto
Get the exception code (when it is a GeomajasException).
getExceptionCode() - Method in exception org.geomajas.global.GeomajasException
Get the exception code for the problem.
getExceptions() - Method in class org.geomajas.command.CommandResponse
Returns a list of serializable exceptions.
getExecutionTime() - Method in class org.geomajas.command.CommandResponse
Get execution time in milliseconds.
getExpression() - Method in class org.geomajas.configuration.SyntheticAttributeInfo
Expression (using Spring Expression Language) to build the attribute value).
getExtendValid() - Method in class org.geomajas.security.Authentication
Get the period (in ms) by which the validity of the authentication is extended when it is accessed.
getExtensions() - Method in class org.geomajas.service.pipeline.PipelineInfo
Get set of steps which need to be weaved at the extension hooks.
getExtraInfo() - Method in class org.geomajas.configuration.LayerInfo
Get extra configuration for the plug-ins.
getFamily() - Method in class org.geomajas.configuration.FontStyleInfo
Get the font family.
getFeature() - Method in class org.geomajas.configuration.AssociationAttributeInfo
Get the feature information of this attribute (represented as feature).
getFeatureContent() - Method in interface org.geomajas.layer.tile.InternalTile
Return the rendering of a tile's features.
getFeatureContent() - Method in class org.geomajas.layer.tile.VectorTile
Return the rendered content of a tile's features.
getFeatureFilter(String) - Method in interface org.geomajas.security.VectorLayerSelectFilterAuthorization
Get a filter which limits the visible data which can be used.
getFeatureIncludes() - Method in interface org.geomajas.layer.tile.TileMetadata
Deprecated.
features no longer included in tile
getFeatureInfo() - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Returns the feature info for this layer.
getFeatureInfo() - Method in class org.geomajas.configuration.VectorLayerInfo
Get feature info, the configuration of the features for this layer.
getFeatureModel() - Method in interface org.geomajas.layer.VectorLayer
Return the feature model of this layer model.
getFeatures() - Method in class org.geomajas.layer.pipeline.GetFeaturesContainer
Get the features.
getFeatures() - Method in interface org.geomajas.layer.tile.InternalTile
Get features for this tile (contained Geometry objects use map coordinates).
getFeatures() - Method in class org.geomajas.layer.tile.VectorTile
Deprecated.
features are no longer included in tile
getFeatures(String, CoordinateReferenceSystem, Filter, NamedStyleInfo, int) - Method in interface org.geomajas.layer.VectorLayerService
Retrieve all the features from the model that this filter accepts.
getFeatures(String, CoordinateReferenceSystem, Filter, NamedStyleInfo, int, int, int) - Method in interface org.geomajas.layer.VectorLayerService
Note that not all vector layers may support the offset or maxResultSize parameters! Check the individual layer documentation to be certain.
getFeatures(String, CoordinateReferenceSystem, Filter, NamedStyleInfo, int, int, int, boolean) - Method in interface org.geomajas.layer.VectorLayerService
Note that not all vector layers may support the offset or maxResultSize parameters! Check the individual layer documentation to be certain.
GetFeaturesContainer - Class in org.geomajas.layer.pipeline
Container for result of getFeatures in VectorLayerService.
GetFeaturesContainer() - Constructor for class org.geomajas.layer.pipeline.GetFeaturesContainer
 
getFeatureStyles() - Method in class org.geomajas.configuration.NamedStyleInfo
Get possible styles for features.
getFillColor() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get fill colour.
getFillOpacity() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get fill opacity.
getFilter() - Method in class org.geomajas.configuration.VectorLayerInfo
Get filter which needs to be applied to all queries on this layer.
getFilter() - Method in interface org.geomajas.layer.tile.TileMetadata
Get filter which needs to be applied for in the tile (apart from security and layer specific filters).
getFilterFactory() - Method in interface org.geomajas.service.FilterService
Get filter factory which is used by the implementation.
getFont(FontStyleInfo) - Method in interface org.geomajas.service.TextService
Convert the specified font style to an AWT font.
getFontStyle() - Method in class org.geomajas.configuration.LabelStyleInfo
Get font style for label.
getFormInputType() - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Get the type of input field that should be used in client side forms when editing this attribute.
getFormula() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get formula to test whether this style can be applied.
getFractional() - Method in class org.geomajas.configuration.validation.DigitsConstraintInfo
Return the maximum number of fractional digits.
getFromStepId() - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
 
getFromStepId() - Method in interface org.geomajas.service.pipeline.PipelineInterceptor
The id of the first step to intercept.
getGeometry() - Method in class org.geomajas.layer.feature.Feature
Get this feature's geometric attribute.
getGeometry(Object) - Method in interface org.geomajas.layer.feature.FeatureModel
Return the geometry of a feature.
getGeometry() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the feature geometry (or null when it is lazy loaded).
getGeometryAttributeName() - Method in interface org.geomajas.layer.feature.FeatureModel
Return the name which can be used to get the geometric attribute.
getGeometryType() - Method in class org.geomajas.configuration.FeatureInfo
Get geometry type, information about the geometry attribute.
getGeometryType() - Method in enum org.geomajas.layer.LayerType
Convert to the type indication in Geometry.
getH() - Method in class org.geomajas.configuration.RectInfo
Get height for the rectangle.
getHeight() - Method in class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
Get height of the preferred tile size in pixels.
getHeight() - Method in class org.geomajas.configuration.ImageInfo
Get the height of the image.
getHeight() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getHeight() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get the suggested height of the graphic, optional.
getHref() - Method in class org.geomajas.configuration.ImageInfo
Get the link to the image.
getIcon() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the url of the icon.
getId() - Method in class org.geomajas.command.CommandResponse
Get the id assigned to this command.
getId() - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Get the unique id for this application (auto-copied from Spring context).
getId() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the unique id of this layer.
getId() - Method in class org.geomajas.configuration.client.ClientLayerTreeInfo
Get the unique id of this layer tree.
getId() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the id of this map.
getId() - Method in class org.geomajas.configuration.client.ClientToolbarInfo
Get the toolbar id.
getId() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the unique id of this tool.
getId() - Method in interface org.geomajas.geometry.Crs
Get id or code for this CRS.
getId() - Method in interface org.geomajas.geometry.CrsTransform
Get id or code for this CrsTransform.
getId(String) - Method in interface org.geomajas.layer.entity.Entity
Returns the unique identifier value of this entity.
getId() - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Get the id for the associated object.
getId() - Method in class org.geomajas.layer.feature.Feature
Get the feature's unique identifier.
getId(Object) - Method in interface org.geomajas.layer.feature.FeatureModel
Return the id of a feature.
getId() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the feature id.
getId() - Method in interface org.geomajas.layer.Layer
Get the unique id of this layer.
getId() - Method in class org.geomajas.layer.tile.RasterTile
Return the unique identifier for this tile (normally, id = +"."++"."+,).
getId() - Method in interface org.geomajas.security.BaseAuthorization
Id for this authorization object if any.
getId() - Method in interface org.geomajas.security.SecurityService
Get the id of this security service.
getId() - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
 
getId() - Method in class org.geomajas.service.pipeline.PipelineHook
Get the id for the hook.
getId() - Method in interface org.geomajas.service.pipeline.PipelineInterceptor
Get the id for the interceptor.
getId() - Method in interface org.geomajas.service.pipeline.PipelineStep
Get the id for the step.
getIdentifier() - Method in class org.geomajas.configuration.FeatureInfo
Get identifier description.
getImage() - Method in class org.geomajas.configuration.SymbolInfo
Get the image for this symbol.
getIndex() - Method in class org.geomajas.configuration.FeatureStyleInfo
Gets the ordering index of the style.
getInitialBounds() - Method in class org.geomajas.configuration.client.ClientMapInfo
Returns the startup bounds/extent of this map.
getInteger() - Method in class org.geomajas.configuration.validation.DigitsConstraintInfo
Return the maximum number of integer digits.
getInterceptors() - Method in class org.geomajas.service.pipeline.PipelineInfo
Get the list of interceptors to be added to the pipeline.
getInvalidAfter() - Method in class org.geomajas.security.Authentication
Get final deadline for the validity of this authentication.
getKey() - Method in class org.geomajas.global.CopyrightInfo
Get the key which is used to determine the copyright info.
getKey() - Method in class org.geomajas.global.CrsInfo
Key for registration of CRS.
getLabel() - Method in class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
Get label for attribute.
getLabel() - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Get label for attribute.
getLabel() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the user label of this layer.
getLabel() - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Get the tree node label.
getLabel() - Method in class org.geomajas.layer.feature.Feature
Get the label-string for this feature.
getLabel() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the label for the feature (if any).
getLabelAttributeName() - Method in class org.geomajas.configuration.LabelStyleInfo
Get label attribute name.
getLabelContent() - Method in interface org.geomajas.layer.tile.InternalTile
Return the rendering of a tile's labels.
getLabelContent() - Method in class org.geomajas.layer.tile.VectorTile
Return the rendered content of a tile's labels.
getLabelStyle() - Method in class org.geomajas.configuration.NamedStyleInfo
Get label style.
getLabelValueExpression() - Method in class org.geomajas.configuration.LabelStyleInfo
Get label value expression.
getLayer() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the layer this feature is part of.
getLayer(String) - Method in interface org.geomajas.service.ConfigurationService
Get the vector layer with given id.
getLayerExtraInfo(LayerInfo, Class<TYPE>) - Method in interface org.geomajas.service.ConfigurationService
Get a specific entry from the extraInfo for the given type on LayerInfo.
getLayerExtraInfo(LayerInfo, String, Class<TYPE>) - Method in interface org.geomajas.service.ConfigurationService
Get a specific entry from the extraInfo for key and with type checking.
getLayerId() - Method in class org.geomajas.command.LayerIdCommandRequest
Get the layer id.
getLayerId() - Method in class org.geomajas.configuration.SnappingRuleInfo
Get the id of the layer this snapping info applies to.
getLayerId() - Method in class org.geomajas.layer.feature.FeatureTransaction
Get the identifier of the vector layer wherein this transaction should take place.
getLayerId() - Method in interface org.geomajas.layer.tile.TileMetadata
Get layer id.
getLayerId() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getLayerId() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get layer id, optional.
getLayerId() - Method in class org.geomajas.service.pipeline.PipelineInfo
Set the layer for which this definition should apply.
getLayerIds() - Method in class org.geomajas.command.LayerIdsCommandRequest
Get the layer ids.
getLayerInfo() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the layer information of this layer (optional, auto-copied from Spring context).
getLayerInfo() - Method in interface org.geomajas.layer.Layer
Get information about the layer.
getLayers() - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Get the list of layers that are part this node.
getLayers() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the list of layers of this map.
getLayerTree() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the layer tree that belongs with this map.
getLayerType() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the type of this layer (same as server layer).
getLayerType() - Method in class org.geomajas.configuration.FeatureStyleInfo
Returns the geometry type for which this style is applicable.
getLayerType() - Method in class org.geomajas.configuration.LayerInfo
Get layer type, indicating whether it is a raster layer or which type of geometries which are contained in the layer if it is a vector layer.
getLegendGraphic(LegendGraphicMetadata) - Method in interface org.geomajas.service.LegendGraphicService
Get the graphical symbol based on the specified legend metadata.
getLegendGraphics(List<LegendGraphicMetadata>) - Method in interface org.geomajas.service.LegendGraphicService
Get the graphical symbols based on the specified legend metadata.
getLicenseName() - Method in class org.geomajas.global.CopyrightInfo
Get the license name.
getLicenseUrl() - Method in class org.geomajas.global.CopyrightInfo
Get the URL for the license text.
getLineSelectStyle() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the line selection style for this map.
getLocalDispatcherUrl() - Method in interface org.geomajas.service.DispatcherUrlService
Get the local base URL for the dispatcher service.
getMap(String, String) - Method in interface org.geomajas.service.ConfigurationService
Get information about the map with specified mapId in the application with the specified applicationId.
getMaps() - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Get the list of maps for this application.
getMax() - Method in class org.geomajas.configuration.validation.SizeConstraintInfo
Return the maximum size.
getMaxBounds() - Method in class org.geomajas.configuration.client.ClientMapInfo
Returns the maximum bounds/extent of this map.
getMaxExtent() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the maximum visible extent of this layer (in map space).
getMaxExtent() - Method in class org.geomajas.configuration.LayerInfo
Get the maximum extent for the layer, the bounding box for the visible/usable area for this layer.
getMaximumScale() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the maximum scale for which this layer should be visible (maximum zoom in).
getMaximumScale() - Method in class org.geomajas.configuration.client.ClientMapInfo
getMaximumScale() - Method in class org.geomajas.configuration.client.ScaleConfigurationInfo
Returns the maximum scale of the map.
getMessage() - Method in class org.geomajas.global.ExceptionDto
Returns the message of the original exception.
getMessage() - Method in exception org.geomajas.global.GeomajasException
Get message using the default locale.
getMessage(Locale) - Method in exception org.geomajas.global.GeomajasException
Get the exception message using the requested locale.
getMin() - Method in class org.geomajas.configuration.validation.SizeConstraintInfo
Return the minimum size.
getMinimumScale() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the minimum scale for which this layer should be visible (maximum zoom out).
getName() - Method in class org.geomajas.configuration.AbstractAttributeInfo
Get name of the attribute.
getName() - Method in class org.geomajas.configuration.AttributeBaseInfo
Deprecated.
 
getName() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get feature style name.
getName() - Method in class org.geomajas.configuration.NamedStyleInfo
Name for style info.
getName() - Method in class org.geomajas.configuration.Parameter
Get the parameter name.
getName() - Method in class org.geomajas.global.PluginVersionInfo
Get the plug-in's name.
getNamedStyle() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getNamedStyle() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get the named style, optional.
getNamedStyleInfo() - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Returns the style used by this layer.
getNamedStyleInfo(String) - Method in class org.geomajas.configuration.VectorLayerInfo
Get layer style by name.
getNamedStyleInfos() - Method in class org.geomajas.configuration.VectorLayerInfo
Get possible styles which may be applied for this layer.
getNewFeatures() - Method in class org.geomajas.layer.feature.FeatureTransaction
Return the list of features with the new values.
getNumerator() - Method in class org.geomajas.configuration.client.ScaleInfo
Returns the numerator for a relative scale.
getOldFeatures() - Method in class org.geomajas.layer.feature.FeatureTransaction
Returns the array of features with their original values.
getOpacity() - Method in class org.geomajas.configuration.FontStyleInfo
Get the font opacity.
getOperator() - Method in class org.geomajas.layer.feature.SearchCriterion
Return the operator used in the criterion such as '=', '>', ...
getOptional(String) - Method in interface org.geomajas.service.pipeline.PipelineContext
Get the value for a key.
getOptional(String, Class<TYPE>) - Method in interface org.geomajas.service.pipeline.PipelineContext
Get the value for a key.
getOptional(String, Class<TYPE>, TYPE) - Method in interface org.geomajas.service.pipeline.PipelineContext
Get the value for a key.
getOptionalDependencies() - Method in class org.geomajas.global.PluginInfo
Get the minimum version for optional dependencies.
getPanOrigin() - Method in interface org.geomajas.layer.tile.TileMetadata
Get the pan origin.
getParameters() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the list of parameters for this tool.
getPipeline() - Method in class org.geomajas.service.pipeline.PipelineInfo
Get the list of steps which form the pipeline.
getPipeline(String, String) - Method in interface org.geomajas.service.pipeline.PipelineService
Get a pipeline configuration based on the key and optional layer id.
getPipelineName() - Method in class org.geomajas.service.pipeline.PipelineInfo
Get the name of the pipeline for which this is an implementation.
getPixelLength() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the length in meters of a pixel on the map.
getPixelPerUnit() - Method in class org.geomajas.configuration.client.ScaleInfo
Returns the scale value in pixel per map unit.
getPointSelectStyle() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the point selection style for this map.
getPolygonSelectStyle() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the polygon selection style for this map.
getPrecision() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the precision of this map (number of decimals).
getPreferredPixelsPerTile() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the preferred pixels per tile size you wish the client will fetch from the server.
getPreferredPixelsPerTileType() - Method in class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
Get the preferred pixels per tile.
getR() - Method in class org.geomajas.configuration.CircleInfo
Get circle radius.
getRasterLayer(String) - Method in interface org.geomajas.service.ConfigurationService
Get the raster layer with given id.
getRect() - Method in class org.geomajas.configuration.SymbolInfo
Get the rectangle for this symbol.
getRegexp() - Method in class org.geomajas.configuration.validation.PatternConstraintInfo
Get the regular expression to match.
getRenderer() - Method in interface org.geomajas.layer.tile.TileMetadata
Get the renderer to use.
getResolutions() - Method in class org.geomajas.configuration.client.ClientMapInfo
getResolutions() - Method in class org.geomajas.configuration.RasterLayerInfo
getResourceBundleName() - Method in exception org.geomajas.global.GeomajasException
Resource bundle to be used for translating the exception code into exception messages.
getRootPath() - Method in class org.geomajas.service.resource.ResourceInfo
Get the root path to be added to the ResourceService.
getRootPaths() - Method in interface org.geomajas.service.ResourceService
Returns the list of root paths used by this service.
getRule() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getRule() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get the rule, optional.
getSavedAuthorization() - Method in interface org.geomajas.security.SecurityContext
Return the SavedAuthorization that allows to (persistently) cache and restore this security context.
getScale() - Method in interface org.geomajas.layer.tile.TileMetadata
Get scale for tile.
getScale() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getScale() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get the scale, optional.
getScaleConfiguration() - Method in class org.geomajas.configuration.client.ClientMapInfo
Retruns the scale configuration of this map.
getScreenDpi() - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Get number of dots per inch of the client screen.
getScreenHeight() - Method in interface org.geomajas.layer.tile.InternalTile
Return the tile's height, expressed in client side pixels.
getScreenHeight() - Method in class org.geomajas.layer.tile.VectorTile
Return the tile's height, expressed in client side pixels.
getScreenWidth() - Method in interface org.geomajas.layer.tile.InternalTile
Return the tile's width, expressed in client side pixels.
getScreenWidth() - Method in class org.geomajas.layer.tile.VectorTile
Return the tile's width, expressed in client side pixels.
getSecurityServiceId() - Method in class org.geomajas.security.Authentication
Get the id of the SecurityService which created this authentication.
getSecurityServiceId() - Method in interface org.geomajas.security.SavedAuthentication
Get the id of the SecurityService which created this authentication.
getSecurityServiceResults() - Method in interface org.geomajas.security.SecurityContext
Get the direct replies of the security services which build the security context.
getSecurityServices() - Method in class org.geomajas.security.SecurityInfo
Get the list of security services which need to be queried to validate an authentication token and get relevant UserInfo and Authorization information.
getSelectionHref() - Method in class org.geomajas.configuration.ImageInfo
Get the link to the image to be used when a feature is selected.
getServerLayerId() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the layer id of the server layer.
getShortMessage(Locale) - Method in exception org.geomajas.global.GeomajasException
Get the short exception message using the requested locale.
getSize() - Method in class org.geomajas.configuration.FontStyleInfo
Get the font size.
getSldLayerName() - Method in class org.geomajas.configuration.NamedStyleInfo
Get the name of the SLD NamedLayer/UserLayer that contains this style.
getSldLocation() - Method in class org.geomajas.configuration.NamedStyleInfo
Get the SLD file location (Spring resource format).
getSldStyleName() - Method in class org.geomajas.configuration.NamedStyleInfo
Get the name of the SLD UserStyle that corresponds to this style.
getSnappingRules() - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Returns the snapping rules for this layer.
getSortAttributeName() - Method in class org.geomajas.configuration.FeatureInfo
Get name of the sort attribute.
getSortType() - Method in class org.geomajas.configuration.FeatureInfo
Get sort type (which indicates ascending or descending).
getSource() - Method in interface org.geomajas.geometry.CrsTransform
Source Crs for transformation.
getSource() - Method in class org.geomajas.global.CrsTransformInfo
Get source CRS code.
getSourceUrl() - Method in class org.geomajas.global.CopyrightInfo
Get the URL where the source code can be found (browsed or downloaded).
getSrid() - Method in interface org.geomajas.layer.feature.FeatureModel
Return the spatial reference id of the coordinate reference system.
getSridFromCrs(String) - Method in interface org.geomajas.service.GeoService
Try to extract the SRID (Spatial Reference Id) from the CRS.
getSridFromCrs(CoordinateReferenceSystem) - Method in interface org.geomajas.service.GeoService
Try to extract the SRID (Spatial Reference Id) from the CRS.
getStackTrace() - Method in class org.geomajas.global.ExceptionDto
Returns the stack trace of the original exception.
getStringBounds(String, FontStyleInfo) - Method in interface org.geomajas.service.TextService
Returns the dimensions of a text string rendered with the specified font style.
getStrokeColor() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get stroke colour.
getStrokeOpacity() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get stroke opacity.
getStrokeWidth() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get stroke width.
getStyle() - Method in class org.geomajas.configuration.client.ClientRasterLayerInfo
Returns the opacity of the raster layer.
getStyle() - Method in class org.geomajas.configuration.FontStyleInfo
Get the font style.
getStyleId() - Method in class org.geomajas.configuration.FeatureStyleInfo
Return a unique style identifier for this client side style definition.
getStyleId() - Method in class org.geomajas.layer.feature.Feature
Get the identifier for the styling that applies on this feature.
getStyleInfo() - Method in interface org.geomajas.layer.feature.InternalFeature
Get the style info for this feature (or null when it is lazy loaded).
getStyleInfo() - Method in interface org.geomajas.layer.tile.TileMetadata
Get the style info which needs to be applied when rendering the tile content.
getSymbol() - Method in class org.geomajas.configuration.FeatureStyleInfo
Get symbol to indicate feature.
getTarget() - Method in interface org.geomajas.geometry.CrsTransform
Target Crs for transformation.
getTarget() - Method in class org.geomajas.global.CrsTransformInfo
Get target CRS code.
getTile() - Method in class org.geomajas.layer.pipeline.GetTileContainer
Get the tile.
getTile(TileMetadata) - Method in interface org.geomajas.layer.VectorLayerService
Get a vector tile for the request tile.
GetTileContainer - Class in org.geomajas.layer.pipeline
Container for result of getTile in VectorLayerService.
GetTileContainer() - Constructor for class org.geomajas.layer.pipeline.GetTileContainer
 
getTileHeight() - Method in class org.geomajas.configuration.RasterLayerInfo
Get tile height in pixels.
getTileHeight() - Method in interface org.geomajas.layer.tile.InternalTile
Return the tile's height (in map coordinates).
getTileLevel() - Method in class org.geomajas.layer.tile.TileCode
Get the tiling depth level.
getTiles(String, CoordinateReferenceSystem, Envelope, double) - Method in interface org.geomajas.layer.RasterLayerService
Get the raster tiles for the specified bounds, optimized for the scale in pixels/unit.
getTileWidth() - Method in class org.geomajas.configuration.RasterLayerInfo
Get tile width in pixels.
getTileWidth() - Method in interface org.geomajas.layer.tile.InternalTile
Return the tile's width (in map coordinates).
getTitle() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the title of the tool.
getToken() - Method in interface org.geomajas.security.SecurityContext
Get the token which was used for the authentication.
getToolbar() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the tool bar that belongs with this map.
getToolId() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the toolId used for fetching the org.geomajas.gwt.client.action.ToolbarBaseAction from org.geomajas.gwt.client.action.toolbar.ToolbarRegistry.
getTools() - Method in class org.geomajas.configuration.client.ClientLayerTreeInfo
Get the list of tools for this layer tree.
getTools() - Method in class org.geomajas.configuration.client.ClientToolbarInfo
Get the list of tools for this toolbar.
getTools() - Method in class org.geomajas.configuration.client.ClientToolInfo
Get the list of tools this tool should list (in a drop-down panel for instance).
getToolTip() - Method in class org.geomajas.configuration.validation.ValidatorInfo
Get tooltip for attribute.
getToStepId() - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
 
getToStepId() - Method in interface org.geomajas.service.pipeline.PipelineInterceptor
The id of the last step to intercept.
getTransformableArea() - Method in class org.geomajas.global.CrsTransformInfo
Get bbox for transformable area.
getTransformableBbox() - Method in interface org.geomajas.geometry.CrsTransform
Bbox of the area which can be transformed using this transformation.
getTransformableEnvelope() - Method in interface org.geomajas.geometry.CrsTransform
Envelope of the area which can be transformed using this transformation.
getTransformableGeometry() - Method in interface org.geomajas.geometry.CrsTransform
Geometry of the area which can be transformed using this transformation.
getTreeNode() - Method in class org.geomajas.configuration.client.ClientLayerTreeInfo
Get the root node this layer tree.
getTreeNodes() - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Get the list of sub-nodes of this node.
getType() - Method in class org.geomajas.configuration.AssociationAttributeInfo
returns the type of the association (many-to-one, one-to-many).
getType() - Method in class org.geomajas.configuration.PrimitiveAttributeInfo
Get type for the value of the attribute.
getType() - Method in class org.geomajas.configuration.SnappingRuleInfo
Get snapping type.
getType() - Method in class org.geomajas.layer.feature.attribute.AssociationAttribute
getType() - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
getType() - Method in class org.geomajas.layer.feature.attribute.OneToManyAttribute
getType() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Get type of primitive attribute.
getUnitLength() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the unit length of this map in actual meters.
getUpdateAuthorizedArea(String) - Method in interface org.geomajas.security.AreaAuthorization
Get the area of the layer where updating features is allowed.
getUrl() - Method in class org.geomajas.layer.tile.RasterTile
Return the URL to the actual image for this raster tile.
getUserData() - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Get the custom configuration data.
getUserData() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the custom configuration data.
getUserData() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get the custom configuration data.
getUserDivision() - Method in class org.geomajas.security.Authentication
Get the organization's division for the user.
getUserDivision() - Method in interface org.geomajas.security.UserInfo
Get the organization's division for the user.
getUserId() - Method in class org.geomajas.security.Authentication
Get the user id if known.
getUserId() - Method in interface org.geomajas.security.UserInfo
Get the user id if known.
getUserLocale() - Method in class org.geomajas.security.Authentication
Get the users locale if known.
getUserLocale() - Method in interface org.geomajas.security.UserInfo
Get the users locale if known.
getUserName() - Method in class org.geomajas.security.Authentication
Get the users name if known.
getUserName() - Method in interface org.geomajas.security.UserInfo
Get the users name if known.
getUserOrganization() - Method in class org.geomajas.security.Authentication
Set the organization for the user.
getUserOrganization() - Method in interface org.geomajas.security.UserInfo
Set the organization for the user.
getUserStyle() - Method in class org.geomajas.configuration.NamedStyleInfo
Get the SLD UserStyle info for this layer.
getUserStyle() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getUserStyle() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get the user style, optional.
getValidator() - Method in class org.geomajas.configuration.AbstractEditableAttributeInfo
Get validator for attribute.
getValidator() - Method in class org.geomajas.configuration.AttributeInfo
getValidUntil() - Method in class org.geomajas.security.Authentication
Get deadline for validity of the authentication.
getValue() - Method in class org.geomajas.configuration.Parameter
Get the parameter value.
getValue() - Method in class org.geomajas.configuration.validation.DecimalMaxConstraintInfo
Return the maximum value according to BigDecimal string representation.
getValue() - Method in class org.geomajas.configuration.validation.DecimalMinConstraintInfo
Return the minimum value according to BigDecimal string representation.
getValue() - Method in class org.geomajas.configuration.validation.MaxConstraintInfo
Return the maximum value.
getValue() - Method in class org.geomajas.configuration.validation.MinConstraintInfo
Return the minimum value.
getValue() - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Get the value for this attribute.
getValue() - Method in interface org.geomajas.layer.feature.Attribute
Get the value for this attribute.
getValue() - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Get the value for this attribute.
getValue() - Method in class org.geomajas.layer.feature.attribute.OneToManyAttribute
Get the value for this attribute.
getValue() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Get the value for this attribute.
getValue() - Method in class org.geomajas.layer.feature.SearchCriterion
Get the value for this criterion as a formatted string.
getVectorLayer(String) - Method in interface org.geomajas.service.ConfigurationService
Get the vector layer with given id.
getVersion() - Method in class org.geomajas.global.PluginInfo
Get version information for this plug-in.
getVersion() - Method in class org.geomajas.global.PluginVersionInfo
Get the plug-in's version.
getViewBoundsLimitOption() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get configuration option for limiting the mapview's bounds.
getViewScaleMax() - Method in class org.geomajas.configuration.client.ClientLayerInfo
getViewScaleMin() - Method in class org.geomajas.configuration.client.ClientLayerInfo
getVisibleArea(String) - Method in interface org.geomajas.security.AreaAuthorization
Get the visible area for a layer.
getW() - Method in class org.geomajas.configuration.RectInfo
Get rectangle width.
getWeight() - Method in class org.geomajas.configuration.FontStyleInfo
Get the font weight.
getWidgetInfo() - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Get configuration for (custom) widgets which are not map specific.
getWidgetInfo(String) - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Get configuration for a (custom) map widgets which are not map specific.
getWidgetInfo() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get configuration for (custom) layer widgets.
getWidgetInfo(String) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get configuration for a (custom) layer widgets.
getWidgetInfo() - Method in class org.geomajas.configuration.client.ClientMapInfo
Get configuration for (custom) map widgets.
getWidgetInfo(String) - Method in class org.geomajas.configuration.client.ClientMapInfo
Get configuration for a (custom) map widgets.
getWidth() - Method in class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
Get width of the preferred tile size in pixels.
getWidth() - Method in class org.geomajas.configuration.ImageInfo
Get the width of the image.
getWidth() - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
 
getWidth() - Method in interface org.geomajas.service.legend.LegendGraphicMetadata
Get the suggested width of the graphic, optional.
getX() - Method in class org.geomajas.layer.tile.TileCode
Get the X-ordinate at the given level: X=[0, (2^tileLevel) - 1].
getY() - Method in class org.geomajas.layer.tile.TileCode
Get the Y-ordinate at the given level: Y=[0, (2^tileLevel) - 1].
getZoomLevels() - Method in class org.geomajas.configuration.client.ScaleConfigurationInfo
Returns a list of predefined zoom levels allowed by the map.
getZoomLevels() - Method in class org.geomajas.configuration.RasterLayerInfo
Returns the list of zoom levels for the layer.
getZoomToPointScale() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Get the scale that should be used when zooming in on a point feature.

H

hashCode() - Method in class org.geomajas.configuration.CircleInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.FeatureStyleInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.FontStyleInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.ImageInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.LabelStyleInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.NamedStyleInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.RectInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.configuration.SymbolInfo
Calculate object hash code.
hashCode() - Method in class org.geomajas.layer.tile.TileCode
Calculate object hash code.
HIBERNATE_ATTRIBUTE_ALL_GET_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Getting all attributes failed for ${0}.
HIBERNATE_ATTRIBUTE_GET_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Getting attribute ${0} failed for ${1}.
HIBERNATE_ATTRIBUTE_SET_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Failed to set attributes for ${0}.
HIBERNATE_ATTRIBUTE_TYPE_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Attribute ${0} is not an object type.
HIBERNATE_CANNOT_CREATE_POJO - Static variable in interface org.geomajas.global.ExceptionCode
Unexpected failure to create a POJO for entity ${0}.
HIBERNATE_COULD_NOT_RESOLVE - Static variable in interface org.geomajas.global.ExceptionCode
Could not resolve ${0} for ${1}.
HIBERNATE_LOAD_FILTER_FAIL - Static variable in interface org.geomajas.global.ExceptionCode
Failed to load ${0} with filter ${1}.
HIBERNATE_NO_META_DATA - Static variable in interface org.geomajas.global.ExceptionCode
Could not get metadata for ${0}.
HIBERNATE_NO_SESSION_FACTORY - Static variable in interface org.geomajas.global.ExceptionCode
Could not configure session factory.

I

ImageInfo - Class in org.geomajas.configuration
Image configuration information.
ImageInfo() - Constructor for class org.geomajas.configuration.ImageInfo
 
ImageUrlAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.IMGURL.
ImageUrlAttribute() - Constructor for class org.geomajas.layer.feature.attribute.ImageUrlAttribute
Create attribute without value (needed for GWT).
ImageUrlAttribute(String) - Constructor for class org.geomajas.layer.feature.attribute.ImageUrlAttribute
Create attribute with specified double value.
INDEX_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Index, Integer.
IntegerAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.INTEGER.
IntegerAttribute() - Constructor for class org.geomajas.layer.feature.attribute.IntegerAttribute
Create attribute without value (needed for GWT).
IntegerAttribute(Integer) - Constructor for class org.geomajas.layer.feature.attribute.IntegerAttribute
Create attribute with specified value.
InternalFeature - Interface in org.geomajas.layer.feature
This is the main feature class, internally used on the server.
InternalTile - Interface in org.geomajas.layer.tile
General definition for a tile that is used internally on the server-side.
INVALID_ATTRIBUTE_NAME - Static variable in interface org.geomajas.global.ExceptionCode
Invalid attribute name ${0} in layer ${1}.
INVALID_FEATURE_OBJECT - Static variable in interface org.geomajas.global.ExceptionCode
Not a legal feature, does not implement the "Feature" interface ${0}.
INVALID_FEATURE_STYLE_LAYER_TYPE - Static variable in interface org.geomajas.global.ExceptionCode
Invalid layer type ${0} for feature style, see javadoc.
INVALID_SHAPE_FILE_URL - Static variable in interface org.geomajas.global.ExceptionCode
Invalid shape file url ${0}.
INVALID_SLD - Static variable in interface org.geomajas.global.ExceptionCode
Invalid SLD ${0} for layer ${1}.
INVALID_USER_STYLE - Static variable in interface org.geomajas.global.ExceptionCode
Invalid SLD UserStyle ${0}.
invalidateAllLayers() - Method in interface org.geomajas.service.ConfigurationService
Invalidate all layers.
invalidateLayer(String) - Method in interface org.geomajas.service.ConfigurationService
Invalidate a layer.
invalidateLayer(Layer) - Method in interface org.geomajas.service.LayerInvalidationService
Invalidate the layer.
IS_CREATE_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Are we creating a new feature, Boolean.
isAllowEmptyGeometries() - Method in class org.geomajas.configuration.VectorLayerInfo
Is it allowed to create empty geometries? Default value is false.
isAttributeReadable(String, InternalFeature, String) - Method in interface org.geomajas.security.AttributeAuthorization
Check whether a specific attribute of a feature is visible.
isAttributeWritable(String, InternalFeature, String) - Method in interface org.geomajas.security.AttributeAuthorization
Check whether a specific attribute of a feature is writable.
isClipped() - Method in class org.geomajas.layer.feature.Feature
Has this feature's geometry been clipped? If so, it was probably because it was too large for the client to handle.
isClipped() - Method in interface org.geomajas.layer.feature.InternalFeature
Has the feature geometry been clipped ?
isClipped() - Method in interface org.geomajas.layer.tile.InternalTile
Returns whether or not at least one feature within this tile has been clipped.
isClipped() - Method in class org.geomajas.layer.tile.VectorTile
Returns whether or not at least one feature within this tile has been clipped.
isCommandAuthorized(String) - Method in interface org.geomajas.security.BaseAuthorization
Check whether the command with given name is allowed to be used.
isCreatable() - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Is the logged in user allowed to create new features?
isCreateCapable() - Method in interface org.geomajas.layer.VectorLayer
Indicate whether the layer is capable of creating new features.
isDeletable() - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Is the logged in user allowed to delete (some) features?
isDeletable() - Method in class org.geomajas.layer.feature.Feature
Is the logged in user allowed to delete this feature?
isDeletable() - Method in interface org.geomajas.layer.feature.InternalFeature
Is the logged in user allowed to delete this feature?
isDeleteCapable() - Method in interface org.geomajas.layer.VectorLayer
Indicate whether the layer is capable of creating new features.
isEditable() - Method in class org.geomajas.configuration.AbstractEditableAttributeInfo
Indicates whether the layer is capable of of storing values at the data level.
isEditable() - Method in class org.geomajas.configuration.AttributeBaseInfo
Deprecated.
use AbstractEditableAttributeInfo@isEditable or GeometryAttributeInfo@isEditable
isEditable() - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Indicates whether the layer is capable of of storing values at the data level.
isEditable() - Method in interface org.geomajas.configuration.EditableAttributeInfo
Indicates whether the layer is capable of of storing values at the data level.
isEditable() - Method in class org.geomajas.configuration.GeometryAttributeInfo
Indicates whether the layer is capable of of changing the geometry value for a feature.
isEditable() - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Indicates whether the user is authorized to edit this attribute.
isEditable() - Method in class org.geomajas.layer.feature.attribute.AssociationAttribute
Indicates whether the user is authorized to edit this attribute.
isEditable() - Method in interface org.geomajas.layer.feature.Attribute
Indicates whether the user is authorized to edit this attribute.
isEditable() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Indicates whether the user is authorized to edit this attribute.
isEditable() - Method in interface org.geomajas.layer.feature.InternalFeature
Is the logged in user allowed to edit this feature?
isEmpty() - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Does the attribute have a value?
isEmpty() - Method in interface org.geomajas.layer.feature.Attribute
Does the attribute have a value?
isEmpty() - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Does the attribute have a value?
isEmpty() - Method in class org.geomajas.layer.feature.attribute.OneToManyAttribute
Does the attribute have a value?
isEmpty() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Does the attribute have a value?
isError() - Method in class org.geomajas.command.CommandResponse
Determine whether an error occurred while dispatching the command.
isExpanded() - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Is the node expanded?
isFeatureCreateAuthorized(String, InternalFeature) - Method in interface org.geomajas.security.FeatureAuthorization
Check whether creation of the feature is allowed.
isFeatureDeleteAuthorized(String, InternalFeature) - Method in interface org.geomajas.security.FeatureAuthorization
Check whether deletion of the feature is allowed.
isFeatureUpdateAuthorized(String, InternalFeature) - Method in interface org.geomajas.security.FeatureAuthorization
Check whether the feature is allowed to be updated in some way.
isFeatureUpdateAuthorized(String, InternalFeature, InternalFeature) - Method in interface org.geomajas.security.FeatureAuthorization
Check whether a update of the feature to the new state is authorized.
isFeatureVisible(String, InternalFeature) - Method in interface org.geomajas.security.FeatureAuthorization
Check whether a feature with given id is visible.
isFinished() - Method in interface org.geomajas.service.pipeline.PipelineContext
Has the pipeline finished execution?

Has a pipeline step indicated that the pipeline should finish executing?

isHidden() - Method in class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
This value determines whether or not this attribute definition should be hidden in editing forms and other widgets on the client.
isHidden() - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
This value determines whether or not this attribute definition should be hidden in editing forms and other widgets on the client.
isIdentifying() - Method in class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
Is this an identifying attribute? Is it part of the feature id?
isIdentifying() - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Is this an identifying attribute? Is it part of the feature id?
isIncludedInForm() - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Wrongfully added, use AttributeInfo.isHidden() instead
IsInfo - Interface in org.geomajas.configuration
Tagging interface for all configuration objects.
isLayerCreateAuthorized(String) - Method in interface org.geomajas.security.BaseAuthorization
Check whether creating new features may be allowed.
isLayerDeleteAuthorized(String) - Method in interface org.geomajas.security.BaseAuthorization
Check whether there are features in the layer which can be deleted.
isLayerUpdateAuthorized(String) - Method in interface org.geomajas.security.BaseAuthorization
Check whether there are features in the layer which can be updated.
isLayerVisible(String) - Method in interface org.geomajas.security.BaseAuthorization
Check whether there are features in the layer which are visible.
isLoopAllServices() - Method in class org.geomajas.security.SecurityInfo
Should all security services try to validate the authentication token and be allowed to add Authorization info or should the security manager stop after the first one?
isPaintGeometries() - Method in interface org.geomajas.layer.tile.TileMetadata
Should the geometries be painted?
isPaintLabels() - Method in interface org.geomajas.layer.tile.TileMetadata
Should the labels be painted?
isPanButtonsEnabled() - Method in class org.geomajas.configuration.client.ClientMapInfo
Should this map show pan buttons ?
isPartlyCreateAuthorizedSufficient(String) - Method in interface org.geomajas.security.AreaAuthorization
Indicates whether features which only partly fall inside the area where creation is allowed are still allowed to be created.
isPartlyDeleteAuthorizedSufficient(String) - Method in interface org.geomajas.security.AreaAuthorization
Indicates whether features which only partly fall inside the deletable area are still considered deletable.
isPartlyUpdateAuthorizedSufficient(String) - Method in interface org.geomajas.security.AreaAuthorization
Indicates whether features which only partly fall inside the updatable area are still considered updatable.
isPartlyVisibleSufficient(String) - Method in interface org.geomajas.security.AreaAuthorization
Indicates whether features which only partly fall inside the visible area are still considered visible.
isPixelPerUnitBased() - Method in class org.geomajas.configuration.client.ScaleInfo
Returns whether this scale is based on pixel per unit.
isPrimitive() - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Is this a primitive attribute?

An attribute is not primitive when is is an association attribute.

isPrimitive() - Method in class org.geomajas.layer.feature.attribute.AssociationAttribute
Is this a primitive attribute?

An attribute is not primitive when is is an association attribute.

isPrimitive() - Method in interface org.geomajas.layer.feature.Attribute
Is this a primitive attribute?

An attribute is not primitive when is is an association attribute.

isPrimitive() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Return true, as this type is the very definition of a primitive attribute.
isPrimitiveOnly() - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Returns whether this value can only contain primitive attributes.
isResolutionsRelative() - Method in class org.geomajas.configuration.client.ClientMapInfo
isScaleBarEnabled() - Method in class org.geomajas.configuration.client.ClientMapInfo
Should this map show a scalebar ?
isSuccess() - Method in class org.geomajas.command.SuccessCommandResponse
Was the command successful?
isToolAuthorized(String) - Method in interface org.geomajas.security.BaseAuthorization
Check whether the tool with given id is allowed to be used.
isTransforming() - Method in interface org.geomajas.geometry.CrsTransform
Indicates that this transform actually changes something.
isUpdatable() - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Is the logged in user allowed to edit some features?
isUpdatable() - Method in class org.geomajas.layer.feature.Feature
Is the logged in user allowed to edit this feature?
isUpdateCapable() - Method in interface org.geomajas.layer.VectorLayer
Indicate whether the layer is capable of updating features.
isVisible() - Method in class org.geomajas.configuration.client.ClientLayerInfo
Is this layer be visible at startup ?

J

Json - Annotation Type in org.geomajas.global
Indicates that the property should be serialized by JSON.

L

LabelStyleInfo - Class in org.geomajas.configuration
Information about how to access and how to render the label attribute.
LabelStyleInfo() - Constructor for class org.geomajas.configuration.LabelStyleInfo
 
Layer<T extends LayerInfo> - Interface in org.geomajas.layer
A layer which is is normally used as part of a map.
LAYER_CONFIGURATION_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Layer ${0} is not correctly configured: ${1}.
LAYER_CRS_PROBLEMATIC - Static variable in interface org.geomajas.global.ExceptionCode
Layer ${0} has problematic CRS ${1}.
LAYER_CRS_UNKNOWN_AUTHORITY - Static variable in interface org.geomajas.global.ExceptionCode
Layer ${0} has CRS ${1} with unknown authority code.
LAYER_EMPTY_GEOMETRY_NOT_ALLOWED - Static variable in interface org.geomajas.global.ExceptionCode
Layer ${0} does not allow features with an empty geometry.
LAYER_EXTENT_CANNOT_CONVERT - Static variable in interface org.geomajas.global.ExceptionCode
Convert layer extent to map CRS ${1} failed for layer ${0}.
LAYER_ID_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Layer id (server side), as String.
LAYER_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Layer as Layer.
LAYER_MODEL_FEATURE_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Feature with id ${0} could not be found.
LAYER_MODEL_IO_EXCEPTION - Static variable in interface org.geomajas.global.ExceptionCode
IOException in layer model.
LAYER_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Layer ${0} not found.
LAYER_NOT_VISIBLE - Static variable in interface org.geomajas.global.ExceptionCode
Layer ${0} does not exist or is not visible for user ${1}.
LayerException - Exception in org.geomajas.layer
Exception indicating problems during the processing of a layer.
LayerException() - Constructor for exception org.geomajas.layer.LayerException
Create LayerException.
LayerException(Throwable) - Constructor for exception org.geomajas.layer.LayerException
Create LayerException.
LayerException(Throwable, int, Object...) - Constructor for exception org.geomajas.layer.LayerException
Create LayerException.
LayerException(Throwable, int) - Constructor for exception org.geomajas.layer.LayerException
Create LayerException.
LayerException(int, Object...) - Constructor for exception org.geomajas.layer.LayerException
Create LayerException.
LayerException(int) - Constructor for exception org.geomajas.layer.LayerException
Create LayerException.
LayerExtraInfo - Interface in org.geomajas.configuration
Marker interface objects which can be added in layer configuration, using LayerInfo.setExtraInfo(java.util.Map).
LayerIdCommandRequest - Class in org.geomajas.command
Command request object which contains a layer id.
LayerIdCommandRequest() - Constructor for class org.geomajas.command.LayerIdCommandRequest
 
LayerIdsCommandRequest - Class in org.geomajas.command
Command request object which contains a list of layer ids.
LayerIdsCommandRequest() - Constructor for class org.geomajas.command.LayerIdsCommandRequest
 
LayerInfo - Class in org.geomajas.configuration
Layer configuration info.
LayerInfo() - Constructor for class org.geomajas.configuration.LayerInfo
 
LayerInvalidationService - Interface in org.geomajas.service
Service for invalidating layers.
LayerService - Interface in org.geomajas.layer
Service for accessing layers in ways which can apply to all types of layers.
LayerType - Enum in org.geomajas.layer
Listing of all types of vector layers.
LEGEND_GRAPHIC_RENDERING_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Problem rendering legend graphic ${0}.
LegendGraphicMetadata - Interface in org.geomajas.service.legend
Metadata for creating a legend graphic.
LegendGraphicService - Interface in org.geomajas.service
This service creates graphical symbols (typically icons) for use in a map legend.
localize(String) - Method in interface org.geomajas.service.DispatcherUrlService
Convert an external URL to a locally accessible URL.
LongAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.LONG.
LongAttribute() - Constructor for class org.geomajas.layer.feature.attribute.LongAttribute
Create attribute without value (needed for GWT).
LongAttribute(Long) - Constructor for class org.geomajas.layer.feature.attribute.LongAttribute
Create attribute with specified value.

M

ManyToOneAttribute - Class in org.geomajas.layer.feature.attribute
Definition of the many-to-one association attribute.
ManyToOneAttribute() - Constructor for class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Create attribute without value (needed for GWT).
ManyToOneAttribute(AssociationValue) - Constructor for class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Create attribute with specified value.
MAP_MAX_EXTENT_MISSING - Static variable in interface org.geomajas.global.ExceptionCode
MaxExtent missing for map.
MAP_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Map ${0} in application ${1} not found.
matches(Object, String...) - Method in interface org.geomajas.service.TestRecorder
Verify that the messages for a group match.
MAX_RESULT_SIZE_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Maximum size for result, Integer.
MaxConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained number attribute (integer type) must be lower or equal to the specified maximum.
MaxConstraintInfo() - Constructor for class org.geomajas.configuration.validation.MaxConstraintInfo
 
MAXIMUM_PIXEL_PER_UNIT - Static variable in class org.geomajas.configuration.client.ScaleInfo
A maximum pixelPerUnit value which is suitable for all purposes but avoids infinity and is in float range.
MERGE_NO_POLYGON - Static variable in interface org.geomajas.global.ExceptionCode
Merge result was not a normal polygon.
MinConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained number attribute (integer type) must be higher or equal to the specified minimum.
MinConstraintInfo() - Constructor for class org.geomajas.configuration.validation.MinConstraintInfo
 
MINIMUM_PIXEL_PER_UNIT - Static variable in class org.geomajas.configuration.client.ScaleInfo
A minimum pixelPerUnit value which is suitable for all purposes but avoids zero and is in float range.
MODEL_FEATURE_CLASS_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Feature class ${0} not found.

N

NamedStyleInfo - Class in org.geomajas.configuration
A named layer style for vector layers.
NamedStyleInfo() - Constructor for class org.geomajas.configuration.NamedStyleInfo
 
NEW_FEATURES_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
newInstance() - Method in interface org.geomajas.layer.feature.FeatureModel
Create a default feature.
newInstance(String) - Method in interface org.geomajas.layer.feature.FeatureModel
Create a default feature.
NOT_IMPLEMENTED - Static variable in interface org.geomajas.global.ExceptionCode
Not implemented.
NotNullConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained attribute must not be null.
NotNullConstraintInfo() - Constructor for class org.geomajas.configuration.validation.NotNullConstraintInfo
 
NullConstraintInfo - Class in org.geomajas.configuration.validation
The value of the constrained attribute must be null.
NullConstraintInfo() - Constructor for class org.geomajas.configuration.validation.NullConstraintInfo
 

O

OFFSET_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Offset for result set, Integer.
OLD_FEATURE_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Old feature (state before change), InternalFeature.
OLD_FEATURES_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
OneToManyAttribute - Class in org.geomajas.layer.feature.attribute
Definition of the one-to-many association attribute.
OneToManyAttribute() - Constructor for class org.geomajas.layer.feature.attribute.OneToManyAttribute
Create attribute without value (needed for GWT).
OneToManyAttribute(List<AssociationValue>) - Constructor for class org.geomajas.layer.feature.attribute.OneToManyAttribute
Create attribute with specified value.
org.geomajas.command - package org.geomajas.command
 
org.geomajas.configuration - package org.geomajas.configuration
 
org.geomajas.configuration.client - package org.geomajas.configuration.client
 
org.geomajas.configuration.validation - package org.geomajas.configuration.validation
 
org.geomajas.geometry - package org.geomajas.geometry
 
org.geomajas.global - package org.geomajas.global
 
org.geomajas.layer - package org.geomajas.layer
 
org.geomajas.layer.entity - package org.geomajas.layer.entity
 
org.geomajas.layer.feature - package org.geomajas.layer.feature
 
org.geomajas.layer.feature.attribute - package org.geomajas.layer.feature.attribute
 
org.geomajas.layer.pipeline - package org.geomajas.layer.pipeline
 
org.geomajas.layer.tile - package org.geomajas.layer.tile
 
org.geomajas.security - package org.geomajas.security
 
org.geomajas.service - package org.geomajas.service
 
org.geomajas.service.legend - package org.geomajas.service.legend
 
org.geomajas.service.pipeline - package org.geomajas.service.pipeline
 
org.geomajas.service.resource - package org.geomajas.service.resource
 
org.geomajas.spring - package org.geomajas.spring
 

P

paint(CoordinateReferenceSystem, Envelope, double) - Method in interface org.geomajas.layer.RasterLayer
Paints the specified bounds optimized for the specified scale in pixel/unit.
PARAM_SVG_RENDERER - Static variable in interface org.geomajas.layer.tile.TileMetadata
Render the tile as svg vector data for display in non-IE browsers.
PARAM_VML_RENDERER - Static variable in interface org.geomajas.layer.tile.TileMetadata
The the tile as vml vector data for display in IE browsers.
Parameter - Class in org.geomajas.configuration
Representation of a generic parameter for the configuration.
Parameter() - Constructor for class org.geomajas.configuration.Parameter
Construct a parameter with null name and value.
Parameter(String, String) - Constructor for class org.geomajas.configuration.Parameter
Construct a parameter with the specified name and value.
PARAMETER_INVALID_VALUE - Static variable in interface org.geomajas.global.ExceptionCode
Invalid value for parameter ${0}.
PARAMETER_MISSING - Static variable in interface org.geomajas.global.ExceptionCode
Parameter ${0} is required but not given.
parseFilter(String) - Method in interface org.geomajas.service.FilterService
Parse a string to build a filter object.
PastConstraintInfo - Class in org.geomajas.configuration.validation
The constrained date attribute value must be a date in the past.
PastConstraintInfo() - Constructor for class org.geomajas.configuration.validation.PastConstraintInfo
 
PatternConstraintInfo - Class in org.geomajas.configuration.validation
The constrained string attribute must match the following regular expression.
PatternConstraintInfo() - Constructor for class org.geomajas.configuration.validation.PatternConstraintInfo
 
PIPELINE_CONTEXT_MISSING - Static variable in interface org.geomajas.global.ExceptionCode
Pipeline context is expected to have a suitable value for key ${0}, but it is missing.
PIPELINE_DEFINED_AND_DELEGATE - Static variable in interface org.geomajas.global.ExceptionCode
A pipeline definition for ${0} contains both a pipeline definition and a delegate pipeline.
PIPELINE_GET_ATTRIBUTES - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Vector layer get attributes pipeline key.
PIPELINE_GET_BOUNDS - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Vector layer get bounds pipeline key.
PIPELINE_GET_FEATURES - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Vector layer get features pipeline key.
PIPELINE_GET_RASTER_TILES - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Raster layer get tiles pipeline key.
PIPELINE_GET_VECTOR_TILE - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Vector layer get tile pipeline key.
PIPELINE_INTERCEPTOR_INVALID_NESTING - Static variable in interface org.geomajas.global.ExceptionCode
Pipeline interceptor nesting invalid, includes interceptor ${0}.
PIPELINE_INTERCEPTOR_INVALID_STEP - Static variable in interface org.geomajas.global.ExceptionCode
Pipeline interceptor ${0} contains non-existing step ${1}.
PIPELINE_INTERCEPTOR_STEPS_ORDER - Static variable in interface org.geomajas.global.ExceptionCode
Pipeline interceptor ${0} contains a fromStep which is after the toStep in the pipeline.
PIPELINE_SAVE_OR_UPDATE - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Vector layer save or update pipeline key.
PIPELINE_SAVE_OR_UPDATE_ONE - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Vector layer save or update sub-pipeline key for one feature.
PIPELINE_UNKNOWN - Static variable in interface org.geomajas.global.ExceptionCode
Pipeline ${0} is unknown, it was requested for layer ${1}.
PIPELINE_UNSATISFIED_EXTENSION - Static variable in interface org.geomajas.global.ExceptionCode
Pipeline ${0} for layer ${1} contains extensions for non-existing hooks.
PipelineCode - Interface in org.geomajas.service.pipeline
Constants for the pipelines.
PipelineContext - Interface in org.geomajas.service.pipeline
Context which is provided to a pipeline context to help execute.
PipelineHook - Class in org.geomajas.service.pipeline
Special pipeline step which is used fo weaving a base pipeline and extensions steps.
PipelineHook() - Constructor for class org.geomajas.service.pipeline.PipelineHook
 
PipelineInfo<RESPONSE> - Class in org.geomajas.service.pipeline
Configuration info for a pipeline service.
PipelineInfo() - Constructor for class org.geomajas.service.pipeline.PipelineInfo
 
PipelineInterceptor<RESPONSE> - Interface in org.geomajas.service.pipeline
A pipeline interceptor allows to perform some action before and after a consecutive series of pipeline steps.
PipelineInterceptor.ExecutionMode - Enum in org.geomajas.service.pipeline
Execution mode.
PipelineService<RESPONSE> - Interface in org.geomajas.service.pipeline
Service which is allows "executing" a pipeline.
PipelineStep<RESPONSE> - Interface in org.geomajas.service.pipeline
Definition of one execution step in a pipeline.
PIXEL_PER_METER - Static variable in class org.geomajas.configuration.client.ScaleInfo
Default conversion factor between map unit and pixel size (based on meter and 96 DPI).
PluginInfo - Class in org.geomajas.global
Metadata for a plugin, allowing dependencies to be declared, and plug-in information to be made available to the back-end.
PluginInfo() - Constructor for class org.geomajas.global.PluginInfo
 
PluginVersionInfo - Class in org.geomajas.global
Version information for a plug-in.
PluginVersionInfo() - Constructor for class org.geomajas.global.PluginVersionInfo
 
PreferredPixelsPerTileType - Enum in org.geomajas.configuration.client
Preferred pixels per tile.
PrimitiveAttribute<VALUE_TYPE> - Class in org.geomajas.layer.feature.attribute
Primitive value attribute.
PrimitiveAttributeInfo - Class in org.geomajas.configuration
Primitive attribute configuration information.
PrimitiveAttributeInfo() - Constructor for class org.geomajas.configuration.PrimitiveAttributeInfo
No-arguments constructor.
PrimitiveAttributeInfo(String, String, PrimitiveType) - Constructor for class org.geomajas.configuration.PrimitiveAttributeInfo
Creates an attribute information for the specified primitive type.
PrimitiveType - Enum in org.geomajas.configuration
List of possible primitive types.
PRINT_TEMPLATE_PERSIST_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Print template ${0} could not be persisted.
PRINT_TEMPLATE_XML_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Print template ${0} cannot be converted to XML.
PROPERTY_IS_NOT_GEOMETRY - Static variable in interface org.geomajas.global.ExceptionCode
Property ${0} is not of type Geometry.
put(String, Object) - Method in interface org.geomajas.service.pipeline.PipelineContext
Put context value which may be accessed by later pipeline steps.
putAuthentication(String, Authentication[]) - Method in interface org.geomajas.security.AuthenticationCache
Put authentication information in the cache for a authentication token.

R

RASTER_LAYER_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Raster layer ${0} not found.
RasterLayer - Interface in org.geomajas.layer
A layer of raster data (could be based on local files, WMS or some non-standard image server).
RasterLayerInfo - Class in org.geomajas.configuration
Information about a raster layer.
RasterLayerInfo() - Constructor for class org.geomajas.configuration.RasterLayerInfo
Create raster layer.
RasterLayerService - Interface in org.geomajas.layer
Service which allows accessing data from a raster layer.
RasterTile - Class in org.geomajas.layer.tile
A raster image represents all the meta-data needed to put an image on a screen.
RasterTile() - Constructor for class org.geomajas.layer.tile.RasterTile
Default constructor - does nothing.
RasterTile(Bbox, String) - Constructor for class org.geomajas.layer.tile.RasterTile
Constructor setting the tile's unique ID and bounds.
read(String) - Method in interface org.geomajas.layer.VectorLayer
Reads an existing feature of the model.
ReconfigurableApplicationContext - Interface in org.geomajas.spring
Interface for Spring application context that supports rollback.
record(Object, String) - Method in interface org.geomajas.service.TestRecorder
Record a message.
RectInfo - Class in org.geomajas.configuration
Rectangle configuration information.
RectInfo() - Constructor for class org.geomajas.configuration.RectInfo
 
refresh(String[]) - Method in interface org.geomajas.spring.ReconfigurableApplicationContext
Refresh this context with the specified configuration locations.
REFRESH_CONFIGURATION_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Configuration cannot be reloaded, context is not an instance of ReconfigurableApplicationContext.
registerFeatureModel(FeatureModel) - Method in interface org.geomajas.service.FilterService
Register a feature model.
registerStyle(String, NamedStyleInfo) - Method in interface org.geomajas.service.StyleService
Registers a style for a layer, returns the styleName by which the style can be retrieved.
removeEntity(Entity) - Method in interface org.geomajas.layer.entity.EntityCollection
Removes an entity from this colection.
RENDER_DIMENSION_MISMATCH - Static variable in interface org.geomajas.global.ExceptionCode
Dimension mismatch.
RENDER_DOCUMENT_EXPECTED_ATTRIBUTE_VALUE - Static variable in interface org.geomajas.global.ExceptionCode
Expected attribute value.
RENDER_DOCUMENT_IO_EXCEPTION - Static variable in interface org.geomajas.global.ExceptionCode
IOException while rendering document.
RENDER_DOCUMENT_NO_REGISTERED_WRITER - Static variable in interface org.geomajas.global.ExceptionCode
No registered writer for ${0}.
RENDER_DOCUMENT_UNEXPECTED_ATTRIBUTE_END - Static variable in interface org.geomajas.global.ExceptionCode
Unexpected end of attribute.
RENDER_FEATURE_MODEL_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Feature model problem while rendering feature.
RENDER_TRANSFORMATION_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Could not render, transformation failed.
RENDERER_TYPE_NOT_SUPPORTED - Static variable in interface org.geomajas.global.ExceptionCode
Unsupported renderer type ${0}.
ResolutionFormat - Annotation Type in org.geomajas.global
Annotation that is used to depict where scales are used.
RESOURCE_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Resource ${0} not found.
ResourceInfo - Class in org.geomajas.service.resource
Configuration class to dynamically extend the list of root paths of the ResourceService.
ResourceInfo() - Constructor for class org.geomajas.service.resource.ResourceInfo
 
ResourceService - Interface in org.geomajas.service
Service to locate resources in the classpath, the file system, the web context or a list of configurable root paths.
restoreSecurityContext(SavedAuthorization) - Method in interface org.geomajas.security.SecurityManager
Restores the security context from saved authorizations.
retrieveStyle(String, String) - Method in interface org.geomajas.service.StyleService
Retrieves the style for a given layer and styleName, null if no such style exists.
rollback() - Method in interface org.geomajas.spring.ReconfigurableApplicationContext
Roll back to the previous configuration.
RULE_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Style rule ${0} not found for style ${1}.

S

SavedAuthentication - Interface in org.geomajas.security
This SavedAuthentication class is a placeholder for the Authorizations and the providing SecurityService.
SavedAuthorization - Interface in org.geomajas.security
Saved authorizations, usable to persist and restore a security context.
saveOrUpdate(Object) - Method in interface org.geomajas.layer.VectorLayer
Update an existing feature of the model or creates a new feature.
saveOrUpdate(String, CoordinateReferenceSystem, List<InternalFeature>, List<InternalFeature>) - Method in interface org.geomajas.layer.VectorLayerService
Update an existing feature of the model or creates a new feature.
SCALE_CONVERSION_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Map ${0} uses mixed scale notations (x:y and z), which is not allowed.
SCALE_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Scale Double.
ScaleConfigurationInfo - Class in org.geomajas.configuration.client
Scale configuration of the map.
ScaleConfigurationInfo() - Constructor for class org.geomajas.configuration.client.ScaleConfigurationInfo
 
ScaleInfo - Class in org.geomajas.configuration.client
Represents a single scale.
ScaleInfo() - Constructor for class org.geomajas.configuration.client.ScaleInfo
Default constructor for GWT serialization.
ScaleInfo(double) - Constructor for class org.geomajas.configuration.client.ScaleInfo
Constructs a scale info object with the specified scale value.
ScaleInfo(double, double) - Constructor for class org.geomajas.configuration.client.ScaleInfo
Constructs a scale info object with the specified numerator and denominator values.
ScaleInfo(ScaleInfo) - Constructor for class org.geomajas.configuration.client.ScaleInfo
Copy constructor.
ScaleUnit - Enum in org.geomajas.configuration.client
Scale unit type.
SearchCriterion - Class in org.geomajas.layer.feature
A single criterion DTO that can be used to set up filters and search for features by their alpha numerical attributes.
SearchCriterion() - Constructor for class org.geomajas.layer.feature.SearchCriterion
Default constructor - does nothing.
SearchCriterion(String, String, String) - Constructor for class org.geomajas.layer.feature.SearchCriterion
Constructor that initializes all fields with their values.
SecurityContext - Interface in org.geomajas.security
The security context is a thread scoped service which allows you to query the authorization details for the logged in user.
SecurityInfo - Class in org.geomajas.security
Configuration for the security.
SecurityInfo() - Constructor for class org.geomajas.security.SecurityInfo
 
SecurityManager - Interface in org.geomajas.security
The security manager tries to find the authorization objects for an authentication token.
SecurityService - Interface in org.geomajas.security
Handle the mapping between an individual authentication store and policy store.
ServerSideOnlyInfo - Interface in org.geomajas.configuration
Marker interface which indicates that this class should not be serialized to the client.
setAllAttributes(Map<String, Attribute<?>>) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Set the attributes for the associated object.
setAllowEmptyGeometries(boolean) - Method in class org.geomajas.configuration.VectorLayerInfo
Is it allowed to create empty geometries? Default value is false.
setAttribute(String, Object) - Method in interface org.geomajas.layer.entity.Entity
Sets the specified primitive (or geometry) attribute value.
setAttributeBuilder(SyntheticAttributeBuilder<?>) - Method in class org.geomajas.configuration.SyntheticAttributeInfo
Get the class which should be used to build an Attribute object for this description.
setAttributeName(String) - Method in class org.geomajas.layer.feature.SearchCriterion
Set the name of the alpha numerical attribute on which this criterion operates.
setAttributes(List<AttributeInfo>) - Method in class org.geomajas.configuration.FeatureInfo
Set the list with attribute definitions.
setAttributes(Object, FeatureInfo, EntityMapper, Map<String, Attribute<?>>) - Method in interface org.geomajas.layer.entity.EntityAttributeService
Merges the specified attribute map with this layer object.
setAttributes(Map<String, PrimitiveAttribute<?>>) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Deprecated.
replaced by AssociationValue.setAllAttributes(Map) after introduction of nested associations
setAttributes(Map<String, Attribute>) - Method in class org.geomajas.layer.feature.Feature
Set the full mapping of attributes for this feature.
setAttributes(Object, Map<String, Attribute>) - Method in interface org.geomajas.layer.feature.FeatureModel
Set the attributes of a feature.
setAttributes(Map<String, Attribute>) - Method in interface org.geomajas.layer.feature.InternalFeature
Set the map with the attributes, keyed on the attribute name.
setAttributes(List<Attribute<?>>) - Method in class org.geomajas.layer.pipeline.GetAttributesContainer
Seth the attributes.
setAttributesMap(Map<String, AbstractAttributeInfo>) - Method in class org.geomajas.configuration.FeatureInfo
Set map with the attributes indexed by name.
setAuthorizations(BaseAuthorization[]) - Method in class org.geomajas.security.Authentication
Set the Authorizations which apply for this authentication.
setAuthorizations(BaseAuthorization[]) - Method in interface org.geomajas.security.SavedAuthentication
Set the Authorizations which apply for this authentication.
setBackendVersion(String) - Method in class org.geomajas.global.PluginInfo
Set back-end / API minimum version which is required for this plug-in.
setBackgroundColor(String) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the background color of this map, expressed as a hexadecimal string (eg '#FFFFFF').
setBackgroundStyle(FeatureStyleInfo) - Method in class org.geomajas.configuration.LabelStyleInfo
Set background style for labels.
setBooleanAttribute(String, Boolean) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified boolean attribute to the specified value.
setBooleanAttribute(String, Boolean) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified boolean attribute to the specified value.
setBounds(Envelope) - Method in class org.geomajas.layer.pipeline.GetFeaturesContainer
Set the area covered by the features.
setBounds(Envelope) - Method in interface org.geomajas.layer.tile.InternalTile
Set bounding box for the tile (in map coordinates).
setBounds(Bbox) - Method in class org.geomajas.layer.tile.RasterTile
Sets the bounds for the image on the client side.
setCause(ExceptionDto) - Method in class org.geomajas.global.ExceptionDto
Get the cause exception to allow inclusion in the error display.
setChild(String, Entity) - Method in interface org.geomajas.layer.entity.Entity
Sets the child entity with the specified name (attribute name).
setCircle(CircleInfo) - Method in class org.geomajas.configuration.SymbolInfo
Set circle for the symbol.
setClassName(String) - Method in class org.geomajas.global.ExceptionDto
Set the class name of the original exception.
setClipped(boolean) - Method in class org.geomajas.layer.feature.Feature
Set whether or not the feature's geometry has been clipped.
setClipped(boolean) - Method in interface org.geomajas.layer.feature.InternalFeature
Set clipped status for feature.
setClipped(boolean) - Method in interface org.geomajas.layer.tile.InternalTile
Set whether or not at least one feature within this tile has been clipped.
setClipped(boolean) - Method in class org.geomajas.layer.tile.VectorTile
Set whether or not at least one feature within this tile has been clipped.
setClippedGeometry(Geometry) - Method in interface org.geomajas.layer.feature.InternalFeature
Set the clipped geometry.
setCode(TileCode) - Method in interface org.geomajas.layer.tile.InternalTile
Set the unique code for this tile.
setCode(TileCode) - Method in class org.geomajas.layer.tile.RasterTile
Set the unique code for this tile.
setCode(TileCode) - Method in interface org.geomajas.layer.tile.TileMetadata
Set tile code.
setCode(TileCode) - Method in class org.geomajas.layer.tile.VectorTile
Set the unique code for this tile.
setCodes(List<TileCode>) - Method in interface org.geomajas.layer.tile.InternalTile
All tiles that have at least one feature that geographically intersects with this tile are called dependent tiles.
setCodes(List<TileCode>) - Method in class org.geomajas.layer.tile.VectorTile
All tiles that have at least one feature that geographically intersects with this tile are called dependent tiles.
setColor(String) - Method in class org.geomajas.configuration.FontStyleInfo
Set the font color (as HTML color).
setConstraints(List<ConstraintInfo>) - Method in class org.geomajas.configuration.validation.ValidatorInfo
Set constraints which need to be validated.
setContentType(VectorTile.VectorTileContentType) - Method in interface org.geomajas.layer.tile.InternalTile
Set the rendering method used.
setContentType(VectorTile.VectorTileContentType) - Method in class org.geomajas.layer.tile.VectorTile
Determine the type of content for the rendered features and labels that are stored within this tile.
setConversionFactor(double) - Method in class org.geomajas.configuration.client.ScaleInfo
Deprecated.
fixed to default (96 DPI) to avoid conflict with ClientApplicationInfo.getScreenDpi()
setCopyright(String) - Method in class org.geomajas.global.CopyrightInfo
Set the copyright message.
setCopyrightInfo(List<CopyrightInfo>) - Method in class org.geomajas.global.PluginInfo
Set copyright info for this plug-in and the dependencies.
setCreatable(boolean) - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Set whether the logged in user is allowed to create new features.
setCrs(String) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the coordinate reference system of this map (SRS notation).
setCrs(String) - Method in class org.geomajas.configuration.LayerInfo
Set the CRS code which is used for expressing the coordinated in this layer.
setCrs(String) - Method in class org.geomajas.layer.feature.Feature
Set the crs code which us used (or should be used) for the geometry in the feature.
setCrs(String) - Method in interface org.geomajas.layer.tile.TileMetadata
Set crs code.
setCrsWkt(String) - Method in class org.geomajas.global.CrsInfo
Set the WKT string for the coordinate reference system.
setCurrencyAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified currency attribute to the specified value.
setCurrencyAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified currency attribute to the specified value.
setDashArray(String) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set the dash array to apply.
setDataSourceName(String) - Method in class org.geomajas.configuration.FeatureInfo
Set the data source name.
setDataSourceName(String) - Method in class org.geomajas.configuration.RasterLayerInfo
Set the data source name.
setDateAttribute(String, Date) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified date attribute to the specified value.
setDateAttribute(String, Date) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified date attribute to the specified value.
setDelegatePipeline(PipelineInfo) - Method in class org.geomajas.service.pipeline.PipelineInfo
Define a delegate pipeline.
setDeletable(boolean) - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Set whether the logged in user is allowed to delete (some) features.
setDeletable(boolean) - Method in class org.geomajas.layer.feature.Feature
Set whether the logged in user is allowed to delete this feature.
setDeletable(boolean) - Method in interface org.geomajas.layer.feature.InternalFeature
Set whether the logged in user is allowed to delete this feature.
setDenominator(double) - Method in class org.geomajas.configuration.client.ScaleInfo
Sets the denominator for a relative scale.
setDependencies(List<PluginVersionInfo>) - Method in class org.geomajas.global.PluginInfo
Set dependencies for this plug-in.
setDescription(String) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the description of the tool.
setDisplayAttributeName(String) - Method in class org.geomajas.configuration.FeatureInfo
Set the name of the display attribute.
setDisplayUnitType(UnitType) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the display unit type of this map.
setDistance(double) - Method in class org.geomajas.configuration.SnappingRuleInfo
Set the snapping distance of granularity.
setDoubleAttribute(String, Double) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified double attribute to the specified value.
setDoubleAttribute(String, Double) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified double attribute to the specified value.
setDummy(String) - Method in class org.geomajas.configuration.client.ClientApplicationInfo.DummyClientUserDataInfo
Dummy field, otherwise checkstyle complains.
setDummy(String) - Method in class org.geomajas.configuration.client.ClientApplicationInfo.DummyClientWidgetInfo
Dummy field, otherwise checkstyle complains.
setEditable(boolean) - Method in class org.geomajas.configuration.AbstractEditableAttributeInfo
Set whether the layer has the capability of writing values for this attribute at the data level.
setEditable(boolean) - Method in class org.geomajas.configuration.AttributeBaseInfo
Deprecated.
use AbstractEditableAttributeInfo@setEditable or GeometryAttributeInfo@setEditable
setEditable(boolean) - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Set whether the layer has the capability of writing values for this attribute at the data level.
setEditable(boolean) - Method in interface org.geomajas.configuration.EditableAttributeInfo
Set whether the layer has the capability of writing values for this attribute at the data level.
setEditable(boolean) - Method in class org.geomajas.configuration.GeometryAttributeInfo
Set whether the layer is capable of of changing the geometry value for a feature.
setEditable(boolean) - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
set whether the feature is editable or not.
setEditable(boolean) - Method in class org.geomajas.layer.feature.attribute.AssociationAttribute
set whether the feature is editable or not.
setEditable(boolean) - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
set whether the feature is editable or not.
setEditable(boolean) - Method in interface org.geomajas.layer.feature.Attribute
set whether the feature is editable or not.
setEditable(boolean) - Method in interface org.geomajas.layer.feature.InternalFeature
Set whether the logged in user is allowed to edit/update this feature.
setEnvelope(Envelope) - Method in class org.geomajas.layer.pipeline.GetBoundsContainer
Set the bounds.
setErrorMessage(String) - Method in class org.geomajas.configuration.validation.ValidatorInfo
Set message to display when validation failed.
setExceptionCode(int) - Method in class org.geomajas.global.ExceptionDto
Set the exception code (when it is a GeomajasException.
setExecutionTime(long) - Method in class org.geomajas.command.CommandResponse
Set the execution time in milliseconds for the command.
setExpanded(boolean) - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Set the "expanded" state for the node.
setExpression(String) - Method in class org.geomajas.configuration.SyntheticAttributeInfo
Expression (using Spring Expression Language) to build the attribute value).
setExtendValid(long) - Method in class org.geomajas.security.Authentication
Set the period (in ms) by which the validity of the authentication is extended when it is accessed.
setExtensions(Map<String, PipelineStep<RESPONSE>>) - Method in class org.geomajas.service.pipeline.PipelineInfo
Set the set of steps which need to be weaved at the extension hooks.
setExtraInfo(Map<String, LayerExtraInfo>) - Method in class org.geomajas.configuration.LayerInfo
Set the extra configuration for the plug-ins.
setFamily(String) - Method in class org.geomajas.configuration.FontStyleInfo
Set the font family ("Verdana", "Arial", ...).
setFeature(FeatureInfo) - Method in class org.geomajas.configuration.AssociationAttributeInfo
Set the feature information.
setFeatureContent(String) - Method in interface org.geomajas.layer.tile.InternalTile
Set the rendered content of a tile's features.
setFeatureContent(String) - Method in class org.geomajas.layer.tile.VectorTile
Set the rendered content of a tile's features.
setFeatureIncludes(int) - Method in interface org.geomajas.layer.tile.TileMetadata
Deprecated.
features no longer included in tile
setFeatureInfo(FeatureInfo) - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Sets the feature info for this layer.
setFeatureInfo(FeatureInfo) - Method in class org.geomajas.configuration.VectorLayerInfo
Set feature info, the configuration of the features for this layer.
setFeatures(List<InternalFeature>) - Method in class org.geomajas.layer.pipeline.GetFeaturesContainer
Set the list of features.
setFeatures(List<InternalFeature>) - Method in interface org.geomajas.layer.tile.InternalTile
Set list of features for this tile (contained Geometry objects use map coordinates).
setFeatures(List<Feature>) - Method in class org.geomajas.layer.tile.VectorTile
Deprecated.
features are no longer included in tile
setFeatureStyles(List<FeatureStyleInfo>) - Method in class org.geomajas.configuration.NamedStyleInfo
Set list of possible styles for features.
setFillColor(String) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set fill colour.
setFillOpacity(float) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set the fill opacity.
setFilter(String) - Method in class org.geomajas.configuration.VectorLayerInfo
Set filter which needs to be applied to all queries on this layer.
setFilter(String) - Method in interface org.geomajas.layer.tile.TileMetadata
Set the filter which needs to be applied for in the tile (apart from security and layer specific filters).
setFinished(boolean) - Method in interface org.geomajas.service.pipeline.PipelineContext
By setting this to true, you can indicate that following steps in the pipeline should not be executed.
setFloatAttribute(String, Float) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified float attribute to the specified value.
setFloatAttribute(String, Float) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified float attribute to the specified value.
setFontStyle(FontStyleInfo) - Method in class org.geomajas.configuration.LabelStyleInfo
Set font style for label.
setFormInputType(String) - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Set the type of input field that should be used in client side forms when editing this attribute.
setFormula(String) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set formula to test whether this style can be applied.
setFractional(int) - Method in class org.geomajas.configuration.validation.DigitsConstraintInfo
Set the maximum number of fractional digits.
setFromStepId(String) - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
Set id of first step to intercept.
setGeometry(Geometry) - Method in class org.geomajas.layer.feature.Feature
Set this feature's geometric attribute.
setGeometry(Object, Geometry) - Method in interface org.geomajas.layer.feature.FeatureModel
Set the geometry of a feature.
setGeometry(Geometry) - Method in interface org.geomajas.layer.feature.InternalFeature
Set the geometry for the feature.
setGeometryType(GeometryAttributeInfo) - Method in class org.geomajas.configuration.FeatureInfo
Set information about the geometry attribute.
setH(float) - Method in class org.geomajas.configuration.RectInfo
Set rectangle height.
setHeight(int) - Method in class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
Set the height of the preferred tile size in pixels.
setHeight(int) - Method in class org.geomajas.configuration.ImageInfo
Set the height of the image.
setHeight(int) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the legend graphic height.
setHidden(boolean) - Method in class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
This value determines whether or not this attribute definition should be hidden in editing forms and other widgets on the client.
setHidden(boolean) - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
This value determines whether or not this attribute definition should be hidden in editing forms and other widgets on the client.
setHref(String) - Method in class org.geomajas.configuration.ImageInfo
Set the link to the image.
setIcon(String) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the url of the icon.
setId(String) - Method in class org.geomajas.command.CommandResponse
Set the id assigned to this command.
setId(String) - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Set the id for this application.
setId(String) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the unique id of this layer (auto-copied from Spring context).
setId(String) - Method in class org.geomajas.configuration.client.ClientLayerTreeInfo
Set the unique id of this layer tree (auto-copied from Spring context).
setId(String) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the id of this map (auto-set by spring).
setId(String) - Method in class org.geomajas.configuration.client.ClientToolbarInfo
Set the toolbar id.
setId(String) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the unique id for the tool.
setId(PrimitiveAttribute<?>) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Set the id for the associated object.
setId(String) - Method in class org.geomajas.layer.feature.Feature
Set the feature's unique identifier.
setId(String) - Method in interface org.geomajas.layer.feature.InternalFeature
Set the feature id.
setId(String) - Method in class org.geomajas.layer.tile.RasterTile
Set a new unique identifier for this tile.
setId(String) - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
Set the id for this interceptor.
setId(String) - Method in class org.geomajas.service.pipeline.PipelineHook
Set the id for the hook.
setIdentifier(PrimitiveAttributeInfo) - Method in class org.geomajas.configuration.FeatureInfo
Set the identifier description.
setIdentifying(boolean) - Method in class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
Set whether the attribute is part of the feature id.
setIdentifying(boolean) - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Set whether the attribute is part of the feature id.
setImage(ImageInfo) - Method in class org.geomajas.configuration.SymbolInfo
Set the image for this symbol.
setImageUrlAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified image URL attribute to the specified value.
setImageUrlAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified image URL attribute to the specified value.
setIncludedInForm(boolean) - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Wrongfully added, use AttributeInfo.setHidden(boolean) instead
setIndex(int) - Method in class org.geomajas.configuration.FeatureStyleInfo
Sets the ordering index of the style.
setInitialBounds(Bbox) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the startup bounds/extent of this map.
setInteger(int) - Method in class org.geomajas.configuration.validation.DigitsConstraintInfo
Set the maximum number of integer digits.
setIntegerAttribute(String, Integer) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified integer attribute to the specified value.
setIntegerAttribute(String, Integer) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified integer attribute to the specified value.
setInterceptors(List<PipelineInterceptor<RESPONSE>>) - Method in class org.geomajas.service.pipeline.PipelineInfo
Set the list of interceptors which need to be added to the pipeline.
setInvalidAfter(Date) - Method in class org.geomajas.security.Authentication
Set the final deadline for the validity of the authentication.
setKey(String) - Method in class org.geomajas.global.CopyrightInfo
Set the key which is used to determine the copyright info.
setKey(String) - Method in class org.geomajas.global.CrsInfo
Key for registration of CRS.
setLabel(String) - Method in class org.geomajas.configuration.AbstractReadOnlyAttributeInfo
Set label for attribute.
setLabel(String) - Method in class org.geomajas.configuration.AttributeInfo
Deprecated.
Set label for attribute.
setLabel(String) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the user label of this layer.
setLabel(String) - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Set the tree node label.
setLabel(String) - Method in class org.geomajas.layer.feature.Feature
Set a new label-string for this feature.
setLabel(String) - Method in interface org.geomajas.layer.feature.InternalFeature
Ser the label for the feature.
setLabelAttributeName(String) - Method in class org.geomajas.configuration.LabelStyleInfo
Set label attribute name.
setLabelContent(String) - Method in interface org.geomajas.layer.tile.InternalTile
Set the rendered content of a tile's labels.
setLabelContent(String) - Method in class org.geomajas.layer.tile.VectorTile
Set the rendered content of a tile's labels.
setLabelStyle(LabelStyleInfo) - Method in class org.geomajas.configuration.NamedStyleInfo
Set label style.
setLabelValueExpression(String) - Method in class org.geomajas.configuration.LabelStyleInfo
Set label value expression.
setLayer(VectorLayer) - Method in interface org.geomajas.layer.feature.InternalFeature
Set the layer this feature is part of.
setLayerId(String) - Method in class org.geomajas.command.LayerIdCommandRequest
Set the layer id.
setLayerId(String) - Method in class org.geomajas.configuration.SnappingRuleInfo
Set the id of the layer this snapping info applies to.
setLayerId(String) - Method in class org.geomajas.layer.feature.FeatureTransaction
Set the identifier of the vector layer wherein this transaction should take place.
setLayerId(String) - Method in interface org.geomajas.layer.tile.TileMetadata
Set layer id.
setLayerId(String) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the layer for the legend graphic.
setLayerId(String) - Method in class org.geomajas.service.pipeline.PipelineInfo
Get the layer id for which this pipeline applies.
setLayerIds(String[]) - Method in class org.geomajas.command.LayerIdsCommandRequest
Set the layer ids.
setLayerInfo(LayerInfo) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the layer information of this layer (optional, auto-copied from Spring context).
setLayerInfo(VectorLayerInfo) - Method in interface org.geomajas.layer.feature.FeatureModel
Set the layer info for this layer model.
setLayers(List<ClientLayerInfo>) - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Set the list of layers that are part this node.
setLayers(List<ClientLayerInfo>) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the list of layers of this map.
setLayerTree(ClientLayerTreeInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set layer tree that belongs with this map.
setLayerType(LayerType) - Method in class org.geomajas.configuration.FeatureStyleInfo
Specifies the geometry type for which this style is applicable.
setLayerType(LayerType) - Method in class org.geomajas.configuration.LayerInfo
Set layer type.
setLicenseName(String) - Method in class org.geomajas.global.CopyrightInfo
Set the license name.
setLicenseUrl(String) - Method in class org.geomajas.global.CopyrightInfo
Set the URL to the license text.
setLineSelectStyle(FeatureStyleInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the line selection style for this map.
setLongAttribute(String, Long) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified long attribute to the specified value.
setLongAttribute(String, Long) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified long attribute to the specified value.
setLoopAllServices(boolean) - Method in class org.geomajas.security.SecurityInfo
Set whether all security services should have a chance to validate the authentication token and add Authorization info.
setManyToOneAttribute(String, AssociationValue) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified many-to-one attribute to the specified value.
setMaps(List<ClientMapInfo>) - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Set the list of maps for this application.
setMax(int) - Method in class org.geomajas.configuration.validation.SizeConstraintInfo
Set the maximum size.
setMaxBounds(Bbox) - Method in class org.geomajas.configuration.client.ClientMapInfo
Sets the maximum bounds/extent of this map.
setMaxExtent(Bbox) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the maximum visible extent of this layer in map space (auto-set by Spring).
setMaxExtent(Bbox) - Method in class org.geomajas.configuration.LayerInfo
Set the maximum extent for the layer, the bounding box for the visible/usable area for this layer.
setMaximumScale(ScaleInfo) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the maximum scale for which this layer should be visible (maximum zoom in).
setMaximumScale(float) - Method in class org.geomajas.configuration.client.ClientMapInfo
setMaximumScale(ScaleInfo) - Method in class org.geomajas.configuration.client.ScaleConfigurationInfo
Sets the maximum scale of the map.
setMessage(String) - Method in class org.geomajas.global.ExceptionDto
Set the message of the original exception.
setMin(int) - Method in class org.geomajas.configuration.validation.SizeConstraintInfo
Set the minimum size.
setMinimumScale(ScaleInfo) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the minimum scale for which this layer should be visible (maximum zoom out).
setName(String) - Method in class org.geomajas.configuration.AbstractAttributeInfo
Set the name of the attribute.
setName(String) - Method in class org.geomajas.configuration.AttributeBaseInfo
Deprecated.
 
setName(String) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set feature style name.
setName(String) - Method in class org.geomajas.configuration.NamedStyleInfo
Set name for style info.
setName(String) - Method in class org.geomajas.configuration.Parameter
Set the parameter's name.
setName(String) - Method in class org.geomajas.global.PluginVersionInfo
Set the plug-in's name.
setNamedStyle(NamedStyleInfo) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the named style for the legend graphic.
setNamedStyleInfo(NamedStyleInfo) - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Sets the style used by this layer.
setNamedStyleInfos(List<NamedStyleInfo>) - Method in class org.geomajas.configuration.VectorLayerInfo
Set possible styles which may be applied for this layer.
setNewFeatures(Feature[]) - Method in class org.geomajas.layer.feature.FeatureTransaction
Set the list of features with the new values.
setNumerator(double) - Method in class org.geomajas.configuration.client.ScaleInfo
Sets the numerator for a relative scale.
setOldFeatures(Feature[]) - Method in class org.geomajas.layer.feature.FeatureTransaction
Set the array of features with their original values.
setOpacity(float) - Method in class org.geomajas.configuration.FontStyleInfo
Set the font opacity (between 0 and 1).
setOperator(String) - Method in class org.geomajas.layer.feature.SearchCriterion
Set the operator used in the criterion such as '=', '>', ...
setOptionalDependencies(List<PluginVersionInfo>) - Method in class org.geomajas.global.PluginInfo
Set the minimum version for optional dependencies.
setPaintGeometries(boolean) - Method in interface org.geomajas.layer.tile.TileMetadata
Set whether geometries should be rendered.
setPaintLabels(boolean) - Method in interface org.geomajas.layer.tile.TileMetadata
Set whether labels should be rendered.
setPanButtonsEnabled(boolean) - Method in class org.geomajas.configuration.client.ClientMapInfo
Enable the pan buttons for this map.
setPanOrigin(Coordinate) - Method in interface org.geomajas.layer.tile.TileMetadata
Set the pan origin.
setParameters(List<Parameter>) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the list of parameters for this tool.
setPipeline(List<PipelineStep<RESPONSE>>) - Method in class org.geomajas.service.pipeline.PipelineInfo
Set the list of steps which form the pipeline.
setPipelineName(String) - Method in class org.geomajas.service.pipeline.PipelineInfo
Set the name of the pipeline for which steps are defined.
setPixelLength(double) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the unit length in meters of a pixel the map (auto-set by Spring).
setPixelPerUnit(double) - Method in class org.geomajas.configuration.client.ScaleInfo
Sets the scale value in pixel per map unit.
setPixelPerUnitBased(boolean) - Method in class org.geomajas.configuration.client.ScaleInfo
Set this scale to be based on pixel per unit.
setPointSelectStyle(FeatureStyleInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the point selection style for this map.
setPolygonSelectStyle(FeatureStyleInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the polygon selection style for this map.
setPrecision(int) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the precision of this map (number of decimals).
setPreferredPixelsPerTile(ClientPreferredPixelsPerTile) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the preferred pixels per tile size you wish the client will fetch from the server.
setPreferredPixelsPerTileType(PreferredPixelsPerTileType) - Method in class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
Set the preferred pixels per tile.
setPrimitiveOnly(boolean) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Specify whether this value can only contain primitive attributes.
setR(float) - Method in class org.geomajas.configuration.CircleInfo
Set circle radius.
setRect(RectInfo) - Method in class org.geomajas.configuration.SymbolInfo
Set the rectangle for this symbol.
setRegexp(String) - Method in class org.geomajas.configuration.validation.PatternConstraintInfo
Set the regular expression to match.
setRenderer(String) - Method in interface org.geomajas.layer.tile.TileMetadata
Set the renderer to use.
setResolutions(List<Double>) - Method in class org.geomajas.configuration.client.ClientMapInfo
setResolutions(List<Double>) - Method in class org.geomajas.configuration.RasterLayerInfo
Deprecated.
use #setZoomLevels()
setResolutionsRelative(boolean) - Method in class org.geomajas.configuration.client.ClientMapInfo
setRootPath(String) - Method in class org.geomajas.service.resource.ResourceInfo
Set the root path to be added to the ResourceService.
setRootPaths(List<String>) - Method in interface org.geomajas.service.ResourceService
Specifies the list of root paths to be used by this service.
setRuleInfo(RuleInfo) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the SLD rule for the legend graphic.
setScale(double) - Method in interface org.geomajas.layer.tile.TileMetadata
Set the scale (in pixels per map unit at the center of the map).
setScale(double) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the scale for the legend graphic (can be used to determine the rule).
setScaleBarEnabled(boolean) - Method in class org.geomajas.configuration.client.ClientMapInfo
Enable the scalebar for this map.
setScaleConfiguration(ScaleConfigurationInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Sets the scale configuration of this map.
setScreenDpi(int) - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Deprecated.
fixed at 96 to avoid conflicts with ScaleInfo conversion factor
setScreenHeight(int) - Method in interface org.geomajas.layer.tile.InternalTile
Set the tile's height, expressed in client side pixels.
setScreenHeight(int) - Method in class org.geomajas.layer.tile.VectorTile
Set the tile's height, expressed in client side pixels.
setScreenWidth(int) - Method in interface org.geomajas.layer.tile.InternalTile
Set the tile's width, expressed in client side pixels.
setScreenWidth(int) - Method in class org.geomajas.layer.tile.VectorTile
Set the tile's width, expressed in client side pixels.
setSecurityServiceId(String) - Method in class org.geomajas.security.Authentication
Set the id of the SecurityService which created this authentication.
setSecurityServiceId(String) - Method in interface org.geomajas.security.SavedAuthentication
Set the id of the SecurityService which created this authentication.
setSecurityServices(List<SecurityService>) - Method in class org.geomajas.security.SecurityInfo
Set the list of security services which need to be queried to validate an authentication token and get relevant UserInfo and Authorization information.
setSelectionHref(String) - Method in class org.geomajas.configuration.ImageInfo
Set the link to the image to be used when a feature is selected.
setServerLayerId(String) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the server layer id.
setShortAttribute(String, Short) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified short attribute to the specified value.
setShortAttribute(String, Short) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified short attribute to the specified value.
setSize(int) - Method in class org.geomajas.configuration.FontStyleInfo
Set the font size.
setSldLayerName(String) - Method in class org.geomajas.configuration.NamedStyleInfo
Set the name of the SLD NamedLayer/UserLayer that contains this style.
setSldLocation(String) - Method in class org.geomajas.configuration.NamedStyleInfo
Set the SLD file location (Spring resource format).
setSldStyleName(String) - Method in class org.geomajas.configuration.NamedStyleInfo
Set the name of the SLD UserStyle that contains this style.
setSnappingRules(List<SnappingRuleInfo>) - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Sets the snapping rules for this layer.
setSortAttributeName(String) - Method in class org.geomajas.configuration.FeatureInfo
Set the name of the sort attribute.
setSortType(SortType) - Method in class org.geomajas.configuration.FeatureInfo
Set sort type (ascending or descending).
setSource(String) - Method in class org.geomajas.global.CrsTransformInfo
Set source CRS code.
setSourceUrl(String) - Method in class org.geomajas.global.CopyrightInfo
Set the URL where the source code can be found (browsed or downloaded).
setStackTrace(StackTraceElement[]) - Method in class org.geomajas.global.ExceptionDto
Set the stack trace of the original exception.
setStepId(String) - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
Shortcut notation for setting the same from and to step id.
setStringAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified string attribute to the specified value.
setStringAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified string attribute to the specified value.
setStrokeColor(String) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set stroke colour.
setStrokeOpacity(float) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set the stroke opacity.
setStrokeWidth(int) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set stroke width.
setStyle(String) - Method in class org.geomajas.configuration.client.ClientRasterLayerInfo
Sets the opacity of the raster layer.
setStyle(String) - Method in class org.geomajas.configuration.FontStyleInfo
Set the font style ("normal", "italic", ...).
setStyleDefinition(FeatureStyleInfo) - Method in interface org.geomajas.layer.feature.InternalFeature
Set the style info for this feature.
setStyleId(String) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set a unique style identifier for this client side style definition.
setStyleId(String) - Method in class org.geomajas.layer.feature.Feature
Set the identifier for the styling that applies on this feature.
setStyleInfo(NamedStyleInfo) - Method in interface org.geomajas.layer.tile.TileMetadata
Set the style info which needs to be applied when rendering the tile content.
setSuccess(boolean) - Method in class org.geomajas.command.SuccessCommandResponse
Set whether the command was successful.
setSymbol(SymbolInfo) - Method in class org.geomajas.configuration.FeatureStyleInfo
Set symbol to indicate feature.
setTarget(String) - Method in class org.geomajas.global.CrsTransformInfo
Set target CRS code.
setTile(InternalTile) - Method in class org.geomajas.layer.pipeline.GetTileContainer
Set the tile.
setTileHeight(int) - Method in class org.geomajas.configuration.RasterLayerInfo
Set tile height in pixels.
setTileHeight(double) - Method in interface org.geomajas.layer.tile.InternalTile
Set the tile's height (in map coordinates).
setTileLevel(int) - Method in class org.geomajas.layer.tile.TileCode
set the tiling depth level.
setTileWidth(int) - Method in class org.geomajas.configuration.RasterLayerInfo
Set tile width in pixels.
setTileWidth(double) - Method in interface org.geomajas.layer.tile.InternalTile
Set the tile's width (in map coordinates).
setTitle(String) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the title of the tool.
setToolbar(ClientToolbarInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set tool bar that belongs with this map.
setToolId(String) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the toolId used for fetching the org.geomajas.gwt.client.action.ToolbarBaseAction from org.geomajas.gwt.client.action.toolbar.ToolbarRegistry.
setTools(List<ClientToolInfo>) - Method in class org.geomajas.configuration.client.ClientLayerTreeInfo
Set the list of tools for this layer tree.
setTools(List<ClientToolInfo>) - Method in class org.geomajas.configuration.client.ClientToolbarInfo
Set the list of tools for this toolbar.
setTools(List<ClientToolInfo>) - Method in class org.geomajas.configuration.client.ClientToolInfo
Set the list of tools this tool should list (in a drop-down panel for instance).
setToolTip(String) - Method in class org.geomajas.configuration.validation.ValidatorInfo
Set tooltip for attribute.
setToStepId(String) - Method in class org.geomajas.service.pipeline.AbstractPipelineInterceptor
Set id of last step to intercept.
setTransformableArea(Bbox) - Method in class org.geomajas.global.CrsTransformInfo
Set the bbox with the transformable area.
setTreeNode(ClientLayerTreeNodeInfo) - Method in class org.geomajas.configuration.client.ClientLayerTreeInfo
Set the root node.
setTreeNodes(List<ClientLayerTreeNodeInfo>) - Method in class org.geomajas.configuration.client.ClientLayerTreeNodeInfo
Set the list of sub-nodes of this node.
setType(AssociationType) - Method in class org.geomajas.configuration.AssociationAttributeInfo
Set the type of the association (many-to-one, one-to-many).
setType(PrimitiveType) - Method in class org.geomajas.configuration.PrimitiveAttributeInfo
Set type for the value of the attribute.
setType(SnappingRuleInfo.SnappingType) - Method in class org.geomajas.configuration.SnappingRuleInfo
Set the snapping type.
setType(PrimitiveType) - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Set type of primitive attribute.
setUnitLength(double) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the unit length of the map (auto-set by Spring).
setUpdatable(boolean) - Method in class org.geomajas.configuration.client.ClientVectorLayerInfo
Set whether the logged in user is allowed to edit/update some features.
setUpdatable(boolean) - Method in class org.geomajas.layer.feature.Feature
Set whether the logged in user is allowed to edit/update this feature.
setUrl(String) - Method in class org.geomajas.layer.tile.RasterTile
Set the URL to the actual image for this raster tile.
setUrlAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Sets the specified URL attribute to the specified value.
setUrlAttribute(String, String) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Sets the specified URL attribute to the specified value.
setUserData(ClientUserDataInfo) - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Set the custom configuration data you wish to pass to the client.
setUserData(ClientUserDataInfo) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the custom configuration data you wish to pass to the client.
setUserData(ClientUserDataInfo) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set the custom configuration data you wish to pass to the client.
setUserDivision(String) - Method in class org.geomajas.security.Authentication
Get the division of the users organization if known.
setUserId(String) - Method in class org.geomajas.security.Authentication
Set the user id.
setUserLocale(Locale) - Method in class org.geomajas.security.Authentication
Set the locale for the user.
setUserName(String) - Method in class org.geomajas.security.Authentication
Set the user name.
setUserOrganization(String) - Method in class org.geomajas.security.Authentication
Get the organization for the user if known.
setUserStyle(UserStyleInfo) - Method in class org.geomajas.configuration.NamedStyleInfo
Set SLD UserStyle info, the style configuration for this layer.
setUserStyle(UserStyleInfo) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the user style for the legend graphic.
setValidator(ValidatorInfo) - Method in class org.geomajas.configuration.AbstractEditableAttributeInfo
Set validator for attribute.
setValidator(ValidatorInfo) - Method in class org.geomajas.configuration.AttributeInfo
setValidUntil(Date) - Method in class org.geomajas.security.Authentication
Set deadline for validity of the authentication.
setValue(String) - Method in class org.geomajas.configuration.Parameter
Set the parameter value.
setValue(String) - Method in class org.geomajas.configuration.validation.DecimalMaxConstraintInfo
Set the maximum value according to BigDecimal string representation.
setValue(String) - Method in class org.geomajas.configuration.validation.DecimalMinConstraintInfo
Set the minimum value according to BigDecimal string representation.
setValue(long) - Method in class org.geomajas.configuration.validation.MaxConstraintInfo
Set the maximum value.
setValue(long) - Method in class org.geomajas.configuration.validation.MinConstraintInfo
Set the minimum value.
setValue(VALUE_TYPE[]) - Method in class org.geomajas.layer.feature.attribute.ArrayAttribute
Deprecated.
Apply a new array of values for this attribute.
setValue(VALUE_TYPE) - Method in class org.geomajas.layer.feature.attribute.AssociationAttribute
Set the association value.
setValue(AssociationValue) - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Set the association value.
setValue(List<AssociationValue>) - Method in class org.geomajas.layer.feature.attribute.OneToManyAttribute
Set the association value.
setValue(VALUE_TYPE) - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Set the actual value for the attribute.
setValue(String) - Method in class org.geomajas.layer.feature.SearchCriterion
Set the value for this criterion as a formatted string.
setVariables(Map<String, Object>) - Method in interface org.geomajas.service.FeatureExpressionService
Adds a map of variables to the expression context.
setVersion(PluginVersionInfo) - Method in class org.geomajas.global.PluginInfo
Set plug-in information for this plug-in.
setVersion(String) - Method in class org.geomajas.global.PluginVersionInfo
Set the plg-in's version.
setViewBoundsLimitOption(BoundsLimitOption) - Method in class org.geomajas.configuration.client.ClientMapInfo
Sets the configuration option for limiting the mapview's bounds.
setViewScaleMax(double) - Method in class org.geomajas.configuration.client.ClientLayerInfo
setViewScaleMin(double) - Method in class org.geomajas.configuration.client.ClientLayerInfo
setVisible(boolean) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set this layer visible at startup.
setW(float) - Method in class org.geomajas.configuration.RectInfo
Set rectangle width.
setWeight(String) - Method in class org.geomajas.configuration.FontStyleInfo
Set the font weight ("normal", "bold").
setWidgetInfo(Map<String, ClientWidgetInfo>) - Method in class org.geomajas.configuration.client.ClientApplicationInfo
Set configuration for (custom) map widgets which are not map specific.
setWidgetInfo(Map<String, ClientWidgetInfo>) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set configuration for (custom) layer widgets.
setWidgetInfo(Map<String, ClientWidgetInfo>) - Method in class org.geomajas.configuration.client.ClientMapInfo
Set configuration for (custom) map widgets.
setWidth(int) - Method in class org.geomajas.configuration.client.ClientPreferredPixelsPerTile
Set the width of the preferred tile size in pixels.
setWidth(int) - Method in class org.geomajas.configuration.ImageInfo
Set the width of the image.
setWidth(int) - Method in class org.geomajas.service.legend.DefaultLegendGraphicMetadata
Set the legend graphic width.
setX(int) - Method in class org.geomajas.layer.tile.TileCode
The X-ordinate at the given level: X=[0, (2^tileLevel) - 1].
setY(int) - Method in class org.geomajas.layer.tile.TileCode
The Y-ordinate at the given level: Y=[0, (2^tileLevel) - 1].
setZoomLevels(List<ScaleInfo>) - Method in class org.geomajas.configuration.client.ScaleConfigurationInfo
Sets a list of predefined zoom levels allowed by the map.
setZoomLevels(List<ScaleInfo>) - Method in class org.geomajas.configuration.RasterLayerInfo
Sets the list of zoom levels for this layer.
setZoomToPointScale(ScaleInfo) - Method in class org.geomajas.configuration.client.ClientLayerInfo
Set the scale that should be used when zooming in on a point feature.
ShortAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.SHORT.
ShortAttribute() - Constructor for class org.geomajas.layer.feature.attribute.ShortAttribute
Create attribute without value (needed for GWT).
ShortAttribute(Short) - Constructor for class org.geomajas.layer.feature.attribute.ShortAttribute
Create attribute with specified value.
simplify(String) - Method in interface org.geomajas.service.BeanNameSimplifier
Convert fully qualified class name in Geomajas bean fqn.
SizeConstraintInfo - Class in org.geomajas.configuration.validation
The constrained attribute must have a size between the specified boundaries (included).
SizeConstraintInfo() - Constructor for class org.geomajas.configuration.validation.SizeConstraintInfo
 
SkipStepPipelineInterceptor<T> - Class in org.geomajas.service.pipeline
Interceptor that unconditionally skips the intercepted steps.
SkipStepPipelineInterceptor() - Constructor for class org.geomajas.service.pipeline.SkipStepPipelineInterceptor
 
SLD_PARSE_NUMBER - Static variable in interface org.geomajas.global.ExceptionCode
Cannot parse number ${0} in SLD file.
SLD_PARSE_NUMBER_ATTRIBUTE - Static variable in interface org.geomajas.global.ExceptionCode
Cannot parse number ${0} in SLD file for attribute ${1}.
SnappingRuleInfo - Class in org.geomajas.configuration
Snapping rule configuration information.
SnappingRuleInfo() - Constructor for class org.geomajas.configuration.SnappingRuleInfo
Create snapping rule.
SnappingRuleInfo.SnappingType - Enum in org.geomajas.configuration
Snapping type.
SortType - Enum in org.geomajas.configuration
Sort type.
StringAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.SHORT.
StringAttribute() - Constructor for class org.geomajas.layer.feature.attribute.StringAttribute
Create attribute without value (needed for GWT).
StringAttribute(String) - Constructor for class org.geomajas.layer.feature.attribute.StringAttribute
Create attribute with specified value.
STYLE_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Style as NamedStyleInfo.
STYLE_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Style ${0} not found for layer ${1}.
StyleConverterService - Interface in org.geomajas.service
Service that converts SLD styles to NamedStyleInfo styles.
StyleService - Interface in org.geomajas.service
This service handles retrieval and registration of services.
SuccessCommandResponse - Class in org.geomajas.command
Response object for Command which indicates success.
SuccessCommandResponse() - Constructor for class org.geomajas.command.SuccessCommandResponse
 
SymbolInfo - Class in org.geomajas.configuration
Symbol configuration information.
SymbolInfo() - Constructor for class org.geomajas.configuration.SymbolInfo
No args constructor for GWT.
SymbolInfo(SymbolInfo) - Constructor for class org.geomajas.configuration.SymbolInfo
Copy constructor.
SyntheticAttributeBuilder<VALUE_TYPE> - Interface in org.geomajas.layer.feature
Service class for building synthetic attribute values.
SyntheticAttributeInfo - Class in org.geomajas.configuration
A synthetic attribute has its value calculated and not stored in the database.
SyntheticAttributeInfo() - Constructor for class org.geomajas.configuration.SyntheticAttributeInfo
 

T

TEST - Static variable in interface org.geomajas.global.ExceptionCode
Exception code for testing.
TestRecorder - Interface in org.geomajas.service
Recorder to allow easier testing of internal workings.
TextService - Interface in org.geomajas.service
Utility functions for calculating text and font related parameters server-side.
TILE_MAX_EXTENT_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Maximum extent for tile, Envelope.
TILE_METADATA_KEY - Static variable in interface org.geomajas.service.pipeline.PipelineCode
Tile metadata as TileMetadata.
TileCode - Class in org.geomajas.layer.tile
A unique spatial code determining the location of a tile.
TileCode() - Constructor for class org.geomajas.layer.tile.TileCode
Default constructor.
TileCode(int, int, int) - Constructor for class org.geomajas.layer.tile.TileCode
The only constructor available.
TileMetadata - Interface in org.geomajas.layer.tile
The collected meta-data that uniquely define a tile's rendering.
toDto(Object, AttributeInfo) - Method in interface org.geomajas.service.DtoConverterService
toDto(Object, AbstractAttributeInfo) - Method in interface org.geomajas.service.DtoConverterService
Converts a server-side attribute object into a DTO attribute.
toDto(InternalFeature, int) - Method in interface org.geomajas.service.DtoConverterService
Convert the server side feature to a DTO feature that can be sent to the client.
toDto(InternalFeature) - Method in interface org.geomajas.service.DtoConverterService
Convert the server side feature to a DTO feature that can be sent to the client.
toDto(Geometry) - Method in interface org.geomajas.service.DtoConverterService
Takes in a JTS geometry, and creates a new DTO geometry from it.
toDto(InternalTile, String, int) - Method in interface org.geomajas.service.DtoConverterService
toDto(InternalTile) - Method in interface org.geomajas.service.DtoConverterService
Convert a server-side tile representations into a DTO tile.
toDto(Envelope) - Method in interface org.geomajas.service.DtoConverterService
Convert JTS envelope into a bbox.
toDto(Class<? extends Geometry>) - Method in interface org.geomajas.service.DtoConverterService
Convert a geometry class to a layer type.
toInternal(Attribute<?>) - Method in interface org.geomajas.service.DtoConverterService
Converts a DTO attribute into a generic attribute object.
toInternal(Feature) - Method in interface org.geomajas.service.DtoConverterService
Convert a DTO feature to a server-side feature.
toInternal(Geometry) - Method in interface org.geomajas.service.DtoConverterService
Takes in a DTO geometry, and converts it into a JTS geometry.
toInternal(Bbox) - Method in interface org.geomajas.service.DtoConverterService
Convert a bbox to a JTS envelope.
toInternal(LayerType) - Method in interface org.geomajas.service.DtoConverterService
Convert a layer type to a geometry class.
toString() - Method in class org.geomajas.command.CommandResponse
String to display as command dispatcher trace.
toString() - Method in class org.geomajas.command.SuccessCommandResponse
String to display as command dispatcher trace.
toString() - Method in enum org.geomajas.configuration.AssociationType
Convert to string representation.
toString() - Method in class org.geomajas.configuration.CircleInfo
String representation of object.
toString() - Method in class org.geomajas.configuration.client.ClientApplicationInfo
 
toString() - Method in class org.geomajas.configuration.client.ClientMapInfo
 
toString() - Method in class org.geomajas.configuration.FeatureStyleInfo
String representation of object.
toString() - Method in class org.geomajas.configuration.FontStyleInfo
String representation of object.
toString() - Method in class org.geomajas.configuration.ImageInfo
String representation of object.
toString() - Method in class org.geomajas.configuration.LabelStyleInfo
String representation of object.
toString() - Method in class org.geomajas.configuration.NamedStyleInfo
String representation of object.
toString() - Method in enum org.geomajas.configuration.PrimitiveType
Get string representation of enum.
toString() - Method in class org.geomajas.configuration.RectInfo
String representation of object.
toString() - Method in class org.geomajas.configuration.SymbolInfo
String representation of object.
toString() - Method in class org.geomajas.global.CopyrightInfo
 
toString() - Method in class org.geomajas.global.PluginInfo
toString() - Method in class org.geomajas.global.PluginVersionInfo
toString() - Method in class org.geomajas.layer.feature.attribute.AssociationValue
Returns a string representation of the value of the form {id=1, attr1=a, attr2=0.5}.
toString() - Method in class org.geomajas.layer.feature.attribute.ManyToOneAttribute
Returns a string representation of this attribute's value.
toString() - Method in class org.geomajas.layer.feature.attribute.OneToManyAttribute
Returns a string representation of this attributes value of the form [{id=1, attr1=a}, {id=2, attr1=b}].
toString() - Method in class org.geomajas.layer.feature.attribute.PrimitiveAttribute
Returns a string representation of the primitive value using Object.toString().
toString() - Method in class org.geomajas.layer.feature.Feature
Transform this feature to an easily readable string (id + " - " + label).
toString() - Method in class org.geomajas.layer.feature.FeatureTransaction
 
toString() - Method in class org.geomajas.layer.feature.SearchCriterion
Convert to human readable form.
toString() - Method in enum org.geomajas.layer.LayerType
Convert to string.
toString() - Method in class org.geomajas.layer.tile.RasterTile
Convert to readable string.
toString() - Method in class org.geomajas.layer.tile.TileCode
Return the values as a readable text: TileLevel-X-Y.
toString() - Method in class org.geomajas.layer.tile.VectorTile
String representation of object.
transform(Geometry, CrsTransform) - Method in interface org.geomajas.service.GeoService
Transform a Geometry using the given transformation.
transform(Geometry, Crs, Crs) - Method in interface org.geomajas.service.GeoService
Transform a Geometry from the source to the target CRS.
transform(Geometry, String, String) - Method in interface org.geomajas.service.GeoService
Transform a Geometry from the source to the target CRS.
transform(Geometry, CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in interface org.geomajas.service.GeoService
Deprecated.
use transform(Geometry, Crs, Crs) instead
transform(Envelope, CrsTransform) - Method in interface org.geomajas.service.GeoService
Transform a Envelope using the given transformation.
transform(Envelope, Crs, Crs) - Method in interface org.geomajas.service.GeoService
Transform a Envelope from the source to the target CRS.
transform(Envelope, String, String) - Method in interface org.geomajas.service.GeoService
Transform a Envelope from the source to the target CRS.
transform(Bbox, CrsTransform) - Method in interface org.geomajas.service.GeoService
Transform a Bbox using the given transformation.
transform(Bbox, Crs, Crs) - Method in interface org.geomajas.service.GeoService
Transform a Bbox from the source to the target CRS.
transform(Bbox, String, String) - Method in interface org.geomajas.service.GeoService
Transform a Bbox from the source to the target CRS.
transform(Coordinate, CrsTransform) - Method in interface org.geomajas.service.GeoService
Transform a Coordinate using the given transformation.
transform(Coordinate, Crs, Crs) - Method in interface org.geomajas.service.GeoService
Transform a Coordinate from the source to the target CRS.
transform(Coordinate, String, String) - Method in interface org.geomajas.service.GeoService
Transform a Coordinate from the source to the target CRS.
TRANSFORMER_CREATE_LAYER_TO_MAP_FAILED - Static variable in interface org.geomajas.global.ExceptionCode
Could not create CRS transformer to transform geometries from layer to map coordinate system.

U

UNEXPECTED_PROBLEM - Static variable in interface org.geomajas.global.ExceptionCode
Unexpected problem.
UnitType - Enum in org.geomajas.configuration.client
Unit type.
UNKNOWN - Static variable in interface org.geomajas.global.ExceptionCode
Deprecated.
use a real exception code
UrlAttribute - Class in org.geomajas.layer.feature.attribute
Attribute with value of type PrimitiveType.URL.
UrlAttribute() - Constructor for class org.geomajas.layer.feature.attribute.UrlAttribute
Create attribute without value (needed for GWT).
UrlAttribute(String) - Constructor for class org.geomajas.layer.feature.attribute.UrlAttribute
Create attribute with specified value.
useLazyFeatureConversion() - Method in interface org.geomajas.layer.VectorLayerLazyFeatureConversionSupport
Indicate whether lazy feature conversion should be used.
UserImplemented - Annotation Type in org.geomajas.global
Deprecated.
use UserImplemented
UserInfo - Interface in org.geomajas.security
Information about the logged in user (all data is optional).

V

ValidatorInfo - Class in org.geomajas.configuration.validation
Validator configuration information.
ValidatorInfo() - Constructor for class org.geomajas.configuration.validation.ValidatorInfo
 
value() - Method in enum org.geomajas.configuration.SortType
Get string value for type.
valueOf(String) - Static method in enum org.geomajas.configuration.AssociationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.client.BoundsLimitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.client.PreferredPixelsPerTileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.client.ScaleUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.client.UnitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.SnappingRuleInfo.SnappingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.configuration.SortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.layer.LayerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.layer.tile.VectorTile.VectorTileContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.geomajas.service.pipeline.PipelineInterceptor.ExecutionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.geomajas.configuration.AssociationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.client.BoundsLimitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.client.PreferredPixelsPerTileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.client.ScaleUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.client.UnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.SnappingRuleInfo.SnappingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.configuration.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.layer.LayerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.layer.tile.VectorTile.VectorTileContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.geomajas.service.pipeline.PipelineInterceptor.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
VECTOR_LAYER_NOT_FOUND - Static variable in interface org.geomajas.global.ExceptionCode
Vector layer ${0} not found.
VectorLayer - Interface in org.geomajas.layer
A layer which contains vector data.
VectorLayerAssociationSupport - Interface in org.geomajas.layer
Extension for vector layers which support associations.
VectorLayerInfo - Class in org.geomajas.configuration
Information about a vector layer.
VectorLayerInfo() - Constructor for class org.geomajas.configuration.VectorLayerInfo
 
VectorLayerLazyFeatureConversionSupport - Interface in org.geomajas.layer
Allow vector layers to indicate that they support lazy feature conversion.
VectorLayerSelectFilterAuthorization - Interface in org.geomajas.security
Extra filter which should be applied by the layer model when selecting features.
VectorLayerService - Interface in org.geomajas.layer
Service which allows accessing data from a vector layer.
VectorTile - Class in org.geomajas.layer.tile
DTO version of an InternalTile.
VectorTile() - Constructor for class org.geomajas.layer.tile.VectorTile
Create a vector tile.
VectorTile.VectorTileContentType - Enum in org.geomajas.layer.tile
The rendering method used for a specific tile.

W

wire(ApplicationContext) - Method in interface org.geomajas.security.AuthorizationNeedsWiring
Method which is called to handle the wiring.
A B C D E F G H I J L M N O P R S T U V W 
Geomajas, Geomajas server: Main - api 1.18.2

Copyright © 2015 Geosparc. All Rights Reserved.