A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

D

DAY - Static variable in class javax.units.Unit
Unit of time.
DAY - Static variable in class org.deegree.services.TimeExtent.TimePeriod
 
DAY - Static variable in class org.deegree_impl.tools.TimeTools
 
DBAccess - class org.deegree_impl.io.DBAccess.
 
DBAccess(Connection) - Constructor for class org.deegree_impl.io.DBAccess
constructor
DBAccess(Connection, boolean) - Constructor for class org.deegree_impl.io.DBAccess
constructor
DBAccess(String, String, String, String) - Constructor for class org.deegree_impl.io.DBAccess
 
DBAccess(String, String, Properties) - Constructor for class org.deegree_impl.io.DBAccess
 
DBAccess(String, String, String, String, boolean) - Constructor for class org.deegree_impl.io.DBAccess
 
DBAccess(String, String, Properties, boolean) - Constructor for class org.deegree_impl.io.DBAccess
 
DBConnectionPool - class org.deegree_impl.io.DBConnectionPool.
class to manage a database connection pool. this is part of the combination of the object pool pattern an the singelton pattern.
DBConnectionPool() - Constructor for class org.deegree_impl.io.DBConnectionPool
Creates a new DBConnectionPool object.
DBFDataSection - class org.deegree_impl.io.shpapi.DBFDataSection.
Class representing a record of the data section of a dBase III/IV file
at the moment only the daata types character ("C") and numeric ("N") are supported Last changes:
28.04.00 ap: constructor declared and implemented
28.04.00 ap: method setRecord(ArrayList recData) declared and implemented
28.04.00 ap: method getDataSection() declared and implemented
03.05.00 ap: method setRecord(ArrayList recData) modified
03.05.00 ap: method setRecord(int index, ArrayList recData) declared and implemented
03.05.00 ap: method getDataSection() modified
DBFDataSection(FieldDescriptor[]) - Constructor for class org.deegree_impl.io.shpapi.DBFDataSection
constructor
DBFHeader - class org.deegree_impl.io.shpapi.DBFHeader.
Class representing the header of a dBase III/IV file Last changes:
28.04.00 ap: constructor declared and implemented
28.04.00 ap: method setField(int index, FieldDescriptor fd)
28.04.00 ap: method getHeader() declared and implemented
03.05.00 ap: constructor modified
--------------------------------------------------------------------------
DBFHeader(FieldDescriptor[]) - Constructor for class org.deegree_impl.io.shpapi.DBFHeader
constructor retrieves number of fields
DBGetFeature - class org.deegree_impl.services.wfs.DBGetFeature.
class defining the basic processing of a getFeature request for databases -------------------------------------------------------------------------
DBGetFeature(AbstractDataStore, OGCWebServiceRequest) - Constructor for class org.deegree_impl.services.wfs.DBGetFeature
 
DBPool - class org.deegree_impl.io.DBPool.
class to manage a pool of database connections.
DBPool(String, String, String, String) - Constructor for class org.deegree_impl.io.DBPool
 
DBPool(String, String, Properties) - Constructor for class org.deegree_impl.io.DBPool
 
DBaseException - exception org.deegree_impl.io.shpapi.DBaseException.
 
DBaseException() - Constructor for class org.deegree_impl.io.shpapi.DBaseException
 
DBaseException(String) - Constructor for class org.deegree_impl.io.shpapi.DBaseException
 
DBaseFile - class org.deegree_impl.io.shpapi.DBaseFile.
the datatypes of the dBase file and their representation as java types: dBase-type dBase-type-ID java-type character "C" String float "F" Float number "N" Double logical "L" String memo "M" String date "D" Date binary "B" ByteArrayOutputStream DBaseFile(String) - Constructor for class org.deegree_impl.io.shpapi.DBaseFile
constructor
only for reading a dBase file
DBaseFile(String, FieldDescriptor[]) - Constructor for class org.deegree_impl.io.shpapi.DBaseFile
constructor
only for writing a dBase file
DBaseIndex - class org.deegree_impl.io.shpapi.DBaseIndex.
A class for reading from and writing to DBase index files (*.ndx), maybe not 100% xbase compatible!
DBaseIndex(String) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex
Open an existing .ndx file
DBaseIndex(String, int, int, int, int, int, int, boolean, RandomAccessFile) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex
Used by createIndex()
DBaseIndex.Cache - class org.deegree_impl.io.shpapi.DBaseIndex.Cache.
Inner class for the cache.
DBaseIndex.Cache() - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex.Cache
Create a new cache
DBaseIndex.Cache.Item - class org.deegree_impl.io.shpapi.DBaseIndex.Cache.Item.
Inner class for the cache items
DBaseIndex.Cache.Item(DBaseIndex.Page) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex.Cache.Item
Create a new item with the given page
DBaseIndex.KeyEntry - class org.deegree_impl.io.shpapi.DBaseIndex.KeyEntry.
Inner class for the key entries
DBaseIndex.KeyEntry(int, int, Comparable) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex.KeyEntry
Construct a new KeyEntry
DBaseIndex.KeyEntry(int, int) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex.KeyEntry
Read an existing KeyEntry
DBaseIndex.Page - class org.deegree_impl.io.shpapi.DBaseIndex.Page.
Inner class for the pages
DBaseIndex.Page() - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex.Page
This constructor is only used by newPage(), it creates an empty page
DBaseIndex.Page(int) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndex.Page
This constructor is only used by getPage(), it loads a page from the file
DBaseIndexException - exception org.deegree_impl.io.shpapi.DBaseIndexException.
 
DBaseIndexException(String, Comparable, DBaseIndex) - Constructor for class org.deegree_impl.io.shpapi.DBaseIndexException
 
DCPType - interface org.deegree.services.capabilities.DCPType.
Available Distributed Computing Platforms (DCPs) are listed here.
DCPType_Impl - class org.deegree_impl.services.capabilities.DCPType_Impl.
Available Distributed Computing Platforms (DCPs) are listed here.
DCPType_Impl() - Constructor for class org.deegree_impl.services.capabilities.DCPType_Impl
default constructor
DCPType_Impl(Protocol) - Constructor for class org.deegree_impl.services.capabilities.DCPType_Impl
constructor initializing the class with the protocol
DEFAULT - Static variable in class org.deegree_impl.model.cs.Adapters
Default adapters.
DEFAULT - Static variable in class org.deegree_impl.model.cs.CoordinateSystemFactory
Default coordinate system factory.
DEFAULT - Static variable in class org.deegree_impl.model.cs.GeocentricCoordinateSystem
The default geocentric coordinate system.
DEFAULT - Static variable in class org.deegree_impl.model.ct.Adapters
Default adapters.
DEFAULT - Static variable in class org.deegree_impl.model.ct.CoordinateTransformationFactory
The default coordinate transformation factory.
DEFAULT - Static variable in class org.deegree_impl.model.ct.MathTransformFactory
The default math transform factory.
DEFAULT - Static variable in class org.deegree_impl.model.pt.Adapters
Default adapters.
DEFAULTCOLOR - Static variable in class org.deegree_impl.tools.LecGUI
 
DEFAULTFORMAT - Static variable in class org.deegree_impl.tools.LecGUI
 
DEFAULTHEIGHT - Static variable in class org.deegree_impl.tools.LecGUI
 
DEFAULTMAPCONTEXT - Static variable in class org.deegree_impl.clients.wmsclient2.model.Constants
 
DEFAULTWIDTH - Static variable in class org.deegree_impl.tools.LecGUI
 
DEFAULT_AXIS - Static variable in class org.deegree_impl.model.cs.GeocentricCoordinateSystem
The set of default axis orientation.
DEFAULT_CS - Static variable in interface org.deegree.gml.GMLCoordinates
 
DEFAULT_DECIMAL - Static variable in interface org.deegree.gml.GMLCoordinates
 
DEFAULT_PROJECTION_DESCRIPTOR - Static variable in class org.deegree_impl.model.ct.MathTransformProvider
A default parameter list descriptor for map projections.
DEFAULT_TILE_SIZE - Static variable in class org.deegree_impl.model.resources.Images
The default tile size.
DEFAULT_TS - Static variable in interface org.deegree.gml.GMLCoordinates
 
DEGREE - Static variable in class javax.units.Unit
Unit of angle.
DEGREES_FIELD - Static variable in class org.deegree_impl.model.pt.AngleFormat
Constant for degrees field.
DELETE - Static variable in interface org.deegree.services.wcas.capabilities.Operation
 
DELETE - Static variable in interface org.deegree.services.wfs.capabilities.Operation
 
DEMLoader - class org.deegree_impl.services.wts.DEMLoader.
 
DEMLoader(WTSGetViewRequest, WTService_Impl) - Constructor for class org.deegree_impl.services.wts.DEMLoader
Creates a new DEMLoader object.
DEPTH - Static variable in class org.deegree_impl.model.cs.DatumType
This attribute is used to support the set of datums generated for hydrographic engineering projects where depth measurements below sea level are needed.
DEPTH - Static variable in interface org.deegree_impl.model.resources.css.ResourceKeys
 
DESCRIBEFEATURE - Static variable in class org.deegree_impl.services.gazetteer.protocol.WFSGProtocolFactory
 
DESCRIBEFEATURETYPE - Static variable in class org.deegree_impl.services.wfs.RemoteWFService
 
DESCRIBELAYER - Static variable in interface org.deegree.services.wms.capabilities.Operation
 
DESCRIBELAYER_NAME - Static variable in interface org.deegree.services.wms.capabilities.Operation
 
DGCNTXTNS - Static variable in interface org.deegree.ogcbasic.CommonNamespaces
 
DIM_RANGE - Static variable in class org.deegree_impl.model.ct.GeocentricTransform.Provider
The range of values for the dimension.
DISCONTINUOUS - Static variable in class org.deegree_impl.model.ct.DomainFlags
At least one point in a convex hull is not transformed continuously.
DISCONTINUOUS - Static variable in interface org.deegree_impl.model.resources.css.ResourceKeys
 
DISJOINT - Static variable in class org.deegree_impl.services.wfs.filterencoding.OperationDefines
 
DIV - Static variable in class org.deegree_impl.services.wfs.filterencoding.ExpressionDefines
 
DOMPrinter - class org.deegree.xml.DOMPrinter.
 
DOMPrinter() - Constructor for class org.deegree.xml.DOMPrinter
 
DOUBLE - Static variable in class org.deegree_impl.io.imgapi.IMGReader
 
DOWN - Static variable in interface org.deegree.model.coverage.GridAxis
 
DOWN - Static variable in class org.deegree_impl.model.cs.AxisOrientation
Increasing ordinates values go down.
DOWN - Static variable in interface org.deegree_impl.model.resources.css.ResourceKeys
 
DOWNLOAD - Static variable in class org.deegree_impl.clients.wcasclient.model.SelectionEntry
 
DWITHIN - Static variable in class org.deegree_impl.services.wfs.filterencoding.OperationDefines
 
DataCoupling - interface org.deegree.services.wcas.metadatadesc.DataCoupling.
DataCoupling.java Created on 11.
DataCoupling_Impl - class org.deegree_impl.services.wcas.metadatadesc.DataCoupling_Impl.
DataCoupling_Impl.java Created on 16.
DataCoupling_Impl(String) - Constructor for class org.deegree_impl.services.wcas.metadatadesc.DataCoupling_Impl
Creates a new instance of DataCoupling_Impl
DataObject - class org.deegree_impl.services.gazetteer.DataObject.
 
DataObject(String, SI_LocationType, Object) - Constructor for class org.deegree_impl.services.gazetteer.DataObject
 
DataService - class org.deegree_impl.clients.context.DataService.
describes the service lying behind a WMS layer.
DataService(Server, String, String) - Constructor for class org.deegree_impl.clients.context.DataService
Creates a new DataService object.
DataSource - interface org.deegree.services.wms.capabilities.DataSource.
name of the data source where the WMS can find the data of a layer. the FilterServiceName element identifies the filter servive that's responsible for accessing the data.
DataSource_Impl - class org.deegree_impl.services.wms.capabilities.DataSource_Impl.
name of the data source where the WMS can find the data of a layer. the filterServiceClassName element identifies the filter servive that's responsible for accessing the data.
DataSource_Impl(String, int, String, OGCWebService, URL, ScaleHint) - Constructor for class org.deegree_impl.services.wms.capabilities.DataSource_Impl
Creates a new DataSource_Impl object.
DataSource_Impl(String, int, String, OGCWebService, URL, ScaleHint, WFSQuery) - Constructor for class org.deegree_impl.services.wms.capabilities.DataSource_Impl
Creates a new DataSource_Impl object.
DataSource_Impl(String, String, OGCWebService, URL, ScaleHint, WMSGetMapRequest) - Constructor for class org.deegree_impl.services.wms.capabilities.DataSource_Impl
Creates a new DataSource_Impl object.
DataSource_Impl(String, int, String, OGCWebService, URL, ScaleHint, WCSGetCoverageRequest) - Constructor for class org.deegree_impl.services.wms.capabilities.DataSource_Impl
Creates a new DataSource_Impl object.
DataStore - interface org.deegree.services.wfs.DataStore.
Interface describing the access to a data store that encapsulates the access to concrete data sources like databases or files: ---------------------------------------------------------------------
DataStoreException - exception org.deegree.services.wfs.DataStoreException.
 
DataStoreException(Exception) - Constructor for class org.deegree.services.wfs.DataStoreException
 
DataStoreException(String) - Constructor for class org.deegree.services.wfs.DataStoreException
 
DataStoreOutputFC - class org.deegree_impl.services.wfs.oracle.DataStoreOutputFC.
Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as deegree feature collection -----------------------------------------------------------------------
DataStoreOutputFC() - Constructor for class org.deegree_impl.services.wfs.oracle.DataStoreOutputFC
 
DataStoreOutputFormat - interface org.deegree.services.wfs.DataStoreOutputFormat.
An implementation of the DataStore interface shall use an implementation of this interface to format the result returned from a data source accessing class too the desired format (e.g.
DataStoreOutputGML - class org.deegree_impl.services.wfs.oracle.DataStoreOutputGML.
Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as GML conform feature collection -----------------------------------------------------------------------
DataStoreOutputGML() - Constructor for class org.deegree_impl.services.wfs.oracle.DataStoreOutputGML
 
DataStoreOutputXML - class org.deegree_impl.services.wfs.oracle.DataStoreOutputXML.
Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as XML -----------------------------------------------------------------------
DataStoreOutputXML() - Constructor for class org.deegree_impl.services.wfs.oracle.DataStoreOutputXML
 
DataType - interface org.deegree.services.wcas.metadatadesc.DataType.
DataType.java Created on 11.
DataType_Impl - class org.deegree_impl.services.wcas.metadatadesc.DataType_Impl.
DataType_Impl.java Created on 16.
DataType_Impl(String) - Constructor for class org.deegree_impl.services.wcas.metadatadesc.DataType_Impl
Creates a new instance of DataType_Impl
DataURL - interface org.deegree.services.wms.capabilities.DataURL.
A Map Server may use DataURL to offer more information about the data underneath a particular layer.
DataURL_Impl - class org.deegree_impl.services.wms.capabilities.DataURL_Impl.
A Map Server may use DataURL to offer more information about the data underneath a particular layer.
DataURL_Impl(String, URL) - Constructor for class org.deegree_impl.services.wms.capabilities.DataURL_Impl
constructor initializing the class with the
DatastoreConfiguration - interface org.deegree.services.wfs.configuration.DatastoreConfiguration.
the toplevel interface describing a deegree wfs datastore ---------------------------------------------------------------------
DatastoreConfiguration_Impl - class org.deegree_impl.services.wfs.configuration.DatastoreConfiguration_Impl.
the toplevel interface describing a deegree wfs datastore ---------------------------------------------------------------------
DatastoreConfiguration_Impl(String, int, Connection, FeatureType[]) - Constructor for class org.deegree_impl.services.wfs.configuration.DatastoreConfiguration_Impl
Creates a new DatastoreConfiguration_Impl object.
Date - interface org.deegree.services.wcas.metadatadesc.Date.
Date.java Created on 9.
Date_Impl - class org.deegree_impl.services.wcas.metadatadesc.Date_Impl.
Date_Impl.java Created on 16.
Date_Impl(String) - Constructor for class org.deegree_impl.services.wcas.metadatadesc.Date_Impl
Creates a new instance of Date_Impl
Datum - class org.deegree_impl.model.cs.Datum.
A set of quantities from which other quantities are calculated.
Datum(String, DatumType) - Constructor for class org.deegree_impl.model.cs.Datum
Construct a new datum with the specified name and datum type.
Datum(Map, DatumType) - Constructor for class org.deegree_impl.model.cs.Datum
Construct a new datum with the specified properties.
Datum.Export - class org.deegree_impl.model.cs.Datum.Export.
Wrap a Datum object for use with OpenGIS.
Datum.Export(Object) - Constructor for class org.deegree_impl.model.cs.Datum.Export
Construct a remote object.
DatumType - class org.deegree_impl.model.cs.DatumType.
Type of the datum expressed as an enumerated value.
DatumType(String, int, int) - Constructor for class org.deegree_impl.model.cs.DatumType
Construct a new enum with the specified value.
DatumType.Horizontal - class org.deegree_impl.model.cs.DatumType.Horizontal.
Horizontal datum type.
DatumType.Horizontal(String, int, int) - Constructor for class org.deegree_impl.model.cs.DatumType.Horizontal
Construct a new enum with the specified value.
DatumType.Local - class org.deegree_impl.model.cs.DatumType.Local.
Local datum type.
DatumType.Local(String, int, int) - Constructor for class org.deegree_impl.model.cs.DatumType.Local
Construct a new enum with the specified value.
DatumType.Pool - class org.deegree_impl.model.cs.DatumType.Pool.
Pool of custom DatumType.
DatumType.Pool() - Constructor for class org.deegree_impl.model.cs.DatumType.Pool
 
DatumType.Temporal - class org.deegree_impl.model.cs.DatumType.Temporal.
Temporal datum type.
DatumType.Temporal(String, int, int) - Constructor for class org.deegree_impl.model.cs.DatumType.Temporal
Construct a new enum with the specified value.
DatumType.Vertical - class org.deegree_impl.model.cs.DatumType.Vertical.
Vertical datum type.
DatumType.Vertical(String, int, int) - Constructor for class org.deegree_impl.model.cs.DatumType.Vertical
Construct a new enum with the specified value.
Dcp - interface org.deegree.services.wcas.metadatadesc.Dcp.
Dcp.java Created on 11.
Dcp_Impl - class org.deegree_impl.services.wcas.metadatadesc.Dcp_Impl.
Dcp_Impl.java Created on 16.
Dcp_Impl(ConnectPoint, String, Parameter[], String) - Constructor for class org.deegree_impl.services.wcas.metadatadesc.Dcp_Impl
Creates a new instance of Dcp_Impl
Debug - class org.deegree_impl.tools.Debug.
 
Debug() - Constructor for class org.deegree_impl.tools.Debug
 
DeegreeParam - interface org.deegree.services.wms.capabilities.DeegreeParam.
 
DeegreeParam_Impl - class org.deegree_impl.services.wms.capabilities.DeegreeParam_Impl.
 
DeegreeParam_Impl(int, int, int, float, URL, String, int, int, String, GazetteerParam, URL, URL, Proxy) - Constructor for class org.deegree_impl.services.wms.capabilities.DeegreeParam_Impl
Creates a new instance of DeegreeParam_Impl
DeegreeWMSCapabilitiesFactory - class org.deegree_impl.services.wms.capabilities.DeegreeWMSCapabilitiesFactory.
Factory class for creating WMS capability classes from WMS capabilities XML documents that comply to the deegree WMS 1.1.1 specification.
DeegreeWMSCapabilitiesFactory() - Constructor for class org.deegree_impl.services.wms.capabilities.DeegreeWMSCapabilitiesFactory
 
DefaultDataStoreOutputFormat - class org.deegree_impl.services.wfs.DefaultDataStoreOutputFormat.
 
DefaultDataStoreOutputFormat() - Constructor for class org.deegree_impl.services.wfs.DefaultDataStoreOutputFormat
 
DeleteDataset - class org.deegree_impl.services.wfs.DeleteDataset.
 
DeleteDataset(Connection) - Constructor for class org.deegree_impl.services.wfs.DeleteDataset
Creates a new instance of DeleteDataset
DeleteFromShoppingCartListener - class org.deegree_impl.clients.wcasclient.control.DeleteFromShoppingCartListener.
deletes an entry from the selection/shoppingcard of a user. the required informations are contained in the RPCWebEvent passed to the actionPerformed method.
DeleteFromShoppingCartListener() - Constructor for class org.deegree_impl.clients.wcasclient.control.DeleteFromShoppingCartListener
 
DependsOn - interface org.deegree.services.wcas.metadatadesc.DependsOn.
DependsOn.java Created on 11.
DependsOn_Impl - class org.deegree_impl.services.wcas.metadatadesc.DependsOn_Impl.
DependsOn_Impl.java Created on 16.
DependsOn_Impl(OperationName[]) - Constructor for class org.deegree_impl.services.wcas.metadatadesc.DependsOn_Impl
constructor
DescribeFeatureType - interface org.deegree.services.wfs.capabilities.DescribeFeatureType.
The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
DescribeFeatureType_Impl - class org.deegree_impl.services.wfs.capabilities.DescribeFeatureType_Impl.
The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
DescribeFeatureType_Impl() - Constructor for class org.deegree_impl.services.wfs.capabilities.DescribeFeatureType_Impl
default constructor
DescribeFeatureType_Impl(String[], DCPType[]) - Constructor for class org.deegree_impl.services.wfs.capabilities.DescribeFeatureType_Impl
constructor initializing the class with the
DescribeRecordType - interface org.deegree.services.wcas.capabilities.DescribeRecordType.
The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
DescribeRecordType_Impl - class org.deegree_impl.services.wcas.capabilities.DescribeRecordType_Impl.
The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
DescribeRecordType_Impl(DCPType[], String[]) - Constructor for class org.deegree_impl.services.wcas.capabilities.DescribeRecordType_Impl
 
DescribeTransformationHandler - class org.deegree_impl.services.wcts.DescribeTransformationHandler.
This class handles the (optional in the WCTS) DescribeTransformation-Request.
DescribeTransformationHandler() - Constructor for class org.deegree_impl.services.wcts.DescribeTransformationHandler
 
DescribeTransformationRequest - interface org.deegree.services.wcts.protocol.DescribeTransformationRequest.
The only request not defined as mandatory supplies the description of the transformation of coordinates from a spatial reference system to another.
DescribeTransformationRequest_Impl - class org.deegree_impl.services.wcts.protocol.DescribeTransformationRequest_Impl.
The only request not defined as mandatory supplies the description of the transformation of coordinates from a spatial reference system to another.
DescribeTransformationRequest_Impl(String, String, HashMap, String, CS_CoordinateSystem, CS_CoordinateSystem) - Constructor for class org.deegree_impl.services.wcts.protocol.DescribeTransformationRequest_Impl
Creates a new DescribeTransformationRequest_Impl object.
DescribeTransformationResponse - interface org.deegree.services.wcts.protocol.DescribeTransformationResponse.
As an answer to a DescribeTransformationRequest the service answers with one list including all single transformations which can be accomplished, in order to convert a coordinate from a sourcecoordinatensystem into a target system.
DescribeTransformationResponse_Impl - class org.deegree_impl.services.wcts.protocol.DescribeTransformationResponse_Impl.
As an answer to a DescribeTransformationRequest the service answers with one list including all single transformations which can be accomplished, in order to convert a coordinate from a sourcecoordinatensystem into a target system.
DescribeTransformationResponse_Impl(OGCWebServiceRequest, Document, CT_MathTransform[], int) - Constructor for class org.deegree_impl.services.wcts.protocol.DescribeTransformationResponse_Impl
constructor initializing the class
DetailedMetadata - class org.deegree_impl.clients.wcasclient.model.DetailedMetadata.
encapsulates a detailed metadata description for a geo-spatial dataset. the class attributes are based on ISO 19115 but may be also filled with data from other metadata formats.
DetailedMetadata() - Constructor for class org.deegree_impl.clients.wcasclient.model.DetailedMetadata
Creates a new instance of DetailedMD_Metadata
DetailedMetadata(String, String, Calendar, String, String, Calendar, Calendar, String, String, String, String, String, String, String, String, String[], Contact[], OnlineTransferOption[]) - Constructor for class org.deegree_impl.clients.wcasclient.model.DetailedMetadata
Creates a new DetailedMD_Metadata object.
DetailedMetadataListener - class org.deegree_impl.clients.wcasclient.control.DetailedMetadataListener.
Listener for accessing a full metadata description from the users session
DetailedMetadataListener() - Constructor for class org.deegree_impl.clients.wcasclient.control.DetailedMetadataListener
 
DetailedSearchListener - class org.deegree_impl.clients.wcasclient.control.DetailedSearchListener.
The class listens to the get request against iso 19115 formated metadata here the result shall be returned in full format
DetailedSearchListener() - Constructor for class org.deegree_impl.clients.wcasclient.control.DetailedSearchListener
 
Dimension - interface org.deegree.services.wms.capabilities.Dimension.
The Dimension element declares the _existence_ of a dimension.
Dimension_Impl - class org.deegree_impl.services.wms.capabilities.Dimension_Impl.
The Dimension element declares the _existence_ of a dimension.
Dimension_Impl() - Constructor for class org.deegree_impl.services.wms.capabilities.Dimension_Impl
default constructor
Dimension_Impl(String, String, String) - Constructor for class org.deegree_impl.services.wms.capabilities.Dimension_Impl
constructor initializing the class with the
Dimensioned - interface org.deegree_impl.model.pt.Dimensioned.
Interface for dimensioned object.
Directory - interface org.deegree.model.coverage.Directory.
-----------------------------------------------------------------------
DirectoryAccess - class org.deegree_impl.clients.context.DirectoryAccess.
Implements the description of the access to directories used by a deegree web map context
DirectoryAccess(String, URL) - Constructor for class org.deegree_impl.clients.context.DirectoryAccess
 
Directory_Impl - class org.deegree_impl.model.cv.Directory_Impl.
 
Directory_Impl(String, GM_Envelope, Level, String[], double, double) - Constructor for class org.deegree_impl.model.cv.Directory_Impl
Creates a new instance of Directory_Impl
Directory_Impl(String, GM_Envelope, Directory[], String[], double, double) - Constructor for class org.deegree_impl.model.cv.Directory_Impl
Creates a new instance of Directory_Impl
Directory_Impl(String, GM_Envelope, Level, Directory[], String[], double, double) - Constructor for class org.deegree_impl.model.cv.Directory_Impl
Creates a new instance of Directory_Impl
Dispatcher - interface org.deegree.services.wfs.Dispatcher.
This interface defines the basic functionality of a OGC WFS.
DispatcherException - exception org.deegree.services.wfs.DispatcherException.
 
DispatcherException(String) - Constructor for class org.deegree.services.wfs.DispatcherException
 
Dispatcher_Impl - class org.deegree_impl.services.wfs.Dispatcher_Impl.
The dispatcher acts as source of events to inform registered WFSResponseListener as well as a reciever of requests that have to be performed by one of the registered DataStores (also definied as WFSRequestListener).
Dispatcher_Impl() - Constructor for class org.deegree_impl.services.wfs.Dispatcher_Impl
 
Dispatcher_Impl.RequestLoop - class org.deegree_impl.services.wfs.Dispatcher_Impl.RequestLoop.
inner class for processing requests
Dispatcher_Impl.RequestLoop() - Constructor for class org.deegree_impl.services.wfs.Dispatcher_Impl.RequestLoop
 
Dispatcher_Impl.ResponseLoop - class org.deegree_impl.services.wfs.Dispatcher_Impl.ResponseLoop.
inner class for processing WFS responses to requests
Dispatcher_Impl.ResponseLoop() - Constructor for class org.deegree_impl.services.wfs.Dispatcher_Impl.ResponseLoop
 
DisplayElement - interface org.deegree.graphics.displayelements.DisplayElement.
Basic interface of all display elements.
DisplayElementFactory - class org.deegree_impl.graphics.displayelements.DisplayElementFactory.
Factory class for the different kinds of DisplayElements.
DisplayElementFactory() - Constructor for class org.deegree_impl.graphics.displayelements.DisplayElementFactory
 
DisplayElement_Impl - class org.deegree_impl.graphics.displayelements.DisplayElement_Impl.
Basic interface of all display elements.
DisplayElement_Impl() - Constructor for class org.deegree_impl.graphics.displayelements.DisplayElement_Impl
Creates a new DisplayElement_Impl object.
DisplayElement_Impl(Feature) - Constructor for class org.deegree_impl.graphics.displayelements.DisplayElement_Impl
Creates a new DisplayElement_Impl object.
DomainFlags - class org.deegree_impl.model.ct.DomainFlags.
Flags indicating parts of domain covered by a convex hull.
DomainFlags(String, int) - Constructor for class org.deegree_impl.model.ct.DomainFlags
Construct a new enum value.
DomainSetExtentDescription - interface org.deegree.model.coverage.DomainSetExtentDescription.
Describes the extents that are common to all coverage types.
DomainSetExtentDescription_Impl - class org.deegree_impl.model.cv.DomainSetExtentDescription_Impl.
Describes the extents that are common to all coverage types.
DomainSetExtentDescription_Impl(SpatialExtent, int, TemporalExtent, ElevationExtent) - Constructor for class org.deegree_impl.model.cv.DomainSetExtentDescription_Impl
 
DoubleExtent - interface org.deegree.services.DoubleExtent.
DoubleExtent implements the ISO extended time format The syntax for expressing Time constraints and date / time values is specified in WMS 1.1 Annexes C
DoubleExtent_Impl - class org.deegree_impl.services.DoubleExtent_Impl.
DoubleExtent implements the ISO extended time format The syntax for expressing Time constraints and date / time values is specified in WMS 1.1 Annexes C
DoubleExtent_Impl(String) - Constructor for class org.deegree_impl.services.DoubleExtent_Impl
Creates a new DoubleExtent_Impl object.
Download - class org.deegree_impl.clients.wcasclient.configuration.Download.
The class encapsulates the configuration informations required for offering download functions to the catalog service.
Download(int, int, String, URL, String, String, String) - Constructor for class org.deegree_impl.clients.wcasclient.configuration.Download
Creates a new Download object.
DownloadListener - class org.deegree_impl.clients.wcasclient.control.DownloadListener.
This Listener is called if a user like to download one or more datasets assigned to the metadata he had find through a catalog
DownloadListener() - Constructor for class org.deegree_impl.clients.wcasclient.control.DownloadListener
 
DownloadListener.FeatureTemplate - class org.deegree_impl.clients.wcasclient.control.DownloadListener.FeatureTemplate.
little helper class to store association between IDs and bounding boxes
DownloadListener.FeatureTemplate(String, String, GM_Envelope) - Constructor for class org.deegree_impl.clients.wcasclient.control.DownloadListener.FeatureTemplate
 
DownloadListener.LoadController - class org.deegree_impl.clients.wcasclient.control.DownloadListener.LoadController.
class that handles the loading of the requested data from the responsible WFS.
DownloadListener.LoadController(HashMap) - Constructor for class org.deegree_impl.clients.wcasclient.control.DownloadListener.LoadController
initialize the LoadController with an association of web addresses with GetFeature requests.
Drawing - interface org.deegree.graphics.sld.Drawing.
This is the top level interface of Fill and Stroke defining the methods getGraphicFill() and getCssParameters() that are common to both.
Drawing_Impl - class org.deegree_impl.graphics.sld.Drawing_Impl.
This is the top level interface of Fill and Stroke defining the methods getGraphicFill() and getCssParameters() that are common to both.
Drawing_Impl(HashMap, GraphicFill) - Constructor for class org.deegree_impl.graphics.sld.Drawing_Impl
Constructs a new instance of Drawing_Impl.
Dust - interface org.deegree.services.wts.Dust.
 
DynLegendListener - class org.deegree_impl.clients.wmsclient2.control.DynLegendListener.
will be called if the client forces a dynamic legend.
DynLegendListener() - Constructor for class org.deegree_impl.clients.wmsclient2.control.DynLegendListener
 
d - Variable in class org.deegree.services.TimeExtent.TimePeriod
 
dBaseIndexes - Variable in class org.deegree_impl.io.shpapi.ShapeFile
 
dCPType - Variable in class org.deegree_impl.services.wfs.capabilities.DescribeFeatureType_Impl
 
dCPType - Variable in class org.deegree_impl.services.wfs.capabilities.GetCapabilities_Impl
 
dCPType - Variable in class org.deegree_impl.services.wfs.capabilities.GetFeature_Impl
 
dCPType - Variable in class org.deegree_impl.services.wfs.capabilities.LockFeature_Impl
 
dCPType - Variable in class org.deegree_impl.services.wfs.capabilities.Transaction_Impl
 
dCPType - Variable in class org.deegree_impl.services.wms.capabilities.Operation_Impl
 
dCPTypes - Variable in class org.deegree_impl.services.wcts.capabilities.ActionType_Impl
 
da - Variable in class org.deegree_impl.model.ct.AbridgedMolodenskiTransform
Difference in the semi-major axes (a1 - a2) of the first and second ellipsoids.
data - Variable in class org.deegree_impl.io.rtree.LeafNode
 
data - Variable in class org.deegree_impl.io.shpapi.ByteContainer
 
data - Variable in class org.deegree_impl.io.shpapi.DBFDataSection
 
data - Variable in class org.deegree_impl.io.shpapi.DBaseIndex.KeyEntry
 
data - Variable in class org.deegree_impl.io.shpapi.FieldDescriptor
fieldinformation as byte array
data - Variable in class org.deegree_impl.services.gazetteer.DataObject
 
data - Variable in class org.deegree_impl.services.gazetteer.Node_Impl
 
data - Variable in class org.deegree_impl.services.wcts.protocol.TransformRequest_Impl
 
data - Variable in class org.deegree_impl.services.wcts.protocol.TransformResponse_Impl
 
data - Variable in class org.deegree_impl.tools.Cache_Impl
 
dataArray - Variable in class org.deegree_impl.io.shpapi.DBaseFile
 
dataSection - Variable in class org.deegree_impl.io.shpapi.DBaseFile
 
dataService - Variable in class org.deegree_impl.clients.context.LayerExtension
 
dataSource - Variable in class org.deegree_impl.services.wms.capabilities.Layer_Impl
 
dataURL - Variable in class org.deegree_impl.clients.context.Layer
 
dataURL - Variable in class org.deegree_impl.services.wms.capabilities.Layer_Impl
 
database - Variable in class org.deegree_impl.io.DBPool
 
datacoupling - Variable in class org.deegree_impl.services.wcas.metadatadesc.ISO19119_Impl
 
datastoreFieldBaseName - Variable in class org.deegree_impl.services.wfs.configuration.GeoFieldIdentifier_Impl
 
datastoreFieldTypes - Variable in class org.deegree_impl.services.wfs.configuration.FeatureType_Impl
 
datastoreFields - Variable in class org.deegree_impl.services.wfs.configuration.FeatureType_Impl
 
datatype - Variable in class org.deegree_impl.services.wcas.metadatadesc.PermittedValues_Impl
 
datatype - Variable in class org.deegree_impl.services.wcas.metadatadesc.TypeValue_Impl
 
date - Variable in class org.deegree_impl.services.wcas.metadatadesc.Citation_Impl
 
date - Variable in class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl
 
dateStamp - Variable in class org.deegree_impl.clients.wcasclient.model.BaseMetadata
 
datetype - Variable in class org.deegree_impl.services.wcas.metadatadesc.Date_Impl
 
datum - Variable in class org.deegree_impl.model.cs.GeocentricCoordinateSystem
The horizontal datum.
datum - Variable in class org.deegree_impl.model.cs.HorizontalCoordinateSystem
The horizontal datum.
datum - Variable in class org.deegree_impl.model.cs.LocalCoordinateSystem
The local datum.
datum - Variable in class org.deegree_impl.model.cs.TemporalCoordinateSystem
The temporal datum.
datum - Variable in class org.deegree_impl.model.cs.VerticalCoordinateSystem
The vertical datum.
dbFieldTypes - Variable in class org.deegree_impl.services.wfs.configuration.FeatureType_Impl
 
dbf - Variable in class org.deegree_impl.io.shpapi.ShapeFile
 
dbfCol - class org.deegree_impl.io.shpapi.dbfCol.
 
dbfCol(String) - Constructor for class org.deegree_impl.io.shpapi.dbfCol
Creates a new dbfCol object.
dcp - Variable in class org.deegree_impl.services.wcas.metadatadesc.OperationMetadata_Impl
 
dcpTypes - Variable in class org.deegree_impl.services.wcas.capabilities.RequestType_Impl
 
debugDouble(String, double) - Static method in class org.deegree_impl.tools.Debug
 
debugException(Exception, String) - Static method in class org.deegree_impl.tools.Debug
 
debugInt(String, int) - Static method in class org.deegree_impl.tools.Debug
 
debugMethodBegin(String, String) - Static method in class org.deegree_impl.tools.Debug
 
debugMethodBegin() - Static method in class org.deegree_impl.tools.Debug
 
debugMethodBegin(Object, String) - Static method in class org.deegree_impl.tools.Debug
 
debugMethodEnd() - Static method in class org.deegree_impl.tools.Debug
 
debugObject(String, Object) - Static method in class org.deegree_impl.tools.Debug
 
debugPanel - Variable in class org.deegree_impl.tools.LecGUI
 
debugSimpleMessage(String) - Static method in class org.deegree_impl.tools.Debug
 
debugTextArea - Variable in class org.deegree_impl.tools.LecGUI
 
decease() - Method in class org.deegree_impl.enterprise.AbstractOGCServlet.Reloader
Kills the Reloader-Thread in a safe fashion.
decimalSeparator - Variable in class org.deegree_impl.model.pt.AngleFormat
Indique s'il faut utiliser le séparateur décimal pour séparer la partie entière de la partie fractionnaire.
decodeByteArray(byte[]) - Static method in class org.deegree_impl.tools.Base64
Decodes Base64 data into octects
decodeImage(byte[]) - Static method in class org.deegree_impl.tools.Base64
Decodes Base64 data into a BufferedImage
decodeInputStream(byte[]) - Static method in class org.deegree_impl.tools.Base64
Decodes Base64 data into a InputStream
decodeOutputStream(byte[]) - Static method in class org.deegree_impl.tools.Base64
Decodes Base64 data into a OutputStream
decodeString(byte[]) - Static method in class org.deegree_impl.tools.Base64
Decodes Base64 data into a String
deegreeGM_Objects - Variable in class org.deegree_impl.io.sdeapi.SpatialQuery
 
deegreeParam - Variable in class org.deegree_impl.services.wms.capabilities.WMSCapabilities_Impl
 
deegreeRoot - Variable in class org.deegree_impl.services.wms.capabilities.DeegreeWMSCapabilitiesFactory
 
defaultConfig - Variable in class org.deegree_impl.clients.wmsclient.configuration.WMSClientConfiguration
 
defaultConfig - Static variable in class org.deegree_impl.clients.wmsclient.control.MapApplicationHandler
 
defaultContext - Variable in class org.deegree_impl.clients.wmsclient2.control.MapApplicationHandler
 
defaultImg - Static variable in class org.deegree_impl.graphics.displayelements.PointDisplayElement_Impl
 
defaultOnlineResource - Variable in class org.deegree_impl.services.wms.capabilities.DeegreeParam_Impl
 
defaultOnlineResource - Variable in class org.deegree_impl.services.wms.capabilities.DeegreeWMSCapabilitiesFactory
 
defaultTarget - Variable in class org.deegree_impl.enterprise.control.AbstractListener
 
default_ - Variable in class org.deegree_impl.graphics.sld.UserStyle_Impl
 
default_ - Variable in class org.deegree_impl.model.cv.ExtentType_Impl
 
default_ - Variable in class org.deegree_impl.services.wms.capabilities.Extent_Impl
 
definition - Variable in class org.deegree_impl.services.gazetteer.SI_LocationType_Impl
 
degrees() - Method in class org.deegree_impl.model.pt.Angle
Returns the angle value in degrees.
delegateToHelper(String, FormEvent) - Method in class org.deegree_impl.enterprise.control.ApplicationHandler
 
delete(HyperBoundingBox, int) - Method in class org.deegree_impl.io.rtree.RTree
Löscht einen Eintrag aus dem R-Baum
delete(HyperBoundingBox) - Method in class org.deegree_impl.io.rtree.RTree
Löscht alle Eintrag aus dem R-Baum
deleteAllowed - Variable in class org.deegree_impl.services.wfs.configuration.TableDescription_Impl
 
deleteCurveSegmentAt(int) - Method in interface org.deegree.model.geometry.GM_Curve
deletes the segment at the submitted index
deleteCurveSegmentAt(int) - Method in class org.deegree_impl.model.geometry.GM_Curve_Impl
deletes the segment at the submitted index
deleteData(int) - Method in class org.deegree_impl.io.rtree.LeafNode
Löscht Daten-Eintrag an Stelle index
deleteData(int) - Method in class org.deegree_impl.io.rtree.Node
Löscht Eintrag index aus dem Knoten
deleteData(int) - Method in class org.deegree_impl.io.rtree.NoneLeafNode
Löscht Kindknoten Eintrag an Stelle index.
deleteDataset(String, String) - Method in class org.deegree_impl.services.wfs.DeleteDataset
 
deleteDoubles(String[]) - Static method in class org.deegree_impl.tools.StringExtend
deletes all double entries from the submitted array
deleteFeature(String, GM_Object) - Method in class org.deegree_impl.io.sdeapi.Transaction
deletes a feature from the ArcSDE
deleteNode(int) - Method in class org.deegree_impl.io.rtree.MemoryPageFile
 
deleteNode(int) - Method in class org.deegree_impl.io.rtree.PageFile
Markiert einen Knoten in der PageFile als gelöscht.
deleteNode(int) - Method in class org.deegree_impl.io.rtree.PersistentPageFile
 
deleteOldest() - Method in class org.deegree_impl.tools.Cache_Impl
removes the feature collection from the cache that hasn't been called for the longest time.
deleteRows() - Method in class org.deegree_impl.services.wfs.RowSelector
Deletes the selected rows from the table.
deleteSurfacePatchAt(int) - Method in interface org.deegree.model.geometry.GM_Surface
deletes the surface patch at the submitted index
deleteSurfacePatchAt(int) - Method in class org.deegree_impl.model.geometry.GM_Surface_Impl
deletes the surface patch at the submitted index
deliverEvent(FormEvent) - Method in class org.deegree_impl.enterprise.control.RequestDispatcher
 
deliverypoint - Variable in class org.deegree_impl.services.wcas.metadatadesc.Address_Impl
 
dem - Variable in class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl
 
demTiles - Variable in class org.deegree_impl.services.wts.WTService_Impl
 
dependson - Variable in class org.deegree_impl.services.wcas.metadatadesc.OperationMetadata_Impl
 
depth - Variable in class org.deegree_impl.services.wcs.protocol.WCSGetCoverageRequest_Impl
 
depth - Variable in class org.deegree_impl.services.wfs.DBGetFeature
 
derivative(Point2D) - Method in class org.deegree_impl.model.ct.AbstractMathTransform.Inverse
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.AbstractMathTransform.Inverse
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class org.deegree_impl.model.ct.AbstractMathTransform
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.AbstractMathTransform
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class org.deegree_impl.model.ct.AffineTransform2D
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.AffineTransform2D
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.ConcatenedTransform
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class org.deegree_impl.model.ct.ConcatenedTransformDirect2D
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in interface org.deegree_impl.model.ct.MathTransform
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in interface org.deegree_impl.model.ct.MathTransform2D
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.MathTransformAdapter
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class org.deegree_impl.model.ct.MathTransformAdapter2D
Gets the derivative of this transform at a point.
derivative(PT_CoordinatePoint) - Method in class org.deegree_impl.model.ct.MathTransformExport
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class org.deegree_impl.model.ct.MatrixTransform
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.MatrixTransform
Gets the derivative of this transform at a point.
derivative(CoordinatePoint) - Method in class org.deegree_impl.model.ct.PassThroughTransform
Gets the derivative of this transform at a point.
derivative(PT_CoordinatePoint) - Method in interface org.opengis.ct.CT_MathTransform
Gets the derivative of this transform at a point.
descent - Variable in class org.deegree_impl.graphics.displayelements.HorizontalLabel
 
descent - Variable in class org.deegree_impl.graphics.displayelements.RotatedLabel
 
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in interface org.deegree.services.wfs.DataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.bna.BNADataStore
returns the describtion of one or more feature types
describeFeatureType - Variable in class org.deegree_impl.services.wfs.capabilities.Request_Impl
 
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.db.PointDBDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.gml.GMLDBDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.mapinfo.MapInfoDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.mysql.MySQLDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.oracle.OracleDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.postgis.PostgisDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.sde.SDEDataStore
returns the describtion of one or more feature types
describeFeatureType(WFSDescribeFeatureTypeRequest) - Method in class org.deegree_impl.services.wfs.shape.ShapeDataStore
returns the describtion of one or more feature types
describeRecordType - Variable in class org.deegree_impl.services.wcas.capabilities.Request_Impl
 
describeTransformation - Variable in class org.deegree_impl.services.wcts.capabilities.WCTS_Request_Impl
 
description - Variable in class org.deegree_impl.clients.wcasclient.model.OnlineTransferOption
 
description - Variable in class org.deegree_impl.model.cv.CV_SampleDimension_Impl
 
description - Variable in class org.deegree_impl.model.cv.Format_Impl
 
description - Variable in class org.deegree_impl.model.cv.GridAxis_Impl
 
description - Variable in class org.deegree_impl.model.cv.GridRangeDescription_Impl
 
description - Variable in class org.deegree_impl.model.cv.Observable_Impl
 
description - Variable in class org.deegree_impl.model.gc.GC_Format_Impl
 
descriptionText(String) - Method in interface org.opengis.cs.CS_CoordinateSystemAuthorityFactory
Gets a description of the object corresponding to a code.
descriptionURL - Variable in class org.deegree_impl.clients.context.General
 
descriptor - Variable in class org.deegree_impl.model.ct.MathTransformProvider
The parameter list descriptor.
descriptor - Variable in class org.deegree_impl.model.cv.CV_Coverage_Impl
 
descriptorResource - Variable in class org.deegree_impl.model.cv.CoverageLayer_Impl
 
descriptors - Variable in class org.deegree_impl.enterprise.WCSServlet
 
descriptors - Variable in class org.deegree_impl.enterprise.WCServicePool
 
descriptors - Variable in class org.deegree_impl.model.resources.Naming
Map classification name to ParameterListDescriptor objects.
descriptors - Variable in class org.deegree_impl.services.wcs.WCService_Impl
 
dest - Variable in class org.deegree_impl.services.wcas.WCASService_Impl
 
destRect - Variable in class org.deegree_impl.graphics.transformation.WorldToScreenTransform
 
destinationCRS - Variable in class org.deegree_impl.services.wcts.protocol.DescribeTransformationRequest_Impl
 
destinationCRS - Variable in class org.deegree_impl.services.wcts.protocol.IsTransformableRequest_Impl
 
destinationCRS - Variable in class org.deegree_impl.services.wcts.protocol.TransformRequest_Impl
 
destroy() - Method in class org.deegree_impl.enterprise.AbstractOGCServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in class org.deegree_impl.enterprise.WCASServicePool
 
destroy() - Method in class org.deegree_impl.enterprise.WCServicePool
 
destroy() - Method in class org.deegree_impl.enterprise.WFSGServicePool
 
destroy() - Method in class org.deegree_impl.enterprise.WFSServicePool
 
destroy() - Method in class org.deegree_impl.enterprise.WMServicePool
Clears the pool.
destroy() - Method in class org.deegree_impl.enterprise.WTServicePool
Clears the pool.
details - Variable in class org.deegree_impl.tools.ZipUtil
 
df - Variable in class org.deegree_impl.model.ct.AbridgedMolodenskiTransform
Difference in the flattening of the two ellipsoids.
difference(GM_Object) - Method in interface org.deegree.model.geometry.GM_Object
The "difference" operation shall return the set theoretic difference of this GM_Object and the passed GM_Object.
difference(GM_Object) - Method in class org.deegree_impl.model.geometry.GM_Object_Impl
The "difference" operation shall return the set theoretic difference of this GM_Object and the passed GM_Object.
dimSource - Variable in class org.deegree_impl.model.ct.MathTransformAdapter
Dimension of output points.
dimTarget - Variable in class org.deegree_impl.model.ct.MathTransformAdapter
Dimension of input points.
dimension - Variable in class org.deegree_impl.io.rtree.PageFile
Dimension der Daten
dimension - Variable in class org.deegree_impl.model.cv.DomainSetExtentDescription_Impl
 
dimension - Variable in class org.deegree_impl.model.cv.Grid_Impl
 
dimension - Variable in class org.deegree_impl.services.wfs.configuration.GeoFieldIdentifier_Impl
 
dimension - Variable in class org.deegree_impl.services.wms.capabilities.Layer_Impl
 
dimensionNames - Variable in class org.deegree_impl.model.cv.CV_Coverage_Impl
 
direction - Variable in class org.deegree_impl.services.wcas.metadatadesc.Parameter_Impl
 
directories - Variable in class org.deegree_impl.model.cv.Directory_Impl
 
directories - Variable in class org.deegree_impl.model.cv.Level_Impl
 
directoryName - Variable in class org.deegree_impl.clients.context.DirectoryAccess
 
dispatcher - Variable in class org.deegree_impl.enterprise.WFSServicePool
 
dispatcher - Variable in class org.deegree_impl.services.wcas.WCASService_Impl
 
dispatcher - Variable in class org.deegree_impl.services.wfs.WFSService_Impl
 
displacement - Variable in class org.deegree_impl.graphics.sld.PointPlacement_Impl
 
displayElements - Variable in class org.deegree_impl.graphics.Theme_Impl
 
displayElements - Variable in class org.deegree_impl.graphics.optimizers.LabelOptimizer
 
dispose() - Method in class org.deegree_impl.services.AbstractHandler
 
distance(GM_Object) - Method in interface org.deegree.model.geometry.GM_Object
The operation "distance" shall return the distance between this GM_Object and another GM_Object.
distance(double, double, double, double) - Method in class org.deegree_impl.graphics.displayelements.LineStringDisplayElement_Impl
 
distance(double, double, double, double) - Method in class org.deegree_impl.graphics.displayelements.PolygonDisplayElement_Impl
 
distance(GM_Object) - Method in class org.deegree_impl.model.geometry.GM_Object_Impl
The operation "distance" shall return the distance between this GM_Object and another GM_Object.
distance - Variable in class org.deegree_impl.services.wfs.filterencoding.SpatialOperation
 
distance - Variable in class org.deegree_impl.services.wts.protocol.WTSGetViewRequest_Impl
 
doExit - Variable in class org.deegree_impl.enterprise.AbstractOGCServlet.Reloader
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WCASServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WCSServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WCTSServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WFSGServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WFSServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WMSServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WTSServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doInsert(Object, int, int) - Static method in class org.deegree_impl.model.resources.XArray
Insère des espaces au milieu d'un tableau.
doInsert(Object, int, Object, int, int) - Static method in class org.deegree_impl.model.resources.XArray
Insère une portion de tableau dans un autre tableau.
doOperation(String, GC_Parameter[]) - Method in class org.deegree_impl.model.gp.GP_GridCoverageProcessor_Impl
Apply a process operation to a grid coverage.
doOperation(String, GC_Parameter[]) - Method in interface org.opengis.gp.GP_GridCoverageProcessor
Apply a process operation to a grid coverage.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WCASServlet
performs a http-post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WCSServlet
performs a http-post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WCTSServlet
performs a http-post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WFSGServlet
performs a http-post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WFSServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.deegree_impl.enterprise.WMSServlet
 
doRemove(Object, int, int) - Static method in class org.deegree_impl.model.resources.XArray
Retire des éléments au milieu d'un tableau.
doResize(Object, int) - Static method in class org.deegree_impl.model.resources.XArray
Renvoie un nouveau tableau qui contiendra les mêmes éléments que array mais avec la longueur length spécifiée.
doService(OGCWebServiceEvent) - Method in interface org.deegree.services.OGCWebService
the implementation of this method performs the handling of the passed OGCWebServiceEvent in an new own Thread.
doService(OGCWebServiceRequest) - Method in interface org.deegree.services.OGCWebService
the implementation of this method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/ method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.gazetteer.GazetteerService_Impl
implements the doService method inherited from the OGCWebService_Impl class.
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.gazetteer.GazetteerService_Impl
implements the doService method inherited from the OGCWebService_Impl class.
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wcas.WCASService_Impl
implements the doService method inherited from the OGCWebService interface.
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wcas.WCASService_Impl
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wcs.RemoteWCService
 
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wcs.RemoteWCService
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wcs.WCService_Impl
 
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wcs.WCService_Impl
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wcts.WCTService
implements the doService method inherited from the OGCWebService interface via WCTService.
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wcts.WCTService
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wfs.RemoteWFService
 
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wfs.RemoteWFService
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wfs.WFSService_Impl
implements the doService method inherited from the OGCWebService interface via WFSService.
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wfs.WFSService_Impl
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wms.RemoteWMService
 
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wms.RemoteWMService
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wms.WMService_Impl
receives a WMS request and deligates it to the responsible handle-methods
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wms.WMService_Impl
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doService(OGCWebServiceEvent) - Method in class org.deegree_impl.services.wts.WTService_Impl
 
doService(OGCWebServiceRequest) - Method in class org.deegree_impl.services.wts.WTService_Impl
the method performs the handling of the passed OGCWebServiceEvent directly and returns the result to the calling class/method
doStart() - Method in class org.deegree_impl.tools.LecGUI
the funcionality of the program. parses the input from the gui-elements and passes them to the LegendElementCreator class.
doSubst(Calendar, String) - Method in class org.deegree_impl.model.cv.CVRangeTime
Method doSubst
doZip(String, String, String[]) - Method in class org.deegree_impl.tools.ZipUtil
packs the passed files into a zip-archive, deletes the files if desired and returns the name of the archive
doc - Variable in class org.deegree_impl.clients.wcasclient.configuration.TextComponent
 
doc - Variable in class org.deegree_impl.services.wfs.FeatureTypeToSchema
 
docURL - Variable in class org.deegree_impl.model.cv.Observable_Impl
 
docURL - Variable in class org.deegree_impl.model.gc.GC_Format_Impl
 
document - Variable in class org.deegree_impl.gml.GMLDocument_Impl
 
doesScaleConstraintApply(double) - Method in interface org.deegree.graphics.displayelements.DisplayElement
Returns if the DisplayElement should be painted at the current scale or not.
doesScaleConstraintApply(double) - Method in class org.deegree_impl.graphics.displayelements.DisplayElement_Impl
Returns if the DisplayElement should be painted at the current scale or not.
doesScaleConstraintApply(double) - Method in class org.deegree_impl.graphics.displayelements.GeometryDisplayElement_Impl
Returns if the DisplayElement should be painted at the current scale or not.
doesScaleConstraintApply(double) - Method in class org.deegree_impl.graphics.displayelements.LabelDisplayElement_Impl
Returns whether the DisplayElement should be painted at the current scale or not.
domainSetExtentDescription - Variable in class org.deegree_impl.model.cv.CoverageLayer_Impl
 
download - Variable in class org.deegree_impl.clients.wcasclient.configuration.CSWClientConfiguration
 
downloadDirectory - Variable in class org.deegree_impl.clients.context.IOSettings
 
drawCircle(int, double, Color, double, Color) - Method in class org.deegree_impl.graphics.sld.Mark_Impl
Draws a scaled instance of a circle mark according to the given parameters.
drawCross1(int, double, Color) - Method in class org.deegree_impl.graphics.sld.Mark_Impl
Draws a scaled instance of a cross mark (a "+") according to the given parameters.
drawCross2(int, double, Color) - Method in class org.deegree_impl.graphics.sld.Mark_Impl
Draws a scaled instance of a cross mark (an "X") according to the given parameters.
drawLegendToBI(RPCStruct, HashMap, BufferedImage, int) - Method in class org.deegree_impl.clients.wmsclient2.control.PrintListener
draws legend with symbols and name of the layers to the background BufferedImage.
drawLine(Graphics, int[][], Stroke) - Method in class org.deegree_impl.graphics.displayelements.LineStringDisplayElement_Impl
Renders a curve to the submitted graphic context.
drawLineStringLegend(Graphics2D, LineSymbolizer, int, int) - Method in class org.deegree_impl.graphics.legend.LegendElement_Impl
draws a legendsymbol, if the SLD defines a line
drawMapToBI(BufferedImage, BufferedImage, int) - Method in class org.deegree_impl.clients.wmsclient2.control.PrintListener
draws the map to the background BufferedImage
drawPoint(Graphics2D, GM_Point, GeoTransform, Image) - Method in class org.deegree_impl.graphics.displayelements.PointDisplayElement_Impl
renders one point to the submitted graphic context considering the also submitted projection
drawPointLegend(Graphics, PointSymbolizer, int, int) - Method in class org.deegree_impl.graphics.legend.LegendElement_Impl
draws a legendsymbol, if the SLD defines a point
drawPolygon(Graphics, Area) - Method in class org.deegree_impl.graphics.displayelements.PolygonDisplayElement_Impl
renders one surface to the submitted graphic context considering the also submitted projection
drawPolygonLegend(Graphics2D, PolygonSymbolizer, int, int) - Method in class org.deegree_impl.graphics.legend.LegendElement_Impl
draws a legendsymbol, if the SLD defines a polygon
drawScaleBarToBI(BufferedImage, BufferedImage, int, int) - Method in class org.deegree_impl.clients.wmsclient2.control.PrintListener
draws the scalebar to the background BufferedImage
drawSquare(int, double, Color, double, Color) - Method in class org.deegree_impl.graphics.sld.Mark_Impl
Draws a scaled instance of a square mark according to the given parameters.
drawSymbolsToBI(HashMap, BufferedImage) - Method in class org.deegree_impl.clients.wmsclient2.control.DynLegendListener
 
drawTriangle(int, double, Color, double, Color) - Method in class org.deegree_impl.graphics.sld.Mark_Impl
Draws a scaled instance of a triangle mark according to the given parameters.
driver - Variable in class org.deegree_impl.io.DBPool
 
driver - Variable in class org.deegree_impl.services.wfs.configuration.Connection_Impl
 
dtdLocation - Variable in class org.deegree_impl.services.wms.capabilities.DeegreeParam_Impl
 
dummy - Variable in class org.deegree_impl.model.pt.AngleFormat
Objet à transmetre aux méthodes DecimalFormat.format.
dx - Variable in class org.deegree_impl.model.cs.WGS84ConversionInfo
Bursa Wolf shift in meters.
dx - Variable in class org.deegree_impl.model.ct.AbridgedMolodenskiTransform
X,Y,Z shift in meters
dx - Variable in class org.opengis.cs.CS_WGS84ConversionInfo
Bursa Wolf shift in meters.
dy - Variable in class org.deegree_impl.model.cs.WGS84ConversionInfo
Bursa Wolf shift in meters.
dy - Variable in class org.deegree_impl.model.ct.AbridgedMolodenskiTransform
X,Y,Z shift in meters
dy - Variable in class org.opengis.cs.CS_WGS84ConversionInfo
Bursa Wolf shift in meters.
dz - Variable in class org.deegree_impl.model.cs.WGS84ConversionInfo
Bursa Wolf shift in meters.
dz - Variable in class org.deegree_impl.model.ct.AbridgedMolodenskiTransform
X,Y,Z shift in meters
dz - Variable in class org.opengis.cs.CS_WGS84ConversionInfo
Bursa Wolf shift in meters.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _