deegree 2.2 (2008/12/22 11:33 build-3038-official)

Serialized Form


Package org.deegree.crs.exceptions

Class org.deegree.crs.exceptions.CRSConfigurationException extends RuntimeException implements Serializable

serialVersionUID: 2531439320900413725L

Class org.deegree.crs.exceptions.CRSException extends Exception implements Serializable

serialVersionUID: -8120907445764439063L

Class org.deegree.crs.exceptions.ProjectionException extends CRSException implements Serializable

serialVersionUID: -6763536693500423010L

Class org.deegree.crs.exceptions.TransformationException extends Exception implements Serializable

serialVersionUID: 1475176551325426832L


Package org.deegree.crs.utilities

Class org.deegree.crs.utilities.Matrix extends javax.vecmath.GMatrix implements Serializable

serialVersionUID: 3778102551617232269L


Package org.deegree.datatypes

Class org.deegree.datatypes.Code extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

code

String code

codeSpace

URI codeSpace

ordinal

int ordinal

Class org.deegree.datatypes.CodeList extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

codeSpace

URI codeSpace

name

String name

codes

List<E> codes

Class org.deegree.datatypes.QualifiedName extends Object implements Serializable

serialVersionUID: 5551137348397905772L

Serialized Fields

prefix

String prefix

localName

String localName

namespace

URI namespace

s

String s

Class org.deegree.datatypes.UnknownTypeException extends Exception implements Serializable

serialVersionUID: 1L


Package org.deegree.datatypes.parameter

Class org.deegree.datatypes.parameter.GeneralOperationParameterIm extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

remarks

String remarks

maximumOccurs

int maximumOccurs

minimumOccurs

int minimumOccurs

Class org.deegree.datatypes.parameter.GeneralParameterValueIm extends Object implements Serializable

serialVersionUID: 5138443095346081064L

Serialized Fields

descriptor

GeneralOperationParameterIm descriptor

Class org.deegree.datatypes.parameter.InvalidParameterNameException extends IllegalArgumentException implements Serializable

serialVersionUID: -8473266898408204803L

Serialized Fields

parameterName

String parameterName
The invalid parameter name.

Class org.deegree.datatypes.parameter.InvalidParameterTypeException extends IllegalStateException implements Serializable

serialVersionUID: 2740762597003093176L

Serialized Fields

parameterName

String parameterName
The invalid parameter name.

Class org.deegree.datatypes.parameter.InvalidParameterValueException extends IllegalArgumentException implements Serializable

serialVersionUID: 3814037056147642789L

Serialized Fields

parameterName

String parameterName
The parameter name.


value

Object value
The invalid parameter value.

Class org.deegree.datatypes.parameter.OperationParameterGroupIm extends GeneralOperationParameterIm implements Serializable

serialVersionUID: 1L

Serialized Fields

parameter

Map<K,V> parameter
Deprecated. 

Class org.deegree.datatypes.parameter.OperationParameterIm extends GeneralOperationParameterIm implements Serializable

serialVersionUID: 1L

Serialized Fields

maximumValue

Comparable<T> maximumValue

minimumValue

Comparable<T> minimumValue

validValues

Set<E> validValues

valueClass

Class<T> valueClass

defaultValue

Object defaultValue

Class org.deegree.datatypes.parameter.ParameterNotFoundException extends IllegalArgumentException implements Serializable

serialVersionUID: -8074834945993975175L

Serialized Fields

parameterName

String parameterName
The invalid parameter name.

Class org.deegree.datatypes.parameter.ParameterValueGroupIm extends GeneralParameterValueIm implements Serializable

serialVersionUID: 1L

Serialized Fields

values

Map<K,V> values
Deprecated. 

Class org.deegree.datatypes.parameter.ParameterValueIm extends GeneralParameterValueIm implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Package org.deegree.datatypes.time

Class org.deegree.datatypes.time.TimeDuration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

years

int years

month

int month

days

int days

hours

int hours

minutes

int minutes

seconds

int seconds

millis

int millis

Class org.deegree.datatypes.time.TimeIndeterminateValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value
Comment for value

Class org.deegree.datatypes.time.TimePeriod extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

beginPosition

TimePosition beginPosition

endPosition

TimePosition endPosition

timeResolution

TimeDuration timeResolution

frame

URI frame

Class org.deegree.datatypes.time.TimePosition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

indeterminatePosition

TimeIndeterminateValue indeterminatePosition

calendarEraName

String calendarEraName

frame

URI frame

time

Calendar time

Class org.deegree.datatypes.time.TimeSequence extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timePeriod

TimePeriod[] timePeriod

timePosition

TimePosition[] timePosition

Package org.deegree.datatypes.values

Class org.deegree.datatypes.values.Closure extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value
Comment for value

Class org.deegree.datatypes.values.Interval extends ValueRange implements Serializable

serialVersionUID: 1L

Serialized Fields

res

TypedLiteral res

Class org.deegree.datatypes.values.TypedLiteral extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

type

URI type

uom

URI uom
Identifies the unit of measure of this literal input or output. This unit of measure should be referenced for any numerical value that has units (e.g., "meters", but not a more complete reference system). Shall be a UOM identified in the Process description for this input or output.

Class org.deegree.datatypes.values.ValueEnum extends ValueEnumBase implements Serializable

serialVersionUID: 1L

Serialized Fields

type

URI type

semantic

URI semantic

Class org.deegree.datatypes.values.ValueEnumBase extends Object implements Serializable

Serialized Fields

singleValue

TypedLiteral[] singleValue

interval

Interval[] interval

Class org.deegree.datatypes.values.ValueRange extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

min

TypedLiteral min

max

TypedLiteral max

spacing

TypedLiteral spacing

type

URI type

semantic

URI semantic

atomic

boolean atomic

closure

Closure closure

Class org.deegree.datatypes.values.Values extends ValueEnum implements Serializable

serialVersionUID: 1L

Serialized Fields

default_

TypedLiteral default_

Package org.deegree.enterprise

Class org.deegree.enterprise.AbstractOGCServlet extends HttpServlet implements Serializable

Class org.deegree.enterprise.DeegreeParams extends Object implements Serializable

Serialized Fields

defaultOnlineResource

OnlineResource defaultOnlineResource

cacheSize

int cacheSize

requestTimeLimit

int requestTimeLimit

characterSet

Charset characterSet

Class org.deegree.enterprise.ServiceException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

nestedException

Throwable nestedException

stackTraceString

String stackTraceString

Package org.deegree.enterprise.control

Class org.deegree.enterprise.control.RequestDispatcher extends HttpServlet implements Serializable

serialVersionUID: 1L

Class org.deegree.enterprise.control.RPCException extends Exception implements Serializable

serialVersionUID: 1L

Class org.deegree.enterprise.control.RPCWebEvent extends WebEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

mc

RPCMethodCall mc

Class org.deegree.enterprise.control.WebEvent extends EventObject implements Serializable


Package org.deegree.enterprise.servlet

Class org.deegree.enterprise.servlet.DirectoryAccessServlet extends HttpServlet implements Serializable

serialVersionUID: 2816833149662971995L

Serialized Fields

rootDir

String rootDir

Class org.deegree.enterprise.servlet.OGCServletController extends AbstractOGCServlet implements Serializable

serialVersionUID: -4461759017823581221L

Class org.deegree.enterprise.servlet.SimpleProxyServlet extends HttpServlet implements Serializable

serialVersionUID: 3086952074808203858L

Serialized Fields

LOG

ILogger LOG

host

Map<K,V> host

Package org.deegree.framework.mail

Class org.deegree.framework.mail.EMailMessage extends Object implements Serializable

Serialized Fields

sender

String sender

subject

String subject

htmlContents

String htmlContents

emailReceiver

String emailReceiver

mimeType

String mimeType

Class org.deegree.framework.mail.SendMailException extends ServiceException implements Serializable

Class org.deegree.framework.mail.UnknownMimeTypeException extends Exception implements Serializable

Serialized Fields

mimeType

String mimeType

Package org.deegree.framework.trigger

Class org.deegree.framework.trigger.TriggerConfigurationDocument extends XMLFragment implements Serializable

Serialized Fields

LOG

ILogger LOG

Class org.deegree.framework.trigger.TriggerException extends RuntimeException implements Serializable


Package org.deegree.framework.util

Class org.deegree.framework.util.BasicUUID extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Deprecated. 
Read this in

Throws:
IOException - error reading from log stream

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Deprecated. 
Write this out.

Throws:
IOException - error writing to log stream

Package org.deegree.framework.xml

Class org.deegree.framework.xml.InvalidConfigurationException extends Exception implements Serializable

Class org.deegree.framework.xml.XMLException extends RuntimeException implements Serializable

Serialized Fields

innerException

Exception innerException

message

String message

Class org.deegree.framework.xml.XMLFragment extends Object implements Serializable

serialVersionUID: 8984447437613709386L

Serialized Fields

systemId

URL systemId

rootElement

Element rootElement

Class org.deegree.framework.xml.XMLParsingException extends Exception implements Serializable

serialVersionUID: -375766555263169888L

Serialized Fields

message

String message

stackTrace

String stackTrace

Class org.deegree.framework.xml.XSLTDocument extends XMLFragment implements Serializable

serialVersionUID: -2079718341146916400L


Package org.deegree.framework.xml.schema

Class org.deegree.framework.xml.schema.UndefinedElementException extends UnresolvableReferenceException implements Serializable

serialVersionUID: -3521675690820907147L

Class org.deegree.framework.xml.schema.UndefinedXSDTypeException extends UnresolvableReferenceException implements Serializable

serialVersionUID: -9138320617620027534L

Class org.deegree.framework.xml.schema.UnresolvableReferenceException extends XMLSchemaException implements Serializable

serialVersionUID: 7060686409042595472L

Class org.deegree.framework.xml.schema.XMLSchemaException extends XMLParsingException implements Serializable

serialVersionUID: 3787417943058189973L

Class org.deegree.framework.xml.schema.XSDocument extends XMLFragment implements Serializable

serialVersionUID: 4371672452129797159L

Serialized Fields

targetNamespace

URI targetNamespace

LOG

ILogger LOG

Package org.deegree.graphics

Class org.deegree.graphics.RenderException extends Exception implements Serializable


Package org.deegree.graphics.displayelements

Class org.deegree.graphics.displayelements.IncompatibleGeometryTypeException extends Exception implements Serializable

Class org.deegree.graphics.displayelements.LabelDisplayElement extends GeometryDisplayElement implements Serializable

serialVersionUID: -7870967255670858503L

Serialized Fields

label

ParameterValueType label

labels

ArrayList<E> labels

Class org.deegree.graphics.displayelements.PolygonDisplayElement extends GeometryDisplayElement implements Serializable

serialVersionUID: -2980154437699081214L

Serialized Fields

pathes

List<E> pathes

Class org.deegree.graphics.displayelements.RasterDisplayElement extends AbstractDisplayElement implements Serializable

serialVersionUID: -5195730721807600940L

Serialized Fields

symbolizer

RasterSymbolizer symbolizer

gc

GridCoverage gc

Package org.deegree.graphics.legend

Class org.deegree.graphics.legend.LegendException extends Exception implements Serializable


Package org.deegree.graphics.sld

Class org.deegree.graphics.sld.ParameterValueType extends Object implements Serializable

serialVersionUID: -2232181501775429152L

Serialized Fields

components

ArrayList<E> components

Package org.deegree.io

Class org.deegree.io.DBPoolException extends Exception implements Serializable

Class org.deegree.io.IODocument extends XMLFragment implements Serializable

serialVersionUID: -8166238044553562735L


Package org.deegree.io.datastore

Class org.deegree.io.datastore.AnnotationDocument extends MappedGMLSchemaDocument implements Serializable

Class org.deegree.io.datastore.DatastoreException extends Exception implements Serializable

serialVersionUID: -5522925850825597636L

Class org.deegree.io.datastore.Lock extends Object implements Serializable

serialVersionUID: 9140063407823707226L

Serialized Fields

lockId

String lockId

lockedFids

Set<E> lockedFids

expiryTime

long expiryTime

Class org.deegree.io.datastore.PropertyPathResolvingException extends DatastoreException implements Serializable

serialVersionUID: -9138320617620027534L

Class org.deegree.io.datastore.TransactionException extends DatastoreException implements Serializable

serialVersionUID: 2922243295498899916L


Package org.deegree.io.datastore.cached

Class org.deegree.io.datastore.cached.CachedWFSAnnotationDocument extends AnnotationDocument implements Serializable


Package org.deegree.io.datastore.idgenerator

Class org.deegree.io.datastore.idgenerator.IdGenerationException extends DatastoreException implements Serializable

serialVersionUID: -5894784744855230735L


Package org.deegree.io.datastore.schema

Class org.deegree.io.datastore.schema.MappedFeatureType extends DefaultFeatureType implements Serializable

serialVersionUID: -6091409034103779707L

Serialized Fields

table

String table

gmlId

MappedGMLId gmlId

schema

MappedGMLSchema schema

datastore

Datastore datastore

isVisible

boolean isVisible

isUpdatable

boolean isUpdatable

isDeletable

boolean isDeletable

isInsertable

boolean isInsertable

Class org.deegree.io.datastore.schema.MappedGMLSchemaDocument extends GMLSchemaDocument implements Serializable

serialVersionUID: 8293629056821438839L

Serialized Fields

namespacePrefix

String namespacePrefix

defaultSRS

URI defaultSRS

suppressXLinkOutput

boolean suppressXLinkOutput

dsConfiguration

DatastoreConfiguration dsConfiguration

Package org.deegree.io.datastore.shape

Class org.deegree.io.datastore.shape.ShapeAnnotationDocument extends AnnotationDocument implements Serializable

serialVersionUID: -2801053207484913910L


Package org.deegree.io.datastore.sql

Class org.deegree.io.datastore.sql.SQLAnnotationDocument extends AnnotationDocument implements Serializable

serialVersionUID: -6663755656885555966L

Serialized Fields

datastoreClass

Class<T> datastoreClass

Package org.deegree.io.datastore.wfs

Class org.deegree.io.datastore.wfs.CascadingWFSAnnotationDocument extends AnnotationDocument implements Serializable

serialVersionUID: -2801053207484913910L


Package org.deegree.io.dbaseapi

Class org.deegree.io.dbaseapi.DBaseException extends Exception implements Serializable

Serialized Fields

message

String message

Class org.deegree.io.dbaseapi.DBaseIndexException extends Exception implements Serializable

Serialized Fields

key

Comparable<T> key

index

DBaseIndex index

Class org.deegree.io.dbaseapi.InvalidKeyTypeException extends DBaseIndexException implements Serializable

Class org.deegree.io.dbaseapi.KeyAlreadyExistException extends DBaseIndexException implements Serializable

Class org.deegree.io.dbaseapi.KeyNotFoundException extends DBaseIndexException implements Serializable

Class org.deegree.io.dbaseapi.KeyTooLongException extends DBaseIndexException implements Serializable


Package org.deegree.io.geotiff

Class org.deegree.io.geotiff.GeoTiffException extends Exception implements Serializable

Serialized Fields

message

String message

Package org.deegree.io.quadtree

Class org.deegree.io.quadtree.IndexException extends Exception implements Serializable

serialVersionUID: -5603584819816036353L


Package org.deegree.io.rtree

Class org.deegree.io.rtree.HyperBoundingBox extends Object implements Serializable

Serialized Fields

pMin

HyperPoint pMin

pMax

HyperPoint pMax

Class org.deegree.io.rtree.HyperPoint extends Object implements Serializable

Serialized Fields

coords

double[] coords

Class org.deegree.io.rtree.PageFileException extends Exception implements Serializable

Class org.deegree.io.rtree.RTree extends Object implements Serializable

Serialized Fields

file

PageFile file

Class org.deegree.io.rtree.RTreeException extends Exception implements Serializable


Package org.deegree.io.sdeapi

Class org.deegree.io.sdeapi.DeegreeSeException extends Exception implements Serializable


Package org.deegree.io.shpapi

Class org.deegree.io.shpapi.HasNoDBaseFileException extends Exception implements Serializable

Serialized Fields

message

String message

Class org.deegree.io.shpapi.OpenGISException extends Exception implements Serializable

Serialized Fields

message

String message

Class org.deegree.io.shpapi.SHPEnvelope extends Object implements Serializable

Serialized Fields

west

double west

east

double east

north

double north

south

double south

Class org.deegree.io.shpapi.SHPException extends Exception implements Serializable

Serialized Fields

message

String message

Package org.deegree.io.shpapi.shape_new

Class org.deegree.io.shpapi.shape_new.ShapeGeometryException extends RuntimeException implements Serializable

serialVersionUID: 8475462974850026793L


Package org.deegree.model.coverage

Class org.deegree.model.coverage.AbstractCoverage extends Object implements Serializable

Serialized Fields

coverageOffering

CoverageOffering coverageOffering

crs

CoordinateSystem crs

envelope

PT_Envelope envelope

numSources

int numSources

sources

Coverage[] sources

dimensionNames

String[] dimensionNames

Class org.deegree.model.coverage.CannotEvaluateException extends RuntimeException implements Serializable

serialVersionUID: 506793649975583062L

Class org.deegree.model.coverage.CodeList extends Object implements Serializable

serialVersionUID: 5655809691319522885L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolve the code list to an unique instance after deserialization. The instance is resolved using its name only (not its ordinal).

Throws:
ObjectStreamException - if the deserialization failed.
Serialized Fields

name

String name
The code name. For J2SE 1.3 profile only.

Class org.deegree.model.coverage.MetadataNameNotFoundException extends IllegalArgumentException implements Serializable

serialVersionUID: 3217010469714161299L

Class org.deegree.model.coverage.PaletteInterpretation extends CodeList implements Serializable

serialVersionUID: -7387623392932592485L

Class org.deegree.model.coverage.PointOutsideCoverageException extends CannotEvaluateException implements Serializable

serialVersionUID: -8718412090539227101L

Class org.deegree.model.coverage.SampleDimension extends Object implements Serializable

Serialized Fields

colorInterpretation

ColorInterpretation colorInterpretation

categoryNames

String[] categoryNames

description

String description

maximumValue

double maximumValue

minimumValue

double minimumValue

metadata

HashMap<K,V> metadata

noData

double[] noData

offset

int offset

colorPalette

int[][] colorPalette

paletteInterpretation

PaletteInterpretation paletteInterpretation

sampleDimensionType

SampleDimensionType sampleDimensionType

scale

double scale

units

String units

Class org.deegree.model.coverage.SampleDimensionType extends CodeList implements Serializable

serialVersionUID: -4153433145134818506L


Package org.deegree.model.coverage.grid

Class org.deegree.model.coverage.grid.AbstractGridCoverage extends AbstractCoverage implements Serializable

Serialized Fields

gridGeometry

GridGeometry gridGeometry

isEditable

boolean isEditable

Class org.deegree.model.coverage.grid.ByteGridCoverage extends AbstractGridCoverage implements Serializable

serialVersionUID: 5612511572056707069L

Serialized Fields

data

byte[][][] data

Class org.deegree.model.coverage.grid.CannotCreateGridCoverageException extends IOException implements Serializable

serialVersionUID: 3768704221879769389L

Class org.deegree.model.coverage.grid.FloatGridCoverage extends AbstractGridCoverage implements Serializable

serialVersionUID: -3642652899429594623L

Serialized Fields

data

float[][][] data

Class org.deegree.model.coverage.grid.Format extends Object implements Serializable

serialVersionUID: 3847909077719638612L

Serialized Fields

name

String name

description

String description

docURL

String docURL

vendor

String vendor

version

String version

readParameters

List<E> readParameters

writeParameters

List<E> writeParameters

Class org.deegree.model.coverage.grid.GridNotEditableException extends IllegalStateException implements Serializable

serialVersionUID: 612186655921122650L

Class org.deegree.model.coverage.grid.GridRange extends Object implements Serializable

serialVersionUID: -7292466343852424913L

Serialized Fields

up

int[] up

lo

int[] lo

Class org.deegree.model.coverage.grid.ImageGridCoverage extends AbstractGridCoverage implements Serializable

serialVersionUID: -531939507044569726L

Class org.deegree.model.coverage.grid.InvalidRangeException extends IllegalArgumentException implements Serializable

serialVersionUID: 3165512862939920847L

Class org.deegree.model.coverage.grid.MetadataNameNotFoundException extends IllegalArgumentException implements Serializable

serialVersionUID: 3217010469714161299L

Class org.deegree.model.coverage.grid.ShortGridCoverage extends AbstractGridCoverage implements Serializable

serialVersionUID: -2073045348804541362L

Serialized Fields

data

short[][][] data

Package org.deegree.model.crs

Class org.deegree.model.crs.CoordinateSystem extends QualifiedName implements Serializable

serialVersionUID: -170831086069691683L

Serialized Fields

realCRS

CoordinateSystem realCRS

requestedID

String requestedID

Class org.deegree.model.crs.CRSTransformationException extends Exception implements Serializable

serialVersionUID: -942007335106873097L

Class org.deegree.model.crs.UnknownCRSException extends Exception implements Serializable

serialVersionUID: 2343417746783122437L


Package org.deegree.model.feature

Class org.deegree.model.feature.DefaultFeature extends AbstractFeature implements Serializable

serialVersionUID: -1636744791597960465L

Serialized Fields

propertyMap

Map<K,V> propertyMap

properties

FeatureProperty[] properties

propertyValues

Object[] propertyValues

geometryPropertyValues

Geometry[] geometryPropertyValues

Class org.deegree.model.feature.FeatureException extends Exception implements Serializable

Serialized Fields

st

String st

Class org.deegree.model.feature.FeatureTupleCollection extends AbstractFeatureCollection implements Serializable

serialVersionUID: 2651676067288914826L

Serialized Fields

tupleLength

int tupleLength

tuples

List<E> tuples

allFeatures

Set<E> allFeatures

envelope

Envelope envelope

Class org.deegree.model.feature.GMLFeatureCollectionDocument extends GMLFeatureDocument implements Serializable

serialVersionUID: -6923435144671685710L

Serialized Fields

xlinkedMembers

Collection<E> xlinkedMembers

Class org.deegree.model.feature.GMLFeatureDocument extends GMLDocument implements Serializable

serialVersionUID: -7626943858143104276L

Serialized Fields

gmlSchemaMap

Map<K,V> gmlSchemaMap

featureMap

Map<K,V> featureMap

xlinkPropertyList

Collection<E> xlinkPropertyList

guessSimpleTypes

boolean guessSimpleTypes

Package org.deegree.model.feature.schema

Class org.deegree.model.feature.schema.DefaultFeatureType extends Object implements Serializable

serialVersionUID: -4774232985192401467L

Serialized Fields

name

QualifiedName name

isAbstract

boolean isAbstract

schemaLocation

URI schemaLocation

properties

PropertyType[] properties

geometryProperties

GeometryPropertyType[] geometryProperties

Class org.deegree.model.feature.schema.GMLSchemaDocument extends XSDocument implements Serializable

serialVersionUID: 7298930438304830877L

Class org.deegree.model.feature.schema.UndefinedFeatureTypeException extends UnresolvableReferenceException implements Serializable

serialVersionUID: -9138320617620027534L


Package org.deegree.model.filterencoding

Class org.deegree.model.filterencoding.FilterConstructionException extends XMLParsingException implements Serializable

Class org.deegree.model.filterencoding.FilterEvaluationException extends Exception implements Serializable


Package org.deegree.model.filterencoding.capabilities

Class org.deegree.model.filterencoding.capabilities.FilterCapabilities100Fragment extends XMLFragment implements Serializable

Class org.deegree.model.filterencoding.capabilities.FilterCapabilities110Fragment extends XMLFragment implements Serializable


Package org.deegree.model.metadata.iso19115

Class org.deegree.model.metadata.iso19115.CitedResponsibleParty extends Object implements Serializable

serialVersionUID: 5912684530267785339L

Serialized Fields

contactinfo

List<E> contactinfo

individualname

List<E> individualname

organisationname

List<E> organisationname

positionname

List<E> positionname

rolecode

List<E> rolecode

Class org.deegree.model.metadata.iso19115.FunctionCode extends Object implements Serializable

Serialized Fields

value

String value

Class org.deegree.model.metadata.iso19115.ISO19115Document extends XMLFragment implements Serializable

serialVersionUID: -5536802360612196021L

Class org.deegree.model.metadata.iso19115.Keywords extends Object implements Serializable

serialVersionUID: -2140118359320160159L

Serialized Fields

keywords

ArrayList<E> keywords

thesaurusname

String thesaurusname

typecode

TypeCode typecode

Class org.deegree.model.metadata.iso19115.Linkage extends Object implements Serializable

Serialized Fields

href

URL href

type

String type

Class org.deegree.model.metadata.iso19115.OnlineResource extends Object implements Serializable

Serialized Fields

applicationprofile

String applicationprofile

functioncode

FunctionCode functioncode

linkage

Linkage linkage

onlineresourcedescription

String onlineresourcedescription

onlineresourcename

String onlineresourcename

protocol

String protocol

Class org.deegree.model.metadata.iso19115.TypeCode extends Code implements Serializable


Package org.deegree.model.spatialschema

Class org.deegree.model.spatialschema.EnvelopeImpl extends Object implements Serializable

serialVersionUID: 1081219767894344990L

Serialized Fields

max

Position max

min

Position min

crs

CoordinateSystem crs

Class org.deegree.model.spatialschema.GeometryException extends Exception implements Serializable

serialVersionUID: 935191261438912980L

Class org.deegree.model.spatialschema.GeometryImpl extends Object implements Serializable

serialVersionUID: 130728662284673112L

Serialized Fields

crs

CoordinateSystem crs

boundary

Boundary boundary

envelope

Envelope envelope

convexHull

Geometry convexHull

centroid

Point centroid

empty

boolean empty

valid

boolean valid

Class org.deegree.model.spatialschema.RingImpl extends OrientableCurveImpl implements Serializable

serialVersionUID: 9157144642050604928L

Serialized Fields

segments

CurveSegment[] segments

sp

SurfacePatch sp

nop

int nop

allPos

Position[] allPos

Class org.deegree.model.spatialschema.SurfaceImpl extends OrientableSurfaceImpl implements Serializable

serialVersionUID: -2148069106391096842L

Serialized Fields

patch

SurfacePatch[] patch

area

double area

Class org.deegree.model.spatialschema.SurfaceInterpolationImpl extends Object implements Serializable

serialVersionUID: -3728721225837686088L

Serialized Fields

surfaceInterpolation

int surfaceInterpolation

Package org.deegree.model.table

Class org.deegree.model.table.TableException extends Exception implements Serializable

Serialized Fields

message

String message

Package org.deegree.ogcbase

Class org.deegree.ogcbase.Description extends DescriptionBase implements Serializable

Serialized Fields

label

String label

Class org.deegree.ogcbase.GMLDocument extends XMLFragment implements Serializable

Class org.deegree.ogcbase.InvalidGMLException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcbase.InvalidSRSException extends OGCWebServiceException implements Serializable

serialVersionUID: 4077143834377839626L

Class org.deegree.ogcbase.OGCDocument extends XMLFragment implements Serializable

Class org.deegree.ogcbase.OGCException extends Exception implements Serializable

serialVersionUID: -8232077962731936968L

Serialized Fields

code

ExceptionCode code

Package org.deegree.ogcwebservices

Class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest extends Object implements Serializable

Serialized Fields

vendorSpecificParameter

Map<K,V> vendorSpecificParameter

id

String id

version

String version

Class org.deegree.ogcwebservices.CurrentUpdateSequenceException extends OGCWebServiceException implements Serializable

serialVersionUID: 9178872150949971262L

Class org.deegree.ogcwebservices.ExceptionDocument extends XMLFragment implements Serializable

Class org.deegree.ogcwebservices.ExceptionFormat extends Object implements Serializable

Serialized Fields

format

String[] format

Class org.deegree.ogcwebservices.InconsistentRequestException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.InvalidParameterValueException extends OGCWebServiceException implements Serializable

serialVersionUID: 5743894732583799309L

Class org.deegree.ogcwebservices.InvalidUpdateSequenceException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.LonLatEnvelope extends Object implements Serializable

serialVersionUID: 6225897903182806919L

Serialized Fields

min

Point min

max

Point max

timePositions

TimePosition[] timePositions

srs

String srs

Class org.deegree.ogcwebservices.MissingParameterValueException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.NoApplicableCodeException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.OGCWebServiceException extends OGCException implements Serializable

serialVersionUID: -2081577799241168634L

Serialized Fields

locator

String locator

Class org.deegree.ogcwebservices.OperationNotSupportedException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.VersionNegotiationFailedException extends OGCWebServiceException implements Serializable


Package org.deegree.ogcwebservices.csw

Class org.deegree.ogcwebservices.csw.AbstractCSWRequest extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: 726077635012162899L

Class org.deegree.ogcwebservices.csw.AbstractCSWRequestDocument extends OGCDocument implements Serializable

Class org.deegree.ogcwebservices.csw.NonexistentCollectionException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.csw.NonexistentTypeException extends OGCWebServiceException implements Serializable


Package org.deegree.ogcwebservices.csw.capabilities

Class org.deegree.ogcwebservices.csw.capabilities.CatalogueCapabilities extends OWSCommonCapabilities implements Serializable

serialVersionUID: 1351565525170636799L

Serialized Fields

filterCapabilities

FilterCapabilities filterCapabilities

ebrimCaps

EBRIMCapabilities ebrimCaps

Class org.deegree.ogcwebservices.csw.capabilities.CatalogueCapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.csw.capabilities.CatalogueCapabilitiesDocument_2_0_2 extends CatalogueCapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.csw.capabilities.CatalogueGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: 7690283041658363481L

Class org.deegree.ogcwebservices.csw.capabilities.CatalogueGetCapabilitiesDocument extends OGCDocument implements Serializable

serialVersionUID: -7155778875151820291L

Class org.deegree.ogcwebservices.csw.capabilities.CatalogueOperationsMetadata extends OperationsMetadata implements Serializable

Serialized Fields

describeRecord

Operation describeRecord

getDomain

Operation getDomain

getRecords

Operation getRecords

getRecordById

Operation getRecordById

transaction

Operation transaction

harvest

Operation harvest

Package org.deegree.ogcwebservices.csw.configuration

Class org.deegree.ogcwebservices.csw.configuration.CatalogueConfiguration extends CatalogueCapabilities implements Serializable

Serialized Fields

catalogDeegreeParams

CatalogueDeegreeParams catalogDeegreeParams

systemId

URL systemId

Class org.deegree.ogcwebservices.csw.configuration.CatalogueConfigurationDocument extends CatalogueCapabilitiesDocument implements Serializable

serialVersionUID: -2923926335089417513L

Class org.deegree.ogcwebservices.csw.configuration.CatalogueDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: -2923926335089417513L

Serialized Fields

wfsResource

SimpleLink wfsResource

catalogAddresses

OnlineResource[] catalogAddresses

harvestRepository

JDBCConnection harvestRepository

defaultOutputSchema

String defaultOutputSchema

transInXslt

OnlineResource transInXslt

transOutXslt

OnlineResource transOutXslt

Package org.deegree.ogcwebservices.csw.discovery

Class org.deegree.ogcwebservices.csw.discovery.DescribeRecord extends AbstractCSWRequest implements Serializable

serialVersionUID: 6554937884331546780L

Serialized Fields

namespaceMappings

Map<K,V> namespaceMappings

typeNames

String[] typeNames

outputFormat

String outputFormat

schemaLanguage

URI schemaLanguage

Class org.deegree.ogcwebservices.csw.discovery.DescribeRecordDocument extends AbstractCSWRequestDocument implements Serializable

serialVersionUID: 6554937884331546780L

Class org.deegree.ogcwebservices.csw.discovery.DescribeRecordDocument_2_0_2 extends DescribeRecordDocument implements Serializable

Class org.deegree.ogcwebservices.csw.discovery.DescribeRecordResultDocument extends OGCDocument implements Serializable

serialVersionUID: 2010172386556761252L

Class org.deegree.ogcwebservices.csw.discovery.GetDomain extends AbstractCSWRequest implements Serializable

Class org.deegree.ogcwebservices.csw.discovery.GetRecordById extends AbstractCSWRequest implements Serializable

serialVersionUID: -3602776884510160189L

Serialized Fields

ids

String[] ids

elementSetName

String elementSetName

Class org.deegree.ogcwebservices.csw.discovery.GetRecordByIdDocument extends AbstractCSWRequestDocument implements Serializable

serialVersionUID: 2796229558893029054L

Class org.deegree.ogcwebservices.csw.discovery.GetRecordByIdDocument_2_0_2 extends GetRecordByIdDocument implements Serializable

Class org.deegree.ogcwebservices.csw.discovery.GetRecordByIdResultDocument extends XMLFragment implements Serializable

serialVersionUID: 2796229558893029054L

Class org.deegree.ogcwebservices.csw.discovery.GetRecords extends AbstractCSWRequest implements Serializable

serialVersionUID: 2796229558893029054L

Serialized Fields

resultType

GetRecords.RESULT_TYPE resultType

namespace

Map<K,V> namespace

outputFormat

String outputFormat

outputSchema

String outputSchema

startPosition

int startPosition

maxRecords

int maxRecords

hopCount

int hopCount

responseHandler

URI responseHandler

query

Query query

Class org.deegree.ogcwebservices.csw.discovery.GetRecordsDocument extends AbstractCSWRequestDocument implements Serializable

serialVersionUID: 2796229558893029054L

Class org.deegree.ogcwebservices.csw.discovery.GetRecordsDocument_2_0_2 extends GetRecordsDocument implements Serializable

Class org.deegree.ogcwebservices.csw.discovery.GetRecordsResultDocument extends XMLFragment implements Serializable

serialVersionUID: 2796229558893029054L

Class org.deegree.ogcwebservices.csw.discovery.GetRepositoryItem extends AbstractCSWRequest implements Serializable

serialVersionUID: 6140080070986019397L

Serialized Fields

reposItem

URI reposItem

service

String service

Package org.deegree.ogcwebservices.csw.manager

Class org.deegree.ogcwebservices.csw.manager.Harvest extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: -3531806711669781486L

Serialized Fields

source

URI source

resourceType

URI resourceType

resourceFormat

String resourceFormat

harvestInterval

TimeDuration harvestInterval

responseHandler

List<E> responseHandler

startTimestamp

Date startTimestamp

Class org.deegree.ogcwebservices.csw.manager.HarvetResultDocument extends TransactionResultDocument implements Serializable

Class org.deegree.ogcwebservices.csw.manager.Transaction extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: -4393029325052150570L

Serialized Fields

operations

List<E> operations

verboseResponse

boolean verboseResponse

Class org.deegree.ogcwebservices.csw.manager.TransactionDocument extends AbstractCSWRequestDocument implements Serializable

serialVersionUID: 7914686453810419662L

Class org.deegree.ogcwebservices.csw.manager.TransactionDocument_2_0_2 extends TransactionDocument implements Serializable

Class org.deegree.ogcwebservices.csw.manager.TransactionResultDocument extends XMLFragment implements Serializable

Serialized Fields

nsc

NamespaceContext nsc

Package org.deegree.ogcwebservices.getcapabilities

Class org.deegree.ogcwebservices.getcapabilities.Capability extends Object implements Serializable

Serialized Fields

version

String version

updateSequence

String updateSequence

operations

OperationsMetadata operations

exception

ExceptionFormat exception

vendorSpecificCapabilities

Object vendorSpecificCapabilities

Class org.deegree.ogcwebservices.getcapabilities.DCPType extends Object implements Serializable

Serialized Fields

protocol

Protocol protocol

Class org.deegree.ogcwebservices.getcapabilities.GetCapabilities extends AbstractOGCWebServiceRequest implements Serializable

Serialized Fields

updateSequence

String updateSequence

sections

String[] sections

acceptVersions

String[] acceptVersions

acceptFormats

String[] acceptFormats

Class org.deegree.ogcwebservices.getcapabilities.HTTP extends Protocol implements Serializable

Serialized Fields

getOnlineResource

List<E> getOnlineResource

postOnlineResource

List<E> postOnlineResource

Class org.deegree.ogcwebservices.getcapabilities.InvalidCapabilitiesException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.getcapabilities.OGCCapabilities extends Object implements Serializable

Serialized Fields

version

String version

updateSequence

String updateSequence

Class org.deegree.ogcwebservices.getcapabilities.OGCCapabilitiesDocument extends OGCDocument implements Serializable

Class org.deegree.ogcwebservices.getcapabilities.OGCStandardCapabilities extends OGCCapabilities implements Serializable

Serialized Fields

service

Service service

capabilitiy

Capability capabilitiy

Class org.deegree.ogcwebservices.getcapabilities.OGCStandardCapabilitiesDocument extends OGCCapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.getcapabilities.Operation extends Object implements Serializable

Serialized Fields

name

String name

dcps

DCPType[] dcps

parameters

OWSDomainType[] parameters

metadata

Object[] metadata

Class org.deegree.ogcwebservices.getcapabilities.OperationsMetadata extends Object implements Serializable

Serialized Fields

getCapabilitiesOperation

Operation getCapabilitiesOperation

parameters

Map<K,V> parameters

constraints

Map<K,V> constraints

Class org.deegree.ogcwebservices.getcapabilities.Protocol extends Object implements Serializable

Class org.deegree.ogcwebservices.getcapabilities.Service extends Description implements Serializable

Serialized Fields

keywords

Keywords[] keywords

citedResponsibleParty

CitedResponsibleParty citedResponsibleParty

fees

CodeList fees

accessConstraints

CodeList[] accessConstraints

version

String version

updateSequence

String updateSequence

Class org.deegree.ogcwebservices.getcapabilities.UnknownOperatorNameException extends ServiceException implements Serializable


Package org.deegree.ogcwebservices.sos

Class org.deegree.ogcwebservices.sos.ComponentDescriptionDocument extends OGCDocument implements Serializable


Package org.deegree.ogcwebservices.sos.capabilities

Class org.deegree.ogcwebservices.sos.capabilities.CapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

serialVersionUID: 1L

Class org.deegree.ogcwebservices.sos.capabilities.SOSCapabilities extends OWSCommonCapabilities implements Serializable

Serialized Fields

sensorList

ArrayList<E> sensorList

platformList

ArrayList<E> platformList

Class org.deegree.ogcwebservices.sos.capabilities.SOSGetCapabilities extends GetCapabilities implements Serializable

Class org.deegree.ogcwebservices.sos.capabilities.SOSOperationsMetadata extends OperationsMetadata implements Serializable

Serialized Fields

describePlatform

Operation describePlatform

describeSensor

Operation describeSensor

getObservation

Operation getObservation

Package org.deegree.ogcwebservices.sos.configuration

Class org.deegree.ogcwebservices.sos.configuration.SOSConfiguration extends SOSCapabilities implements Serializable

Serialized Fields

sosDeegreeParams

SOSDeegreeParams sosDeegreeParams

Class org.deegree.ogcwebservices.sos.configuration.SOSConfigurationDocument extends CapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.sos.configuration.SOSDeegreeParams extends DeegreeParams implements Serializable

Serialized Fields

sensorConfigs

ArrayList<E> sensorConfigs

platformConfigs

ArrayList<E> platformConfigs

sourceServerConfigs

ArrayList<E> sourceServerConfigs

sourceServerTimeLimit

int sourceServerTimeLimit

Package org.deegree.ogcwebservices.sos.describeplatform

Class org.deegree.ogcwebservices.sos.describeplatform.DescribePlatformRequest extends AbstractOGCWebServiceRequest implements Serializable

Serialized Fields

typeNames

String[] typeNames

outputFormat

String outputFormat

Class org.deegree.ogcwebservices.sos.describeplatform.PlatformDescriptionDocument extends ComponentDescriptionDocument implements Serializable


Package org.deegree.ogcwebservices.sos.describesensor

Class org.deegree.ogcwebservices.sos.describesensor.DescribeSensorRequest extends AbstractOGCWebServiceRequest implements Serializable

Serialized Fields

typeNames

String[] typeNames

outputFormat

String outputFormat

Class org.deegree.ogcwebservices.sos.describesensor.SensorDescriptionDocument extends ComponentDescriptionDocument implements Serializable


Package org.deegree.ogcwebservices.sos.getobservation

Class org.deegree.ogcwebservices.sos.getobservation.GetObservationDocument extends OGCDocument implements Serializable

Class org.deegree.ogcwebservices.sos.getobservation.GetObservationRequest extends AbstractOGCWebServiceRequest implements Serializable

Serialized Fields

envelope

Envelope envelope

query

Query query

time

Object[] time

platforms

String[] platforms

sensors

String[] sensors

outputFormat

String outputFormat

Package org.deegree.ogcwebservices.wass.common

Class org.deegree.ogcwebservices.wass.common.AbstractRequest extends AbstractOGCWebServiceRequest implements Serializable

Serialized Fields

service

String service

request

String request

Class org.deegree.ogcwebservices.wass.common.AuthenticationDocument extends XMLFragment implements Serializable

serialVersionUID: -6467874541905139362L

Class org.deegree.ogcwebservices.wass.common.CloseSession extends AbstractRequest implements Serializable

serialVersionUID: 1447551772226950443L

Serialized Fields

sessionID

String sessionID

Class org.deegree.ogcwebservices.wass.common.GetSession extends AbstractRequest implements Serializable

serialVersionUID: 2437405317472796643L

Serialized Fields

authenticationData

AuthenticationData authenticationData

Class org.deegree.ogcwebservices.wass.common.Operation_1_0 extends Operation implements Serializable

serialVersionUID: -6411485975718337498L

Serialized Fields

constraints

OWSDomainType[] constraints

Class org.deegree.ogcwebservices.wass.common.OperationsMetadata_1_0 extends OperationsMetadata implements Serializable

serialVersionUID: 3587847964265446945L

Serialized Fields

extendedCapabilities

String extendedCapabilities

allOperations

Operation_1_0[] allOperations

describeUser

Operation_1_0 describeUser

Class org.deegree.ogcwebservices.wass.common.OWSCapabilitiesBaseDocument_1_0 extends OWSCommonCapabilitiesDocument implements Serializable

serialVersionUID: -3518136831402464466L

Class org.deegree.ogcwebservices.wass.common.OWSCapabilitiesBaseType_1_0 extends OGCCapabilities implements Serializable

serialVersionUID: -7316008493729217865L

Serialized Fields

serviceIdentification

ServiceIdentification serviceIdentification

serviceProvider

ServiceProvider serviceProvider

operationsMetadata

OperationsMetadata_1_0 operationsMetadata

authenticationMethods

ArrayList<E> authenticationMethods

passwordAuthenticationSupported

boolean passwordAuthenticationSupported

sessionAuthenticationSupported

boolean sessionAuthenticationSupported

wasAuthenticationSupported

boolean wasAuthenticationSupported

anonymousAuthenticationSupported

boolean anonymousAuthenticationSupported

Class org.deegree.ogcwebservices.wass.common.SessionOperationsDocument extends OGCDocument implements Serializable

serialVersionUID: 7190634032990406558L


Package org.deegree.ogcwebservices.wass.exceptions

Class org.deegree.ogcwebservices.wass.exceptions.DoServiceException extends GeneralSecurityException implements Serializable

serialVersionUID: -6545217181758230675L


Package org.deegree.ogcwebservices.wass.saml

Class org.deegree.ogcwebservices.wass.saml.SAMLDocument extends XMLFragment implements Serializable

serialVersionUID: -1020160309145902779L

Serialized Fields

datatypeFactory

javax.xml.datatype.DatatypeFactory datatypeFactory

Package org.deegree.ogcwebservices.wass.was.capabilities

Class org.deegree.ogcwebservices.wass.was.capabilities.WASCapabilities extends OWSCapabilitiesBaseType_1_0 implements Serializable

serialVersionUID: 4049719938261335584L

Class org.deegree.ogcwebservices.wass.was.capabilities.WASCapabilitiesDocument extends OWSCapabilitiesBaseDocument_1_0 implements Serializable

serialVersionUID: -6646616562364235109L


Package org.deegree.ogcwebservices.wass.was.configuration

Class org.deegree.ogcwebservices.wass.was.configuration.WASConfiguration extends WASCapabilities implements Serializable

serialVersionUID: -1135265074478652811L

Serialized Fields

deegreeParams

WASDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wass.was.configuration.WASConfigurationDocument extends WASCapabilitiesDocument implements Serializable

serialVersionUID: 4612405238432274887L

Class org.deegree.ogcwebservices.wass.was.configuration.WASDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: 2700771143650528537L

Serialized Fields

wasAddress

OnlineResource wasAddress

sessionLifetime

int sessionLifetime

databaseConnection

JDBCConnection databaseConnection

Package org.deegree.ogcwebservices.wass.was.operation

Class org.deegree.ogcwebservices.wass.was.operation.DescribeUser extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: 6876661820417769484L

Serialized Fields

sessionID

String sessionID

Class org.deegree.ogcwebservices.wass.was.operation.DescribeUserResponse extends XMLFragment implements Serializable

serialVersionUID: -4883638653028678703L

Class org.deegree.ogcwebservices.wass.was.operation.WASGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: -5377481260861904187L

Class org.deegree.ogcwebservices.wass.was.operation.WASGetCapabilitiesDocument extends XMLFragment implements Serializable

serialVersionUID: -859662737770813155L


Package org.deegree.ogcwebservices.wass.wss.capabilities

Class org.deegree.ogcwebservices.wass.wss.capabilities.WSSCapabilities extends OWSCapabilitiesBaseType_1_0 implements Serializable

serialVersionUID: 2181625093642200664L

Serialized Fields

securedServiceType

String securedServiceType

Class org.deegree.ogcwebservices.wass.wss.capabilities.WSSCapabilitiesDocument extends OWSCapabilitiesBaseDocument_1_0 implements Serializable

serialVersionUID: 4456377564478064784L


Package org.deegree.ogcwebservices.wass.wss.configuration

Class org.deegree.ogcwebservices.wass.wss.configuration.WSSConfiguration extends WSSCapabilities implements Serializable

serialVersionUID: -1135265074478652811L

Serialized Fields

deegreeParams

WSSDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wass.wss.configuration.WSSConfigurationDocument extends WSSCapabilitiesDocument implements Serializable

serialVersionUID: 4612405238432274887L

Class org.deegree.ogcwebservices.wass.wss.configuration.WSSDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: 2700771143650528537L

Serialized Fields

securedServiceAddress

OnlineResource securedServiceAddress

wasAddress

OnlineResource wasAddress

sessionLifetime

int sessionLifetime

databaseConnection

JDBCConnection databaseConnection

Package org.deegree.ogcwebservices.wass.wss.operation

Class org.deegree.ogcwebservices.wass.wss.operation.DoService extends AbstractRequest implements Serializable

serialVersionUID: -8538267299180579690L

Serialized Fields

authenticationData

AuthenticationData authenticationData

dcp

String dcp

requestParameters

ArrayList<E> requestParameters

payload

String payload

facadeURL

URI facadeURL

Class org.deegree.ogcwebservices.wass.wss.operation.DoServiceDocument extends XMLFragment implements Serializable

serialVersionUID: -8223141905965433189L

Class org.deegree.ogcwebservices.wass.wss.operation.WSSGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: 8041982281107855304L

Class org.deegree.ogcwebservices.wass.wss.operation.WSSGetCapabilitiesDocument extends XMLFragment implements Serializable

serialVersionUID: 2601051525408253639L


Package org.deegree.ogcwebservices.wcs

Class org.deegree.ogcwebservices.wcs.CoverageOfferingBrief extends Description implements Serializable

serialVersionUID: 7109863070752388720L

Serialized Fields

lonLatEnvelope

LonLatEnvelope lonLatEnvelope

keywords

Keywords[] keywords

configuration

URL configuration

Class org.deegree.ogcwebservices.wcs.WCSException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.wcs.WCSRequestBase extends AbstractOGCWebServiceRequest implements Serializable


Package org.deegree.ogcwebservices.wcs.configuration

Class org.deegree.ogcwebservices.wcs.configuration.InvalidConfigurationException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.wcs.configuration.InvalidCVExtensionException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.wcs.configuration.UnknownCVExtensionException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.wcs.configuration.WCSConfiguration extends WCSCapabilities implements Serializable

Serialized Fields

deegreeParams

WCSDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wcs.configuration.WCSConfigurationDocument extends WCSCapabilitiesDocument implements Serializable

serialVersionUID: -5962651588545478145L

Class org.deegree.ogcwebservices.wcs.configuration.WCSDeegreeParams extends DeegreeParams implements Serializable

Serialized Fields

directoryList

List<E> directoryList

Package org.deegree.ogcwebservices.wcs.describecoverage

Class org.deegree.ogcwebservices.wcs.describecoverage.AxisDescription extends Description implements Serializable

Serialized Fields

semantic

URI semantic

refSys

URI refSys

refSysLabel

String refSysLabel

values

Values values

Class org.deegree.ogcwebservices.wcs.describecoverage.CoverageDescriptionDocument extends OGCDocument implements Serializable

Class org.deegree.ogcwebservices.wcs.describecoverage.CoverageOffering extends CoverageOfferingBrief implements Serializable

serialVersionUID: -2280508956895529051L

Serialized Fields

domainSet

DomainSet domainSet

rangeSet

RangeSet rangeSet

supportedCRSs

SupportedSRSs supportedCRSs

supportedFormats

SupportedFormats supportedFormats

supportedInterpolations

SupportedInterpolations supportedInterpolations

extension

Extension extension

Class org.deegree.ogcwebservices.wcs.describecoverage.DescribeCoverage extends WCSRequestBase implements Serializable

Serialized Fields

coverages

String[] coverages

Class org.deegree.ogcwebservices.wcs.describecoverage.InvalidCoverageDescriptionExcpetion extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.wcs.describecoverage.RangeSet extends Description implements Serializable

Serialized Fields

semantic

URI semantic

refSys

URI refSys

refSysLabel

String refSysLabel

nullValues

ValueEnum nullValues

axisDescription

AxisDescription[] axisDescription

Package org.deegree.ogcwebservices.wcs.getcapabilities

Class org.deegree.ogcwebservices.wcs.getcapabilities.ContentMetadata extends Object implements Serializable

Serialized Fields

version

String version

updateSequence

String updateSequence

coverageOfferingBrief

CoverageOfferingBrief[] coverageOfferingBrief

map

Map<K,V> map

Class org.deegree.ogcwebservices.wcs.getcapabilities.WCSCapabilities extends OGCStandardCapabilities implements Serializable

Serialized Fields

contentMetadata

ContentMetadata contentMetadata

Class org.deegree.ogcwebservices.wcs.getcapabilities.WCSCapabilitiesDocument extends OGCStandardCapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.wcs.getcapabilities.WCSCapabilityOperations extends OperationsMetadata implements Serializable

Serialized Fields

describeCoverageOperation

Operation describeCoverageOperation

getCoverageOperation

Operation getCoverageOperation

Class org.deegree.ogcwebservices.wcs.getcapabilities.WCSGetCapabilities extends GetCapabilities implements Serializable


Package org.deegree.ogcwebservices.wcs.getcoverage

Class org.deegree.ogcwebservices.wcs.getcoverage.AxisSubset extends ValueEnumBase implements Serializable

Serialized Fields

name

String name

Class org.deegree.ogcwebservices.wcs.getcoverage.GetCoverage extends WCSRequestBase implements Serializable

serialVersionUID: 44735033754048955L

Serialized Fields

sourceCoverage

String sourceCoverage

domainSubset

DomainSubset domainSubset

rangeSubset

RangeSubset rangeSubset

interpolationMethod

InterpolationMethod interpolationMethod

output

Output output

Package org.deegree.ogcwebservices.wcts.capabilities

Class org.deegree.ogcwebservices.wcts.capabilities.WCTSCapabilities extends OWSCommonCapabilities implements Serializable

serialVersionUID: 8281912303859111001L

Serialized Fields

contents

Content contents

Class org.deegree.ogcwebservices.wcts.capabilities.WCTSCapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

serialVersionUID: -2378224055294207801L


Package org.deegree.ogcwebservices.wcts.configuration

Class org.deegree.ogcwebservices.wcts.configuration.WCTSConfiguration extends WCTSCapabilities implements Serializable

serialVersionUID: 3906808063695620386L

Serialized Fields

deegreeParams

WCTSDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wcts.configuration.WCTSConfigurationDocument extends WCTSCapabilitiesDocument implements Serializable

serialVersionUID: -4585404178146440716L


Package org.deegree.ogcwebservices.wcts.operation

Class org.deegree.ogcwebservices.wcts.operation.GetResourceByID extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: 9201043457053591617L

Serialized Fields

resourceIDs

List<E> resourceIDs

outputFormat

String outputFormat

Class org.deegree.ogcwebservices.wcts.operation.GetResourceByIDDocument extends GetResourceByIDDocument implements Serializable

serialVersionUID: 2724928639257998459L

Serialized Fields

resourceById

GetResourceByID resourceById

Class org.deegree.ogcwebservices.wcts.operation.WCTSGetCapabilities extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: 6951749192378539154L

Serialized Fields

updateSequence

String updateSequence

acceptedVersions

List<E> acceptedVersions

sections

List<E> sections

acceptedFormats

List<E> acceptedFormats

Class org.deegree.ogcwebservices.wcts.operation.WCTSGetCapabilitiesDocument extends GetCapabilitiesDocument implements Serializable

serialVersionUID: 678779302024110331L

Serialized Fields

getCapabilities

WCTSGetCapabilities getCapabilities

Package org.deegree.ogcwebservices.wfs.capabilities

Class org.deegree.ogcwebservices.wfs.capabilities.WFSCapabilities extends OWSCommonCapabilities implements Serializable

serialVersionUID: -8126209663124432256L

Serialized Fields

featureTypeList

FeatureTypeList featureTypeList

servesGMLObjectTypeList

GMLObject[] servesGMLObjectTypeList

supportsGMLObjectTypeList

GMLObject[] supportsGMLObjectTypeList

filterCapabilities

FilterCapabilities filterCapabilities

Class org.deegree.ogcwebservices.wfs.capabilities.WFSCapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

serialVersionUID: 6664839532969382269L

Class org.deegree.ogcwebservices.wfs.capabilities.WFSOperationsMetadata extends OperationsMetadata implements Serializable

serialVersionUID: -3953425919713834071L

Serialized Fields

describeFeatureType

Operation describeFeatureType

getFeature

Operation getFeature

getFeatureWithLock

Operation getFeatureWithLock

getGMLObject

Operation getGMLObject

lockFeature

Operation lockFeature

transaction

Operation transaction

Package org.deegree.ogcwebservices.wfs.configuration

Class org.deegree.ogcwebservices.wfs.configuration.WFSConfiguration extends WFSCapabilities implements Serializable

serialVersionUID: -8929822028461025018L

Serialized Fields

deegreeParams

WFSDeegreeParams deegreeParams

ftMap

Map<K,V> ftMap

hasUniquePrefixMapping

boolean hasUniquePrefixMapping

prefixMap

Map<K,V> prefixMap

Class org.deegree.ogcwebservices.wfs.configuration.WFSConfigurationDocument extends WFSCapabilitiesDocument implements Serializable

serialVersionUID: -6415476866015999971L

Class org.deegree.ogcwebservices.wfs.configuration.WFSDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: 2425998383206611958L

Serialized Fields

dataDirectories

String[] dataDirectories

lockManagerDirectory

File lockManagerDirectory

Package org.deegree.ogcwebservices.wfs.operation

Class org.deegree.ogcwebservices.wfs.operation.AbstractWFSRequest extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: 6691114984307038750L

Serialized Fields

handle

String handle

Class org.deegree.ogcwebservices.wfs.operation.AbstractWFSRequestDocument extends OGCDocument implements Serializable

serialVersionUID: -3826447710328793808L

Class org.deegree.ogcwebservices.wfs.operation.AugmentableGetFeature extends GetFeature implements Serializable

serialVersionUID: -3001702206522611997L

Serialized Fields

kvp

Map<K,V> kvp

Class org.deegree.ogcwebservices.wfs.operation.DescribeFeatureType extends AbstractWFSRequest implements Serializable

serialVersionUID: 4403179045869238426L

Serialized Fields

outputFormat

String outputFormat

typeNames

QualifiedName[] typeNames

Class org.deegree.ogcwebservices.wfs.operation.DescribeFeatureTypeDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: -3330169803468922836L

Class org.deegree.ogcwebservices.wfs.operation.GetFeature extends AbstractWFSRequest implements Serializable

serialVersionUID: 8885456550385433051L

Serialized Fields

resultType

GetFeature.RESULT_TYPE resultType

outputFormat

String outputFormat

maxFeatures

int maxFeatures

traverseXLinkDepth

int traverseXLinkDepth

traverseXLinkExpiry

int traverseXLinkExpiry

queries

List<E> queries

startPosition

int startPosition

Class org.deegree.ogcwebservices.wfs.operation.GetFeatureDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: -3411186861123355322L

Class org.deegree.ogcwebservices.wfs.operation.GetFeatureWithLock extends GetFeature implements Serializable

serialVersionUID: 8885456550385437651L

Serialized Fields

expiry

long expiry
Duration until timeout (in milliseconds).


lockAction

LockFeature.ALL_SOME_TYPE lockAction

Class org.deegree.ogcwebservices.wfs.operation.GetFeatureWithLockDocument extends GetFeatureDocument implements Serializable

serialVersionUID: -5865330735585920611L

Class org.deegree.ogcwebservices.wfs.operation.LockFeature extends AbstractWFSRequest implements Serializable

serialVersionUID: 1407310243527517490L

Serialized Fields

expiry

long expiry
Duration until timeout (in milliseconds).


lockAction

LockFeature.ALL_SOME_TYPE lockAction

locks

List<E> locks

Class org.deegree.ogcwebservices.wfs.operation.LockFeatureDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: 7168101158239058596L

Class org.deegree.ogcwebservices.wfs.operation.LockFeatureResponseDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: 7168101158239058596L

Class org.deegree.ogcwebservices.wfs.operation.WFSGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: 3581485156939911513L

Class org.deegree.ogcwebservices.wfs.operation.WFSGetCapabilitiesDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: -1901946322324983262L


Package org.deegree.ogcwebservices.wfs.operation.transaction

Class org.deegree.ogcwebservices.wfs.operation.transaction.Transaction extends AbstractWFSRequest implements Serializable

serialVersionUID: 6904739857311368390L

Serialized Fields

operations

List<E> operations

version

String version

id

String id

lockId

String lockId

releaseAction

Transaction.RELEASE_ACTION releaseAction
Specifies if ALL records should be released or if SOME records, indicating only those records which have been modified will be released. The default is ALL.


sourceDocument

TransactionDocument sourceDocument

Class org.deegree.ogcwebservices.wfs.operation.transaction.TransactionDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: -394478447170286393L

Class org.deegree.ogcwebservices.wfs.operation.transaction.TransactionResponseDocument extends AbstractWFSRequestDocument implements Serializable

serialVersionUID: -1050889514217147106L


Package org.deegree.ogcwebservices.wmps

Class org.deegree.ogcwebservices.wmps.PrintMapServiceException extends OGCWebServiceException implements Serializable

serialVersionUID: 4226420527007827903L


Package org.deegree.ogcwebservices.wmps.capabilities

Class org.deegree.ogcwebservices.wmps.capabilities.WMPSCapabilities extends OGCCapabilities implements Serializable

serialVersionUID: -5173204173366244735L

Serialized Fields

serviceIdentification

ServiceIdentification serviceIdentification

serviceProvider

ServiceProvider serviceProvider

operationMetadata

OperationsMetadata operationMetadata

userDefinedSymbolization

UserDefinedSymbolization userDefinedSymbolization

layer

Layer layer

Class org.deegree.ogcwebservices.wmps.capabilities.WMPSCapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

serialVersionUID: -9098679671644329509L

Class org.deegree.ogcwebservices.wmps.capabilities.WMPSOperationsMetadata extends OperationsMetadata implements Serializable

serialVersionUID: -3294700326681151524L

Serialized Fields

printMap

Operation printMap

Package org.deegree.ogcwebservices.wmps.configuration

Class org.deegree.ogcwebservices.wmps.configuration.WMPSConfiguration extends WMPSCapabilities implements Serializable

serialVersionUID: -7940857863171829848L

Serialized Fields

baseURL

URL baseURL

deegreeParams

WMPSDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wmps.configuration.WMPSConfigurationDocument extends WMPSCapabilitiesDocument implements Serializable

serialVersionUID: -7940857863171829848L

Class org.deegree.ogcwebservices.wmps.configuration.WMPSDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: 6954454089387042783L

Serialized Fields

mapQuality

float mapQuality

maxLifeTime

int maxLifeTime

maxMapWidth

int maxMapWidth

maxMapHeight

int maxMapHeight

copyright

String copyright

gazetteer

GazetteerParam gazetteer

schemaLocation

URL schemaLocation

dtdLocation

URL dtdLocation

proxy

Proxy proxy

antiAliased

boolean antiAliased

featureInfoRadius

int featureInfoRadius

synchList

List<E> synchList

cacheDatabase

CacheDatabase cacheDatabase

printMapParam

PrintMapParam printMapParam

Package org.deegree.ogcwebservices.wmps.operation

Class org.deegree.ogcwebservices.wmps.operation.PrintMap extends WMPSRequestBase implements Serializable

serialVersionUID: 6898492018448337645L

Serialized Fields

layers

List<E> layers

srs

String srs

boundingBox

Envelope boundingBox

center

Point center

scaleDenominator

int scaleDenominator

transparent

boolean transparent

bgColor

Color bgColor

title

String title

copyright

String copyright

legend

boolean legend

scaleBar

boolean scaleBar

note

String note

template

String template

emailaddress

String emailaddress

timestamp

Timestamp timestamp

textAreas

TextArea[] textAreas

Class org.deegree.ogcwebservices.wmps.operation.TextArea extends Object implements Serializable

serialVersionUID: 5578369335351213505L

Serialized Fields

name

String name

text

String text

Class org.deegree.ogcwebservices.wmps.operation.WMPSGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: -609973973617914526L


Package org.deegree.ogcwebservices.wms

Class org.deegree.ogcwebservices.wms.InvalidCRSException extends InconsistentRequestException implements Serializable

serialVersionUID: -2954976910068274489L

Class org.deegree.ogcwebservices.wms.InvalidFormatException extends InconsistentRequestException implements Serializable

serialVersionUID: -8938550230252960330L

Class org.deegree.ogcwebservices.wms.InvalidPointException extends InconsistentRequestException implements Serializable

serialVersionUID: -2954976910068274489L

Class org.deegree.ogcwebservices.wms.InvalidSRSException extends InconsistentRequestException implements Serializable

serialVersionUID: -2954976910068274489L

Class org.deegree.ogcwebservices.wms.LayerNotDefinedException extends OGCWebServiceException implements Serializable

serialVersionUID: 6065942300624942647L

Class org.deegree.ogcwebservices.wms.LayerNotQueryableException extends OGCWebServiceException implements Serializable

serialVersionUID: -133199196178517692L

Class org.deegree.ogcwebservices.wms.StyleNotDefinedException extends OGCWebServiceException implements Serializable

serialVersionUID: 6488167058082479718L


Package org.deegree.ogcwebservices.wms.capabilities

Class org.deegree.ogcwebservices.wms.capabilities.LayerBoundingBox extends EnvelopeImpl implements Serializable

serialVersionUID: 4865010531322434459L

Serialized Fields

sRS

String sRS

resx

double resx

resy

double resy

Class org.deegree.ogcwebservices.wms.capabilities.WMSCapabilities extends OGCCapabilities implements Serializable

serialVersionUID: -6040994669604563061L

Serialized Fields

serviceIdentification

ServiceIdentification serviceIdentification

serviceProvider

ServiceProvider serviceProvider

userDefinedSymbolization

UserDefinedSymbolization userDefinedSymbolization

operationMetadata

OperationsMetadata operationMetadata

layer

Layer layer

exceptions

List<E> exceptions

Class org.deegree.ogcwebservices.wms.capabilities.WMSCapabilities_1_0_0 extends WMSCapabilities implements Serializable

serialVersionUID: 7178105896289110746L

Serialized Fields

exceptions

List<E> exceptions

Class org.deegree.ogcwebservices.wms.capabilities.WMSCapabilities_1_3_0 extends WMSCapabilities implements Serializable

serialVersionUID: 1081688101474553998L

Serialized Fields

maxWidth

int maxWidth

maxHeight

int maxHeight

layerLimit

int layerLimit

Class org.deegree.ogcwebservices.wms.capabilities.WMSCapabilitiesDocument extends OGCCapabilitiesDocument implements Serializable

serialVersionUID: -4165017479515126226L

Class org.deegree.ogcwebservices.wms.capabilities.WMSCapabilitiesDocument_1_0_0 extends WMSCapabilitiesDocument implements Serializable

serialVersionUID: 4689978960047737035L

Class org.deegree.ogcwebservices.wms.capabilities.WMSCapabilitiesDocument_1_3_0 extends WMSCapabilitiesDocument implements Serializable

serialVersionUID: -5085466301546020723L

Class org.deegree.ogcwebservices.wms.capabilities.WMSOperationsMetadata extends OperationsMetadata implements Serializable

serialVersionUID: 3864454877736817781L

Serialized Fields

getMap

Operation getMap

getFeatureInfo

Operation getFeatureInfo

describeLayer

Operation describeLayer

getLegendGraphic

Operation getLegendGraphic

getStyles

Operation getStyles

putStyles

Operation putStyles

Package org.deegree.ogcwebservices.wms.configuration

Class org.deegree.ogcwebservices.wms.configuration.WMSConfiguration extends WMSCapabilities implements Serializable

serialVersionUID: -9123110374834641390L

Serialized Fields

baseURL

URL baseURL

deegreeParams

WMSDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wms.configuration.WMSConfiguration_1_3_0 extends WMSCapabilities_1_3_0 implements Serializable

serialVersionUID: -1145058631134066271L

Serialized Fields

baseURL

URL baseURL

deegreeParams

WMSDeegreeParams deegreeParams

Class org.deegree.ogcwebservices.wms.configuration.WMSConfigurationDocument extends WMSCapabilitiesDocument implements Serializable

serialVersionUID: 2320990982989322325L

Class org.deegree.ogcwebservices.wms.configuration.WMSConfigurationDocument_1_3_0 extends WMSCapabilitiesDocument_1_3_0 implements Serializable

serialVersionUID: -2304421871404603016L

Class org.deegree.ogcwebservices.wms.configuration.WMSDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: -8725187234309726943L

Serialized Fields

mapQuality

float mapQuality

maxLifeTime

int maxLifeTime

maxMapWidth

int maxMapWidth

maxMapHeight

int maxMapHeight

copyRight

String copyRight

schemaLocation

URL schemaLocation

dtdLocation

URL dtdLocation

proxy

Proxy proxy

antiAliased

boolean antiAliased

featureInfoRadius

int featureInfoRadius

supportedVersions

List<E> supportedVersions

featureSchemaLocation

URL featureSchemaLocation

featureSchemaNamespace

String featureSchemaNamespace

Package org.deegree.ogcwebservices.wms.operation

Class org.deegree.ogcwebservices.wms.operation.DescribeLayer extends WMSRequestBase implements Serializable

serialVersionUID: 3600055196281010553L

Serialized Fields

layers

String[] layers

Class org.deegree.ogcwebservices.wms.operation.GetFeatureInfo extends WMSRequestBase implements Serializable

serialVersionUID: 1197866346790857492L

Serialized Fields

queryLayers

List<E> queryLayers

clickPoint

Point clickPoint

exceptions

String exceptions

infoFormat

String infoFormat

sld

StyledLayerDescriptor sld

getMapRequestCopy

GetMap getMapRequestCopy

featureCount

int featureCount

infoFormatIsDefault

boolean infoFormatIsDefault

Class org.deegree.ogcwebservices.wms.operation.GetLegendGraphic extends WMSRequestBase implements Serializable

serialVersionUID: -3632596487434212256L

Serialized Fields

rule

String rule

sLD_Body

String sLD_Body

featureType

String featureType

format

String format

layer

String layer

sLD

URL sLD

style

String style

scale

double scale

width

int width

height

int height

exceptions

String exceptions

Class org.deegree.ogcwebservices.wms.operation.GetMap extends WMSRequestBase implements Serializable

serialVersionUID: 887256882709344021L

Serialized Fields

elevation

Values elevation

time

Values time

sampleDimension

Map<K,V> sampleDimension

layers

List<E> layers

bGColor

Color bGColor

boundingBox

Envelope boundingBox

exceptions

String exceptions

format

String format

srs

String srs

sld

StyledLayerDescriptor sld

sLD_URL

URL sLD_URL

wFS_URL

URL wFS_URL

transparency

boolean transparency

height

int height

width

int width

Class org.deegree.ogcwebservices.wms.operation.GetMap.Layer extends Object implements Serializable

serialVersionUID: -98575941104285931L

Serialized Fields

name

String name

styleName

String styleName

Class org.deegree.ogcwebservices.wms.operation.GetStyles extends WMSRequestBase implements Serializable

serialVersionUID: 301401089137203790L

Class org.deegree.ogcwebservices.wms.operation.PutStyles extends WMSRequestBase implements Serializable

serialVersionUID: 7539586791686753828L

Class org.deegree.ogcwebservices.wms.operation.WMSGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: -7885976233890866824L


Package org.deegree.ogcwebservices.wps

Class org.deegree.ogcwebservices.wps.ServerBusyException extends OGCWebServiceException implements Serializable

Class org.deegree.ogcwebservices.wps.WPSRequestBaseType extends AbstractOGCWebServiceRequest implements Serializable


Package org.deegree.ogcwebservices.wps.capabilities

Class org.deegree.ogcwebservices.wps.capabilities.WPSCapabilities extends OWSCommonCapabilities implements Serializable

Serialized Fields

processOfferings

ProcessOfferings processOfferings
List of brief descriptions of the processes offered by this WPS server.

Class org.deegree.ogcwebservices.wps.capabilities.WPSCapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.wps.capabilities.WPSGetCapabilities extends GetCapabilities implements Serializable

Class org.deegree.ogcwebservices.wps.capabilities.WPSOperationsMetadata extends OperationsMetadata implements Serializable

Serialized Fields

describeProcess

Operation describeProcess
WPS describe process operation.


execute

Operation execute
WPS execute operation.


Package org.deegree.ogcwebservices.wps.configuration

Class org.deegree.ogcwebservices.wps.configuration.WPSConfiguration extends WPSCapabilities implements Serializable

Serialized Fields

deegreeParams

WPSDeegreeParams deegreeParams

registeredProcesses

Map<K,V> registeredProcesses

Class org.deegree.ogcwebservices.wps.configuration.WPSConfigurationDocument extends WPSCapabilitiesDocument implements Serializable

Class org.deegree.ogcwebservices.wps.configuration.WPSDeegreeParams extends DeegreeParams implements Serializable

Serialized Fields

processDirectories

String[] processDirectories

requestQueueManager

RequestQueueManager requestQueueManager

Package org.deegree.ogcwebservices.wps.describeprocess

Class org.deegree.ogcwebservices.wps.describeprocess.DescribeProcessRequest extends WPSRequestBaseType implements Serializable

Serialized Fields

identifier

List<E> identifier
Unordered list of one or more identifiers of the processes for which the client is requesting detailed descriptions. This element shall be repeated for each process for which a description is requested. These Identifiers are unordered, but the WPS shall return the descriptions in the order in which they were requested.

Class org.deegree.ogcwebservices.wps.describeprocess.ProcessDescriptionDocument extends XMLFragment implements Serializable

Class org.deegree.ogcwebservices.wps.describeprocess.ProcessDescriptionsDocument extends OGCDocument implements Serializable


Package org.deegree.ogcwebservices.wps.execute

Class org.deegree.ogcwebservices.wps.execute.ExecuteRequest extends WPSRequestBaseType implements Serializable

Serialized Fields

identifier

Code identifier
Identifier of the Process to be executed. This Process identifier shall be as listed in the ProcessOfferings section of the WPS Capabilities document.


dataInputs

ExecuteDataInputs dataInputs
List of input (or parameter) values provided to the process, including each of the Inputs needed to execute the process. It is possible to have no inputs provided only when all the inputs are predetermined fixed resources. In all other cases, at least one input is required.


outputDefinitions

OutputDefinitions outputDefinitions
List of definitions of the outputs (or parameters) requested from the process. These outputs are not normally identified, unless the client is specifically requesting a limited subset of outputs, and/or is requesting output formats and/or schemas and/or encodings different from the defaults and selected from the alternatives identified in the process description, or wishes to customize the descriptive information about the output.


status

boolean status
Specifies if the Execute operation response shall be returned quickly with status information, or not returned until process execution is complete. This parameter shall not be included unless the corresponding "statusSupported" parameter is included and is "true" in the ProcessDescription for this process.


store

boolean store
Specifies if the complex valued output(s) of this process should be stored by the process as web-accessible resources. If store is "true", the server shall store all the complex valued output(s) of the process so that the client can retrieve them as required. If store is "false", all the complex valued output(s) shall be encoded in the Execute operation response. This parameter shall not be included unless the corresponding "storeSupported" parameter is included and is "true" in the ProcessDescription for this process.

Class org.deegree.ogcwebservices.wps.execute.ExecuteResponseDocument extends OGCDocument implements Serializable


Package org.deegree.ogcwebservices.wpvs.capabilities

Class org.deegree.ogcwebservices.wpvs.capabilities.WPVSCapabilities extends OWSCommonCapabilities implements Serializable

serialVersionUID: 957878718619030101L

Serialized Fields

dataset

Dataset dataset

Class org.deegree.ogcwebservices.wpvs.capabilities.WPVSCapabilitiesDocument extends OWSCommonCapabilitiesDocument implements Serializable

serialVersionUID: 2633513531080190745L

Serialized Fields

datasetIdentifiers

ArrayList<E> datasetIdentifiers

styleIdentifiers

ArrayList<E> styleIdentifiers

Class org.deegree.ogcwebservices.wpvs.capabilities.WPVSOperationsMetadata extends OperationsMetadata implements Serializable

serialVersionUID: -4003368728363323890L

Serialized Fields

getCapabilities

Operation110 getCapabilities

getView

Operation110 getView

getDescription

Operation110 getDescription

getLegendGraphic

Operation110 getLegendGraphic

get3DFeatureInfo

Operation110 get3DFeatureInfo

extendedCapabilities

Object extendedCapabilities

parameters

Map<K,V> parameters

constraints

Map<K,V> constraints

Package org.deegree.ogcwebservices.wpvs.configuration

Class org.deegree.ogcwebservices.wpvs.configuration.WPVSConfiguration extends WPVSCapabilities implements Serializable

serialVersionUID: 3699085834869705611L

Serialized Fields

deegreeParams

WPVSDeegreeParams deegreeParams

smallestMinimalScaleDenomiator

double smallestMinimalScaleDenomiator

Class org.deegree.ogcwebservices.wpvs.configuration.WPVSConfigurationDocument extends WPVSCapabilitiesDocument implements Serializable

serialVersionUID: 1511898601495679163L

Serialized Fields

smallestMinimalScaleDenominator

double smallestMinimalScaleDenominator

Class org.deegree.ogcwebservices.wpvs.configuration.WPVSDeegreeParams extends DeegreeParams implements Serializable

serialVersionUID: 4480667559177855009L

Serialized Fields

copyright

String copyright

copyrightImage

BufferedImage copyrightImage

viewQuality

float viewQuality

maxLifeTime

int maxLifeTime

backgroundMap

Map<K,V> backgroundMap

isWatermarked

boolean isWatermarked

maxViewWidth

int maxViewWidth

maxViewHeight

int maxViewHeight

requestQualityPreferred

boolean requestQualityPreferred

maximumFarClippingPlane

double maximumFarClippingPlane

defaultSplitter

String defaultSplitter

minimalTerrainHeight

double minimalTerrainHeight

minimalWCS_DGMResolution

double minimalWCS_DGMResolution

extendRequestPercentage

double extendRequestPercentage

nearClippingPlane

double nearClippingPlane

maxTextureDimension

int maxTextureDimension

quadMergeCount

int quadMergeCount

Package org.deegree.ogcwebservices.wpvs.operation

Class org.deegree.ogcwebservices.wpvs.operation.Get3DFeatureInfo extends AbstractOGCWebServiceRequest implements Serializable

serialVersionUID: 4584807898848764192L

Serialized Fields

getViewRequestCopy

GetView getViewRequestCopy

clickPoint

Point clickPoint

queryBox

Rectangle queryBox

apexAngle

float apexAngle

radius

int radius

depth

float depth

exceptions

String exceptions

infoFormat

String infoFormat

queryDatasets

List<E> queryDatasets

featureCount

int featureCount

parent

boolean parent

Class org.deegree.ogcwebservices.wpvs.operation.GetView extends WPVSRequestBase implements Serializable

serialVersionUID: 3147456903146907261L

Serialized Fields

datasets

List<E> datasets

quality

double quality

pointOfInterest

javax.vecmath.Point3d pointOfInterest
using deegree's Position


pitch

double pitch

yaw

double yaw

roll

double roll

distance

double distance

angleOfView

double angleOfView

transparent

boolean transparent

imageDimension

Dimension imageDimension

outputFormat

String outputFormat

backgroundColor

Color backgroundColor

exceptionFormat

String exceptionFormat

elevationModel

String elevationModel

boundingBox

Envelope boundingBox

crs

CoordinateSystem crs

farClippingPlane

double farClippingPlane

Class org.deegree.ogcwebservices.wpvs.operation.WPVSGetCapabilities extends GetCapabilities implements Serializable

serialVersionUID: 4226522219910647235L


Package org.deegree.owscommon

Class org.deegree.owscommon.OWSCommonCapabilities extends OGCCapabilities implements Serializable

Serialized Fields

serviceIdentification

ServiceIdentification serviceIdentification

serviceProvider

ServiceProvider serviceProvider

operationsMetadata

OperationsMetadata operationsMetadata

contents

Contents contents

Class org.deegree.owscommon.OWSCommonCapabilitiesDocument extends OGCCapabilitiesDocument implements Serializable


Package org.deegree.owscommon_1_1_0

Class org.deegree.owscommon_1_1_0.GetCapabilitiesDocument extends XMLFragment implements Serializable

serialVersionUID: -4559202452840295387L

Class org.deegree.owscommon_1_1_0.GetResourceByIDDocument extends XMLFragment implements Serializable

serialVersionUID: 2061011143514168497L

Class org.deegree.owscommon_1_1_0.OWSCommonCapabilities extends OGCCapabilities implements Serializable

serialVersionUID: 799308405149136156L

Serialized Fields

serviceIdentification

ServiceIdentification serviceIdentification

serviceProvider

ServiceProvider serviceProvider

operationsMetadata

OperationsMetadata operationsMetadata

Class org.deegree.owscommon_1_1_0.OWSCommonCapabilitiesDocument extends OGCCapabilitiesDocument implements Serializable


Package org.deegree.owscommon_new

Class org.deegree.owscommon_new.OWSCommonCapabilitiesDocument extends XMLFragment implements Serializable

serialVersionUID: 5069379023892304513L

Serialized Fields

iso

ISO19115Document iso

Package org.deegree.owscommon.com110

Class org.deegree.owscommon.com110.HTTP110 extends Protocol implements Serializable

Serialized Fields

getRequests

OWSRequestMethod[] getRequests

postRequests

OWSRequestMethod[] postRequests

Class org.deegree.owscommon.com110.Operation110 extends Operation implements Serializable

Serialized Fields

parameters

OWSDomainType110[] parameters

constraints

OWSDomainType110[] constraints

metadata

OWSMetadata[] metadata

Package org.deegree.portal

Class org.deegree.portal.PortalException extends Exception implements Serializable

Serialized Fields

st

String st

Package org.deegree.portal.context

Class org.deegree.portal.context.ContextException extends Exception implements Serializable

Serialized Fields

st

String st

Package org.deegree.portal.portlet.enterprise

Class org.deegree.portal.portlet.enterprise.ContextSaveServlet extends HttpServlet implements Serializable

Class org.deegree.portal.portlet.enterprise.WMCUpdateServlet extends HttpServlet implements Serializable

serialVersionUID: 2927537039728672671L


Package org.deegree.portal.portlet.jsp.taglib

Class org.deegree.portal.portlet.jsp.taglib.IGeoPortalL10nTag extends TagSupport implements Serializable

Serialized Fields

key

String key

Class org.deegree.portal.portlet.jsp.taglib.IGeoPortalPanButtonTag extends TagSupport implements Serializable

Serialized Fields

direction

String direction

imageBase

String imageBase

width

int width

height

int height

Package org.deegree.portal.portlet.portlets

Class org.deegree.portal.portlet.portlets.WebMapPortlet extends org.apache.jetspeed.portal.portlets.JspPortlet implements Serializable

Serialized Fields

home

Envelope home

Package org.deegree.portal.standard

Class org.deegree.portal.standard.PortalRequestDispatcher extends RequestDispatcher implements Serializable

Serialized Fields

vc

ViewContext vc

Package org.deegree.portal.standard.csw

Class org.deegree.portal.standard.csw.CatalogClientException extends PortalException implements Serializable

serialVersionUID: 1L


Package org.deegree.portal.standard.csw.model

Class org.deegree.portal.standard.csw.model.DataSessionRecord extends SessionRecord implements Serializable

serialVersionUID: -1816508996710579386L

Serialized Fields

services

ServiceSessionRecord[] services

bbox

Envelope bbox

Class org.deegree.portal.standard.csw.model.ServiceSessionRecord extends SessionRecord implements Serializable

serialVersionUID: 4619280068827133683L

Serialized Fields

serviceAddress

String serviceAddress

serviceType

String serviceType

serviceTypeVersion

String serviceTypeVersion

Class org.deegree.portal.standard.csw.model.SessionRecord extends Object implements Serializable

serialVersionUID: 5434705327143566827L

Serialized Fields

identifier

String identifier

catalogName

String catalogName

title

String title

Package org.deegree.portal.standard.security.control

Class org.deegree.portal.standard.security.control.ClientConfigurationException extends PortalException implements Serializable

serialVersionUID: 4592829962709684514L

Serialized Fields

st

String st

Class org.deegree.portal.standard.security.control.LoginFailureException extends Exception implements Serializable

Class org.deegree.portal.standard.security.control.SecurityRequestDispatcher extends RequestDispatcher implements Serializable


Package org.deegree.portal.standard.sos

Class org.deegree.portal.standard.sos.SOSClientException extends PortalException implements Serializable


Package org.deegree.portal.standard.sos.control

Class org.deegree.portal.standard.sos.control.SOSClientRequestDispatcher extends RequestDispatcher implements Serializable


Package org.deegree.portal.standard.wfs

Class org.deegree.portal.standard.wfs.WFSClientException extends PortalException implements Serializable

serialVersionUID: -104053648764163087L


Package org.deegree.portal.standard.wms.control

Class org.deegree.portal.standard.wms.control.MapRequestDispatcher extends RequestDispatcher implements Serializable

Serialized Fields

vc

ViewContext vc

Package org.deegree.portal.wac

Class org.deegree.portal.wac.WACException extends PortalException implements Serializable

Class org.deegree.portal.wac.WACServlet extends HttpServlet implements Serializable

Serialized Fields

users

Map<K,V> users

passwords

Map<K,V> passwords

sessionIDs

Map<K,V> sessionIDs

host

String host

port

int port

path

String path

certificate

String certificate

wacURL

String wacURL

Package org.deegree.processing.raster.filter

Class org.deegree.processing.raster.filter.RasterFilterException extends Exception implements Serializable


Package org.deegree.processing.raster.interpolation

Class org.deegree.processing.raster.interpolation.InterpolationException extends Exception implements Serializable


Package org.deegree.security

Class org.deegree.security.AuthenticationDocument extends XMLFragment implements Serializable

Class org.deegree.security.GeneralSecurityException extends Exception implements Serializable

Serialized Fields

message

String message

Class org.deegree.security.SecurityConfigurationException extends Exception implements Serializable

Class org.deegree.security.UnauthorizedException extends GeneralSecurityException implements Serializable

Serialized Fields

message

String message

Package org.deegree.security.drm

Class org.deegree.security.drm.DuplicateException extends GeneralSecurityException implements Serializable

Class org.deegree.security.drm.ManagementException extends Exception implements Serializable

Class org.deegree.security.drm.ReadWriteLockInUseException extends GeneralSecurityException implements Serializable

Class org.deegree.security.drm.ReadWriteLockInvalidException extends GeneralSecurityException implements Serializable

Class org.deegree.security.drm.UnknownException extends GeneralSecurityException implements Serializable

Class org.deegree.security.drm.WrongCredentialsException extends GeneralSecurityException implements Serializable


Package org.deegree.security.session

Class org.deegree.security.session.InvalidSessionIDException extends Exception implements Serializable

Class org.deegree.security.session.SessionExpiredException extends SessionStatusException implements Serializable

Class org.deegree.security.session.SessionStatusException extends Exception implements Serializable


Package org.deegree.tools.app3d

Class org.deegree.tools.app3d.View3DFile extends JFrame implements Serializable

serialVersionUID: 7698388852544865855L

Serialized Fields

simpleUniverse

com.sun.j3d.utils.universe.SimpleUniverse simpleUniverse

canvas

javax.media.j3d.Canvas3D canvas

trackBall

com.sun.j3d.utils.behaviors.mouse.MouseRotate trackBall

scene

javax.media.j3d.BranchGroup scene

rotationGroup

javax.media.j3d.TransformGroup rotationGroup

firstLight

javax.media.j3d.Light firstLight

secondLight

javax.media.j3d.Light secondLight

thirdLight

javax.media.j3d.Light thirdLight

centroid

javax.vecmath.Point3d centroid

fileChooser

JFileChooser fileChooser

prefs

Preferences prefs

backGround

javax.media.j3d.Background backGround

Package org.deegree.tools.legend

Class org.deegree.tools.legend.LecGUI extends JPanel implements Serializable

Serialized Fields

lastDir

String lastDir

filePanel

JPanel filePanel

sourcesld_tf

JTextField sourcesld_tf

targetdir_tf

JTextField targetdir_tf

optionsPanel

JPanel optionsPanel

formatCBox

JComboBox formatCBox

colorCBox

JComboBox colorCBox

widthspinner

JSpinner widthspinner

heightspinner

JSpinner heightspinner

titletextfield

JTextField titletextfield

buttonPanel

JPanel buttonPanel

startbutton

JButton startbutton

infobutton

JButton infobutton

exitbutton

JButton exitbutton

debugPanel

JPanel debugPanel

debugTextArea

JTextArea debugTextArea

bel

LecGUIButtonHandler bel

mel

LecGUIMenuHandler mel

Package org.deegree.tools.shape

Class org.deegree.tools.shape.IndexFrame extends JFrame implements Serializable

Serialized Fields

geometryCheckBox

JCheckBox geometryCheckBox

checkboxes

JCheckBox[] checkboxes

shapeFile

ShapeFile shapeFile

properties

String[] properties

cancel

JButton cancel

indexing

IndexFrame.Indexing indexing

fileName

String fileName

hasGeometry

boolean hasGeometry

hasIndex

boolean[] hasIndex

uniqueBoxes

JCheckBox[] uniqueBoxes

Package org.opengis.pt

Class org.opengis.pt.PT_CoordinatePoint extends Object implements Serializable

serialVersionUID: -5747198890219811554L

Serialized Fields

ord

double[] ord
The ordinates of the coordinate point.

Class org.opengis.pt.PT_Envelope extends Object implements Serializable

serialVersionUID: -1819256261961411213L

Serialized Fields

minCP

PT_CoordinatePoint minCP
Point containing minimum ordinate values.


maxCP

PT_CoordinatePoint maxCP
Point containing maximum ordinate values.


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net