|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLFragment in org.deegree.framework.log |
---|
Methods in org.deegree.framework.log with parameters of type XMLFragment | |
---|---|
void |
LoggerService.logDebugXMLFile(String filePrefix,
XMLFragment fragment)
Logs the given XMLFragment to a temporary file (created from specified prefix and suffix ".xml") if log
level is set to LOG_DEBUG . |
void |
ILogger.logDebugXMLFile(String filePrefix,
XMLFragment fragment)
Logs the given XMLFragment to a temporary file (created from specified prefix and suffix ".xml") if log
level is set to LOG_DEBUG . |
Uses of XMLFragment in org.deegree.framework.trigger |
---|
Subclasses of XMLFragment in org.deegree.framework.trigger | |
---|---|
class |
TriggerConfigurationDocument
|
Uses of XMLFragment in org.deegree.framework.xml |
---|
Subclasses of XMLFragment in org.deegree.framework.xml | |
---|---|
class |
XSLTDocument
Encapsulates the DOM representation of an XSLT stylesheet. |
Methods in org.deegree.framework.xml that return XMLFragment | |
---|---|
XMLFragment |
XSLTDocument.transform(InputStream instream,
String systemId,
Properties outputProperties,
Map params)
Transforms the XML from the given InputStream . |
XMLFragment |
XSLTDocument.transform(Reader reader,
String systemId,
Properties outputProperties,
Map params)
Transforms the XML from the given Reader . |
XMLFragment |
XSLTDocument.transform(XMLFragment xmlDocument)
Transforms the given XMLFragment instance. |
XMLFragment |
XSLTDocument.transform(XMLFragment xmlDocument,
String systemId,
Properties outputProperties,
Map params)
Transforms the given XMLFragment instance. |
Methods in org.deegree.framework.xml with parameters of type XMLFragment | |
---|---|
XMLFragment |
XSLTDocument.transform(XMLFragment xmlDocument)
Transforms the given XMLFragment instance. |
void |
XSLTDocument.transform(XMLFragment xmlDocument,
OutputStream target)
Transforms the given XMLFragment instance. |
XMLFragment |
XSLTDocument.transform(XMLFragment xmlDocument,
String systemId,
Properties outputProperties,
Map params)
Transforms the given XMLFragment instance. |
Uses of XMLFragment in org.deegree.framework.xml.schema |
---|
Subclasses of XMLFragment in org.deegree.framework.xml.schema | |
---|---|
class |
XSDocument
Parser for XML schema documents. |
Uses of XMLFragment in org.deegree.graphics.sld |
---|
Methods in org.deegree.graphics.sld with parameters of type XMLFragment | |
---|---|
static StyledLayerDescriptor |
SLDFactory.createSLD(XMLFragment sldDoc)
Creates a StyledLayerDescriptor-instance according to the contents of the DOM-subtree starting at the given 'StyledLayerDescriptor'-Element. |
Uses of XMLFragment in org.deegree.io |
---|
Subclasses of XMLFragment in org.deegree.io | |
---|---|
class |
IODocument
This class provides method for reading IO configuration elements that are common to several services/applications. |
Uses of XMLFragment in org.deegree.io.datastore |
---|
Subclasses of XMLFragment in org.deegree.io.datastore | |
---|---|
class |
AnnotationDocument
Abstract base class for all datastore specific annotation parsers. |
Uses of XMLFragment in org.deegree.io.datastore.schema |
---|
Subclasses of XMLFragment in org.deegree.io.datastore.schema | |
---|---|
class |
MappedGMLSchemaDocument
Parser for GML schema documents which are annotated with mapping (persistence) information. |
Uses of XMLFragment in org.deegree.io.datastore.shape |
---|
Subclasses of XMLFragment in org.deegree.io.datastore.shape | |
---|---|
class |
ShapeAnnotationDocument
Handles the parsing of ShapeDatastore annotations. |
Uses of XMLFragment in org.deegree.io.datastore.sql |
---|
Subclasses of XMLFragment in org.deegree.io.datastore.sql | |
---|---|
class |
SQLAnnotationDocument
Handles the annotation parsing for SQL based datastores. |
Uses of XMLFragment in org.deegree.io.datastore.wfs |
---|
Subclasses of XMLFragment in org.deegree.io.datastore.wfs | |
---|---|
class |
CascadingWFSAnnotationDocument
Handles the annotation parsing for datastores that cascade remote WFS. |
Uses of XMLFragment in org.deegree.model.feature |
---|
Subclasses of XMLFragment in org.deegree.model.feature | |
---|---|
class |
GMLFeatureCollectionDocument
Parser and wrapper class for GML feature collections. |
class |
GMLFeatureDocument
Parser and wrapper class for GML feature documents. |
Uses of XMLFragment in org.deegree.model.feature.schema |
---|
Subclasses of XMLFragment in org.deegree.model.feature.schema | |
---|---|
class |
GMLSchemaDocument
Parser for GML application schema documents. |
Uses of XMLFragment in org.deegree.model.filterencoding.capabilities |
---|
Subclasses of XMLFragment in org.deegree.model.filterencoding.capabilities | |
---|---|
class |
FilterCapabilities100Fragment
|
class |
FilterCapabilities110Fragment
|
Uses of XMLFragment in org.deegree.model.metadata.iso19115 |
---|
Subclasses of XMLFragment in org.deegree.model.metadata.iso19115 | |
---|---|
class |
ISO19115Document
Parser class that can parse various elements defined in the OWS subset of the ISO 19115 specification. |
Uses of XMLFragment in org.deegree.ogcbase |
---|
Subclasses of XMLFragment in org.deegree.ogcbase | |
---|---|
class |
GMLDocument
|
class |
OGCDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices | |
---|---|
class |
ExceptionDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices.csw |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.csw | |
---|---|
class |
AbstractCSWRequestDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices.csw.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.csw.capabilities | |
---|---|
class |
CatalogueCapabilitiesDocument
Represents an XML capabilities document for an OGC CSW 2.0 compliant service. |
class |
CatalogueGetCapabilitiesDocument
Parser for "csw:GetCapabilities" requests. |
Uses of XMLFragment in org.deegree.ogcwebservices.csw.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.csw.configuration | |
---|---|
class |
CatalogueConfigurationDocument
Represents an XML configuration document for a deegree CSW 2.0 instance, i.e. it consists of all sections common to an OGC CSW 2.0 capabilities document plus a deegree specific section named deegreeParams . |
Uses of XMLFragment in org.deegree.ogcwebservices.csw.discovery |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.csw.discovery | |
---|---|
class |
DescribeRecordDocument
Represents an XML DescribeRecord document of an OGC CSW 2.0 compliant service. |
class |
DescribeRecordResultDocument
Represents an XML DescribeRecordResponse document of an OGC CSW 2.0 compliant service. |
class |
GetRecordByIdDocument
|
class |
GetRecordByIdResultDocument
|
class |
GetRecordsDocument
Represents an XML GetRecords document of an OGC CSW 2.0 compliant service. |
class |
GetRecordsResultDocument
Represents an XML GetRecordsResponse document of an OGC CSW 2.0 compliant service. |
Methods in org.deegree.ogcwebservices.csw.discovery that return XMLFragment | |
---|---|
XMLFragment |
SchemaComponent.getSchema()
This is the type description itself (as an XMLFragment ). |
Constructors in org.deegree.ogcwebservices.csw.discovery with parameters of type XMLFragment | |
---|---|
SchemaComponent(XMLFragment schema,
URI targetNamespace,
URI parentNamespace,
URI schemaLanguage)
|
Uses of XMLFragment in org.deegree.ogcwebservices.csw.manager |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.csw.manager | |
---|---|
class |
HarvetResultDocument
|
class |
TransactionDocument
The Transaction operation defines an interface for creating, modifying and deleting catalogue records. |
class |
TransactionResultDocument
|
Methods in org.deegree.ogcwebservices.csw.manager with parameters of type XMLFragment | |
---|---|
protected String |
AbstractHarvester.AbstractHarvestProcessor.createInsertRequest(XMLFragment metaData)
creates a CSW Transaction including an Update operation for the passed meta data |
protected String |
AbstractHarvester.AbstractHarvestProcessor.createUpdateRequest(String identifier,
String xpath,
XMLFragment metaData)
creates a CSW Transaction including an Update operation for the passed meta data. |
Uses of XMLFragment in org.deegree.ogcwebservices.getcapabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.getcapabilities | |
---|---|
class |
OGCCapabilitiesDocument
Most basic capabilities document for any OGC service instance. |
class |
OGCStandardCapabilitiesDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices.sos |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.sos | |
---|---|
class |
ComponentDescriptionDocument
gets the metadata from a XSL transformed wfs result |
Methods in org.deegree.ogcwebservices.sos that return XMLFragment | |
---|---|
static XMLFragment |
XMLFactory.export(DescribePlatformResult describePlatformResult)
|
static XMLFragment |
XMLFactory.export(DescribeSensorResult describeSensorResult)
|
static XMLFragment |
XMLFactory.export(GetObservationResult getObservationResult)
|
static XMLFragment |
XMLFactory.export(SOSCapabilities scsCapabilities)
exports the SCS Capabilities |
Uses of XMLFragment in org.deegree.ogcwebservices.sos.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.sos.capabilities | |
---|---|
class |
CapabilitiesDocument
Read the SOS Capabilities form a XML File |
Uses of XMLFragment in org.deegree.ogcwebservices.sos.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.sos.configuration | |
---|---|
class |
SOSConfigurationDocument
Reads the SOSConfiguration from a XML File |
Uses of XMLFragment in org.deegree.ogcwebservices.sos.describeplatform |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.sos.describeplatform | |
---|---|
class |
PlatformDescriptionDocument
gets the platform metadata from a xsl transformed wfs result |
Uses of XMLFragment in org.deegree.ogcwebservices.sos.describesensor |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.sos.describesensor | |
---|---|
class |
SensorDescriptionDocument
reads the metadata of a sensor from the xsl transformed result from a wfs |
Uses of XMLFragment in org.deegree.ogcwebservices.sos.getobservation |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.sos.getobservation | |
---|---|
class |
GetObservationDocument
get the observation data from the xsl transformed wfs requests |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.common |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.common | |
---|---|
class |
AuthenticationDocument
Parser class that can parse all elements within the namespace. |
class |
OWSCapabilitiesBaseDocument_1_0
The owscapabilities 1.0 specification parser. |
class |
SessionOperationsDocument
Parser class that can parse all elements within the namespace. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.saml |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.saml | |
---|---|
class |
SAMLDocument
Parser class for the SAML elements. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.was.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.was.capabilities | |
---|---|
class |
WASCapabilitiesDocument
Parser for the WAS capabilities according to GDI NRW spec V1.0. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.was.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.was.configuration | |
---|---|
class |
WASConfigurationDocument
Parser for the configuration documents of a WAS. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.was.operation |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.was.operation | |
---|---|
class |
DescribeUserResponse
DescribeUserResponse is an XML document class used as response object
for the DescribeUser operation. |
class |
WASGetCapabilitiesDocument
Parser for a WAS GetCapabilities request. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.wss.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.wss.capabilities | |
---|---|
class |
WSSCapabilitiesDocument
A WSSCapabilitiesDocument class can parse xml-based requests. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.wss.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.wss.configuration | |
---|---|
class |
WSSConfigurationDocument
This class is called from the WSServiceFactory to read a configuration xml file. |
Uses of XMLFragment in org.deegree.ogcwebservices.wass.wss.operation |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wass.wss.operation | |
---|---|
class |
DoServiceDocument
A parser for a xml DoService Request. |
class |
WSSGetCapabilitiesDocument
A WSSGetCapabilitiesClass xml request parser. |
Uses of XMLFragment in org.deegree.ogcwebservices.wcs |
---|
Methods in org.deegree.ogcwebservices.wcs that return XMLFragment | |
---|---|
static XMLFragment |
XMLFactory.export(CoverageDescription coverageDescription)
exprots a WCS CoverageDescription object to its XML represetation encapsulated within a XmlDocument |
static XMLFragment |
XMLFactory.export(WCSConfiguration configuration)
|
Uses of XMLFragment in org.deegree.ogcwebservices.wcs.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wcs.configuration | |
---|---|
class |
WCSConfigurationDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices.wcs.describecoverage |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wcs.describecoverage | |
---|---|
class |
CoverageDescriptionDocument
usage of srsName from gml:Envelope is not supoorted yet. deegree Envelope doesn't uses CRSs gml:Grid and gml:Polygon is not yet supported by the deegree WCS |
Uses of XMLFragment in org.deegree.ogcwebservices.wcs.getcapabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wcs.getcapabilities | |
---|---|
class |
WCSCapabilitiesDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices.wfs.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wfs.capabilities | |
---|---|
class |
WFSCapabilitiesDocument
Represents a capabilities document for an OGC WFS 1.1.0 compliant web service. |
Uses of XMLFragment in org.deegree.ogcwebservices.wfs.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wfs.configuration | |
---|---|
class |
WFSConfigurationDocument
Represents an XML configuration document for a deegree WFS instance, i.e. it consists of all sections common to an OGC WFS 1.1 capabilities document plus some deegree specific elements. |
Uses of XMLFragment in org.deegree.ogcwebservices.wfs.operation |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wfs.operation | |
---|---|
class |
AbstractWFSRequestDocument
Abstract base class for WFS request documents / parsers. |
class |
DescribeFeatureTypeDocument
Parser for "wfs:DescribeFeatureType" requests. |
class |
GetFeatureDocument
Parser for "wfs:GetFeature" requests. |
class |
GetFeatureWithLockDocument
Parser for "wfs:GetFeatureWithLock" requests. |
class |
LockFeatureDocument
Parser for "wfs:LockFeature" requests. |
class |
LockFeatureResponseDocument
Parser for "wfs:LockFeatureResponse" documents. |
class |
WFSGetCapabilitiesDocument
Parser for "wfs:GetCapabilities" requests. |
Methods in org.deegree.ogcwebservices.wfs.operation that return XMLFragment | |
---|---|
XMLFragment |
FeatureTypeDescription.getFeatureTypeSchema()
Returns the contained schema document. |
Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type XMLFragment | |
---|---|
FeatureTypeDescription(XMLFragment schemaDoc)
Creates a new instance of FeatureTypeDescription . |
Uses of XMLFragment in org.deegree.ogcwebservices.wfs.operation.transaction |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wfs.operation.transaction | |
---|---|
class |
TransactionResponseDocument
Parser for "wfs:TransactionResponse" documents. |
Uses of XMLFragment in org.deegree.ogcwebservices.wmps.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wmps.capabilities | |
---|---|
class |
WMPSCapabilitiesDocument
Represents an XML capabilities document for an OGC WFS 1.1.0 compliant web service. |
Uses of XMLFragment in org.deegree.ogcwebservices.wmps.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wmps.configuration | |
---|---|
class |
WMPSConfigurationDocument
Represents an XML configuration document for a deegree WMPS 1.0 instance, i.e. it consists of all sections common to an OGC WMS 1.1.1 capabilities document plus a deegree specific section named deegreeParams and... |
Uses of XMLFragment in org.deegree.ogcwebservices.wms.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wms.capabilities | |
---|---|
class |
WMSCapabilitiesDocument
WMSCapabilitiesDocument is the parser class for WMS capabilities documents that
uses the new OWS common classes to encapsulate the data. |
class |
WMSCapabilitiesDocument_1_3_0
WMSCapabilitiesDocument_1_3_0 is a parser class for capabilities documents
according to the OGC WMS 1.3.0 specification. |
Uses of XMLFragment in org.deegree.ogcwebservices.wms.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wms.configuration | |
---|---|
class |
WMSConfigurationDocument
WMSConfigurationDocument is the parser class for a standard 1.1.1 WMS
configuration document, ie, a capabilities document enriched by deegree parameters. |
class |
WMSConfigurationDocument_1_3_0
WMSConfigurationDocument_1_3_0 is the parser class for a WMS 1.3.0 configuration
document. |
Uses of XMLFragment in org.deegree.ogcwebservices.wps.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wps.capabilities | |
---|---|
class |
WPSCapabilitiesDocument
WPSCapabilitiesDocument.java Creates an object representation of the sample_wps_capabilities.xml document Created on 08.03.2006. 18:57:37h |
Uses of XMLFragment in org.deegree.ogcwebservices.wps.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wps.configuration | |
---|---|
class |
WPSConfigurationDocument
WPSConfigurationDocument.java Created on 08.03.2006. 20:38:30h |
Uses of XMLFragment in org.deegree.ogcwebservices.wps.describeprocess |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wps.describeprocess | |
---|---|
class |
ProcessDescriptionDocument
ProcessDescriptionDocument.java Created on 10.03.2006. 15:18:02h |
class |
ProcessDescriptionsDocument
ProcessDescriptionsDocument.java Created on 10.03.2006. 13:00:42h Creates an empty WPSProcessDescriptions Document for output as
an describe process response. |
Uses of XMLFragment in org.deegree.ogcwebservices.wps.execute |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wps.execute | |
---|---|
class |
ExecuteResponseDocument
|
Uses of XMLFragment in org.deegree.ogcwebservices.wpvs.capabilities |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wpvs.capabilities | |
---|---|
class |
WPVSCapabilitiesDocument
This class represents a WPVSCapabilitiesDocument object. |
Uses of XMLFragment in org.deegree.ogcwebservices.wpvs.configuration |
---|
Subclasses of XMLFragment in org.deegree.ogcwebservices.wpvs.configuration | |
---|---|
class |
WPVSConfigurationDocument
Parser for WPVS configuration documents. |
Uses of XMLFragment in org.deegree.owscommon |
---|
Methods in org.deegree.owscommon that return XMLFragment | |
---|---|
static XMLFragment |
XMLFactory.export(ExceptionReport exr)
Exports an ExceptionReport to an XML Document as defined in the OGC common implementation specification 0.2.0 . |
static XMLFragment |
XMLFactory.exportNS(ExceptionReport exr)
|
Uses of XMLFragment in org.deegree.owscommon_new |
---|
Subclasses of XMLFragment in org.deegree.owscommon_new | |
---|---|
class |
OWSCommonCapabilitiesDocument
OWSCommonCapabilitiesDocument is the parser class for the
OWSCommonCapabilities data class. |
Uses of XMLFragment in org.deegree.portal.context |
---|
Methods in org.deegree.portal.context that return XMLFragment | |
---|---|
static XMLFragment |
XMLFactory.export(ViewContext viewContext)
Creates a new org.w3c.dom.Document describing a ViewContext . |
Methods in org.deegree.portal.context with parameters of type XMLFragment | |
---|---|
static ViewContext |
WebMapContextFactory.createViewContext(XMLFragment xml,
User user,
String sessionID)
|
Uses of XMLFragment in org.deegree.portal.standard.context.control |
---|
Methods in org.deegree.portal.standard.context.control that return XMLFragment | |
---|---|
protected XMLFragment |
ContextSwitchListener.getContext(String context,
Envelope bbox,
String sessionID)
returns the context to be used as a String |
Methods in org.deegree.portal.standard.context.control with parameters of type XMLFragment | |
---|---|
protected String |
ContextSwitchListener.doTransformContext(String xsl,
XMLFragment xml)
Transforms the context pointed to by xml into html using xsl |
protected String |
AbstractContextListener.transformToHtmlMapContext(XMLFragment xml,
String xsl)
This function takes in a XmlFragment and transforms it to a html map context |
Uses of XMLFragment in org.deegree.portal.standard.wfs.control |
---|
Methods in org.deegree.portal.standard.wfs.control that return XMLFragment | |
---|---|
protected XMLFragment |
DigitizeListener.performRequest(String request,
String wfsAddress)
Send the request (e.g. wfs:Transaction, wfs:GetFeature) to the WFS of the passed address and return the received WFS response as XMLFragment. |
Methods in org.deegree.portal.standard.wfs.control with parameters of type XMLFragment | |
---|---|
protected void |
DigitizeListener.handleNegativeResponse(XMLFragment response)
A negative response by the WFS needs to be handled individually in each derived Listener. |
protected Object[] |
DigitizeListener.handlePositiveResponse(XMLFragment response)
A positive response by the WFS needs to be handled individually in each derived Listener. |
protected Object[] |
DigitizeListener.handleResponse(XMLFragment response)
Handle the WFS transaction response. |
|
deegree 2.1 (2007/11/08 09:57 build-328-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net