|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLParsingException in org.deegree.crs.configuration.gml |
---|
Methods in org.deegree.crs.configuration.gml that throw XMLParsingException | |
---|---|
protected org.w3c.dom.Element |
GMLCRSProvider.getRequiredXlinkedElement(org.w3c.dom.Element propertyElement,
java.lang.String alternativeXPath)
convenience method to retrieve a given required element either by resolving a optional xlink or by evaluating the required element denoted by the xpath. |
protected Axis |
GMLCRSProvider.parseAxis(org.w3c.dom.Element rootElement)
|
protected Axis[] |
GMLCRSProvider.parseAxisFromCSType(org.w3c.dom.Element rootElement)
For the ellipsoidal and cartesian cs Types, this method also checks the consistency of axis (radian, radian, [metre] ) or (metre, metre, [metre] ). |
protected CompoundCRS |
GMLCRSProvider.parseCompoundCRS(org.w3c.dom.Element rootElement)
This methods parses the given element and maps it onto a CompoundCRS . |
protected GeodeticDatum |
GMLCRSProvider.parseDatum(org.w3c.dom.Element rootElement)
|
protected Ellipsoid |
GMLCRSProvider.parseEllipsoid(org.w3c.dom.Element rootElement)
|
protected CoordinateSystem |
GMLCRSProvider.parseGeodeticCRS(org.w3c.dom.Element rootElement)
|
protected Transformation |
GMLCRSProvider.parseGMLTransformation(org.w3c.dom.Element rootElement)
Parses some of the gml 3.2 transformation constructs. |
Identifiable |
GMLCRSProvider.parseIdentifiedObject(org.w3c.dom.Element rootElement)
|
protected Pair<Identifiable,Pair<Unit,java.lang.Double>> |
GMLCRSProvider.parseParameterValue(org.w3c.dom.Element rootElement)
|
protected java.util.List<Pair<Identifiable,Pair<Unit,java.lang.Double>>> |
GMLCRSProvider.parseParameterValues(org.w3c.dom.Element rootElement)
|
protected PrimeMeridian |
GMLCRSProvider.parsePrimeMeridian(org.w3c.dom.Element rootElement)
|
protected CoordinateSystem |
GMLCRSProvider.parseProjectedCRS(org.w3c.dom.Element rootElement)
|
protected Projection |
GMLCRSProvider.parseProjection(org.w3c.dom.Element rootElement,
GeographicCRS underlyingCRS)
For now this method actually wraps all information in a gml:AbstractGeneralConversionType (or a derived subtype) into an Identifiable Object (used for the Projections). |
protected Unit |
GMLCRSProvider.parseUnitOfMeasure(org.w3c.dom.Element elementContainingUOMAttribute)
Returns the unit defined by the uomAttribute given of the given element. |
protected VerticalCRS |
GMLCRSProvider.parseVerticalCRS(org.w3c.dom.Element rootElement)
|
protected VerticalDatum |
GMLCRSProvider.parseVerticalDatum(org.w3c.dom.Element rootElement)
|
Uses of XMLParsingException in org.deegree.enterprise.servlet |
---|
Methods in org.deegree.enterprise.servlet that throw XMLParsingException | |
---|---|
protected void |
SOAP_1_1_FacadeServletFilter.checkMustUnderstandAttributes(org.w3c.dom.Element headerElement)
Check all direct children of the given headerElement for the mustUndertand attribute. |
protected XMLFragment |
SOAP_1_1_FacadeServletFilter.handleSOAPRequest(XMLFragment xmlReq)
Handles a SOAP 1.1. envelope request. |
Uses of XMLParsingException in org.deegree.framework.trigger |
---|
Methods in org.deegree.framework.trigger that throw XMLParsingException | |
---|---|
TriggerCapabilities |
TriggerConfigurationDocument.parseTriggerCapabilities()
|
Uses of XMLParsingException in org.deegree.framework.util |
---|
Methods in org.deegree.framework.util that throw XMLParsingException | |
---|---|
static java.lang.String |
StringTools.normalizeString(java.lang.String source,
java.lang.String locale)
The passed string gets normalized along the rules for the given locale as they are set in the file ". |
Uses of XMLParsingException in org.deegree.framework.xml |
---|
Methods in org.deegree.framework.xml that throw XMLParsingException | |
---|---|
static void |
XMLTools.checkValue(java.lang.String value,
java.lang.String[] validValues)
|
java.util.Map<java.net.URI,java.net.URL> |
XMLFragment.getAttachedSchemas()
Determines the namespace URI s and the bound schema URL s from the 'xsi:schemaLocation'
attribute of the document element. |
static org.w3c.dom.Element |
XMLTools.getElement(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static java.util.List<org.w3c.dom.Element> |
XMLTools.getElements(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static org.w3c.dom.Node |
XMLTools.getNode(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static boolean |
XMLTools.getNodeAsBoolean(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
boolean defaultValue)
|
static double |
XMLTools.getNodeAsDouble(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
double defaultValue)
|
static int |
XMLTools.getNodeAsInt(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
int defaultValue)
|
static QualifiedName |
XMLTools.getNodeAsQualifiedName(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
QualifiedName defaultValue)
|
static java.lang.String |
XMLTools.getNodeAsString(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String defaultValue)
|
static java.net.URI |
XMLTools.getNodeAsURI(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.net.URI defaultValue)
|
static java.util.List<org.w3c.dom.Node> |
XMLTools.getNodes(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
returns a list of nodes matching the passed XPath |
static QualifiedName[] |
XMLTools.getNodesAsQualifiedNames(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.util.List<java.lang.String> |
XMLTools.getNodesAsStringList(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String[] |
XMLTools.getNodesAsStrings(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.net.URI[] |
XMLTools.getNodesAsURIs(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
protected QualifiedName |
XMLFragment.getQualifiedName(org.w3c.dom.Element element)
Returns the qualified name of the given element. |
static QualifiedName |
XMLTools.getQualifiedNameValue(org.w3c.dom.Node node)
Parses the value of the submitted Node as a QualifiedName . |
static java.lang.String |
XMLTools.getRequiredAttrValue(java.lang.String name,
java.net.URI namespaceURI,
org.w3c.dom.Node node)
Returns the value of the specified node attribute. |
static org.w3c.dom.Element |
XMLTools.getRequiredChildElement(java.lang.String name,
java.net.URI namespaceURI,
org.w3c.dom.Node node)
Deprecated. |
static org.w3c.dom.Element |
XMLTools.getRequiredElement(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static java.util.List<org.w3c.dom.Element> |
XMLTools.getRequiredElements(org.w3c.dom.Node contextNode,
java.lang.String xpath,
NamespaceContext nsContext)
|
static org.w3c.dom.Node |
XMLTools.getRequiredNode(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static boolean |
XMLTools.getRequiredNodeAsBoolean(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static double |
XMLTools.getRequiredNodeAsDouble(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static double[] |
XMLTools.getRequiredNodeAsDoubles(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String regex)
Returns the parts of the targeted node value which are separated by the specified regex. |
static int |
XMLTools.getRequiredNodeAsInt(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName |
XMLTools.getRequiredNodeAsQualifiedName(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String |
XMLTools.getRequiredNodeAsString(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String |
XMLTools.getRequiredNodeAsString(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String[] validValues)
|
static java.lang.String[] |
XMLTools.getRequiredNodeAsStrings(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
java.lang.String regex)
Returns the parts of the targeted node value which are separated by the specified regex. |
static java.net.URI |
XMLTools.getRequiredNodeAsURI(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.util.List<org.w3c.dom.Node> |
XMLTools.getRequiredNodes(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName[] |
XMLTools.getRequiredNodesAsQualifiedNames(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static java.lang.String[] |
XMLTools.getRequiredNodesAsStrings(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
Returns the content of the nodes matching the XPathQuery as a String array. |
static java.lang.String |
XMLTools.getRequiredStringValue(java.lang.String name,
java.net.URI namespace,
org.w3c.dom.Node node)
Returns the text contained in the specified child element of the given element. |
static QualifiedName |
XMLFragment.parseQualifiedName(org.w3c.dom.Node node)
Parses the value of the submitted Node as a QualifiedName . |
protected SimpleLink |
XMLFragment.parseSimpleLink(org.w3c.dom.Element element)
Parses the submitted Element as a SimpleLink . |
Uses of XMLParsingException in org.deegree.framework.xml.schema |
---|
Subclasses of XMLParsingException in org.deegree.framework.xml.schema | |
---|---|
class |
UndefinedElementException
Thrown when a reference to an XML element is encountered that is unknown in the context (i.e. in the XML Schema document). |
class |
UndefinedXSDTypeException
Thrown when a reference to an XML type is encountered that is unknown in the context (i.e. in the XML Schema document). |
class |
UnresolvableReferenceException
Thrown when a reference to an XML type or element is encountered that is unknown in the context (i.e. in the XML Schema document). |
class |
XMLSchemaException
This exception is thrown when a syntactic or semantic error has been encountered during the parsing or the processing of an XML Schema document. |
Methods in org.deegree.framework.xml.schema that throw XMLParsingException | |
---|---|
ComplexTypeDeclaration[] |
XSDocument.extractComplexTypeDeclarations()
Extracts all global (top-level) complex type declarations from the underlying schema document. |
ElementDeclaration[] |
XSDocument.extractElementDeclarations()
Extracts all global (top-level) element declarations from the underlying schema document. |
SimpleTypeDeclaration[] |
XSDocument.extractSimpleTypeDeclarations()
Extracts all global (top-level) simple type declarations from the underlying schema document. |
java.net.URI |
XSDocument.getTargetNamespace()
Returns the target namespace of the underlying schema document. |
protected ComplexTypeDeclaration |
XSDocument.parseComplexTypeDeclaration(org.w3c.dom.Element element)
Parses the given Element as an 'xs:complexType' declaration. |
protected ElementDeclaration |
XSDocument.parseElementDeclaration(org.w3c.dom.Element element)
Parses the given Element as an 'xs:element' declaration. |
protected SimpleTypeDeclaration |
XSDocument.parseSimpleTypeDeclaration(org.w3c.dom.Element element)
Parses the given Element as an 'xs:simpleType' declaration. |
XMLSchema |
XSDocument.parseXMLSchema()
Returns the class representation of the underlying schema document. |
Uses of XMLParsingException in org.deegree.graphics |
---|
Methods in org.deegree.graphics that throw XMLParsingException | |
---|---|
java.awt.image.BufferedImage |
BlurImage.renderUserRealm(java.awt.image.BufferedImage image,
Envelope bbox,
Geometry geom)
Render the surface geometry the user is allowed to see. |
Uses of XMLParsingException in org.deegree.graphics.charts |
---|
Methods in org.deegree.graphics.charts that throw XMLParsingException | |
---|---|
protected void |
ChartConfig.parseConfigurations(org.w3c.dom.Element root)
This is the main parsing method. |
protected void |
ChartConfig.parseGeneralChartSettings(org.w3c.dom.Element chartElem)
Parses the general settings of the configurations file. |
protected void |
ChartConfig.parseLinePlotSettings(org.w3c.dom.Element lineplotElem)
Parses the Line plot settings of the configurations file. |
protected void |
ChartConfig.parsePiePlotSettings(org.w3c.dom.Element pieplotElem)
Parses the Pie plot settings of the configurations file. |
protected void |
ChartConfig.parsePlotSettings(org.w3c.dom.Element plotElem)
Parses the plot settings of the configurations file. |
Constructors in org.deegree.graphics.charts that throw XMLParsingException | |
---|---|
ChartConfig(java.net.URL configsPath)
Takes in the path to the configurations file, parses it and holds its values |
Uses of XMLParsingException in org.deegree.graphics.sld |
---|
Methods in org.deegree.graphics.sld that throw XMLParsingException | |
---|---|
static FeatureTypeStyle |
SLDFactory.createFeatureTypeStyle(org.w3c.dom.Element element)
Creates a FeatureTypeStyle-instance according to the contents of the DOM-subtree starting at the given 'FeatureTypeStyle'-Element. |
static LayerFeatureConstraints |
SLDFactory.createLayerFeatureConstraints(org.w3c.dom.Element element)
Creates a LayerFeatureConstraints-instance according to the contents of the DOM-subtree starting at the given 'LayerFeatureConstraints'-Element. |
static StyledLayerDescriptor |
SLDFactory.createSLD(java.lang.String s)
Creates a StyledLayerDescriptor-instance from the given XML-representation. |
static StyledLayerDescriptor |
SLDFactory.createSLD(java.net.URL url)
Creates a StyledLayerDescriptor-instance from a SLD document read from the passed URL |
static StyledLayerDescriptor |
SLDFactory.createSLD(XMLFragment sldDoc)
Creates a StyledLayerDescriptor-instance according to the contents of the DOM-subtree starting at the given 'StyledLayerDescriptor'-Element. |
static Symbolizer |
SLDFactory.createSymbolizer(org.w3c.dom.Element symbolizerElement)
|
static UserStyle |
SLDFactory.createUserStyle(org.w3c.dom.Element element)
Creates a UserStyle-instance according to the contents of the DOM-subtree starting at the given 'UserStyle'-Element. |
Uses of XMLParsingException in org.deegree.io |
---|
Methods in org.deegree.io that throw XMLParsingException | |
---|---|
JDBCConnection |
IODocument.parseJDBCConnection()
parses a JDBCConnection element and returns the object representation |
Uses of XMLParsingException in org.deegree.io.datastore |
---|
Methods in org.deegree.io.datastore that throw XMLParsingException | |
---|---|
abstract DatastoreConfiguration |
AnnotationDocument.parseDatastoreConfiguration()
Parses the global schema annotations into a DatastoreConfiguration . |
Uses of XMLParsingException in org.deegree.io.datastore.cached |
---|
Methods in org.deegree.io.datastore.cached that throw XMLParsingException | |
---|---|
CachedWFSDatastoreConfiguration |
CachedWFSAnnotationDocument.parseDatastoreConfiguration()
|
Uses of XMLParsingException in org.deegree.io.datastore.schema |
---|
Methods in org.deegree.io.datastore.schema that throw XMLParsingException | |
---|---|
protected MappedFeatureType |
MappedGMLSchema.buildFeatureType(ElementDeclaration element)
Builds a MappedFeatureType from the given element declaration. |
protected PropertyType |
MappedGMLSchema.buildPropertyTypeRealName(MappedElementDeclaration element,
java.lang.String table,
QualifiedName propertyName)
|
protected MappedComplexTypeDeclaration |
MappedGMLSchemaDocument.parseComplexTypeDeclaration(org.w3c.dom.Element element)
Parses the given Element as an annotated 'xs:complexType' declaration (with mapping information). |
(package private) ConstantContent |
MappedGMLSchemaDocument.parseConstantContent(org.w3c.dom.Element element)
Parses the given element as a "deegreewfs:Constant" element. |
java.net.URI |
MappedGMLSchemaDocument.parseDefaultSRS(org.w3c.dom.Element annotationElement,
java.net.URI defaultValue)
Returns the value of the "deegreewfs:DefaultSRS" element. |
protected MappedElementDeclaration |
MappedGMLSchemaDocument.parseElementDeclaration(org.w3c.dom.Element element)
Parses the given Element as an annotated 'xs:element' declaration (with mapping information). |
(package private) FunctionParam |
MappedGMLSchemaDocument.parseFunctionParam(org.w3c.dom.Element element,
java.lang.String table)
Parses the given "deegreewfs:FunctionParam" element. |
java.util.LinkedList<Pair<PropertyType,QualifiedName>> |
MappedGMLSchemaDocument.parseGMLDefaultProps(org.w3c.dom.Element annotationElement,
java.lang.String table,
MappedGMLSchema schema)
|
int |
MappedGMLSchemaDocument.parseIdentityPart(org.w3c.dom.Element annotationElement)
Returns the value of the "deegreewfs:IdentityPart" element. |
boolean |
MappedGMLSchemaDocument.parseIsDeletable(org.w3c.dom.Element annotationElement)
Parses the 'deletable' status of the given feature type annotation element. |
boolean |
MappedGMLSchemaDocument.parseIsInsertable(org.w3c.dom.Element annotationElement)
Parses the 'insertable' status of the given feature type annotation element. |
boolean |
MappedGMLSchemaDocument.parseIsPseudoFeatureType(org.w3c.dom.Element annotationElement)
Parses the 'isPseudoFeatureType' element of the given feature type annotation element. |
boolean |
MappedGMLSchemaDocument.parseIsUpdatable(org.w3c.dom.Element annotationElement)
Parses the 'updatable' status of the given feature type annotation element. |
MappedGMLSchema |
MappedGMLSchemaDocument.parseMappedGMLSchema()
Returns the class representation of the underlying mapped GML schema document. |
java.net.URI[] |
MappedGMLSchemaDocument.parseOtherSRS(org.w3c.dom.Element annotationElement)
Returns the values of the "deegreewfs:OtherSRS" elements. |
(package private) SpecialContent |
MappedGMLSchemaDocument.parseSpecialContent(org.w3c.dom.Element element)
Parses the given "deegreewfs:SpecialContent" element. |
(package private) SQLFunctionCall |
MappedGMLSchemaDocument.parseSQLFunctionCall(org.w3c.dom.Element element,
java.lang.String table)
Parses the given element as a "deegreewfs:SQLFunctionCall" element. |
int |
MappedGMLSchemaDocument.parseVisible(org.w3c.dom.Element annotationElement)
Returns the value of the "deegreewfs:visible" element. |
Constructors in org.deegree.io.datastore.schema that throw XMLParsingException | |
---|---|
MappedGMLSchema(java.net.URI targetNamespace,
SimpleTypeDeclaration[] simpleTypes,
ComplexTypeDeclaration[] complexTypes,
ElementDeclaration[] elementDeclarations,
java.lang.String namespacePrefix,
java.net.URI defaultSRS,
DatastoreConfiguration backendConfiguration,
boolean suppressXLinkOutput,
MappedGMLSchemaDocument doc)
Creates a new MappedGMLSchema instance from the given parameters. |
Uses of XMLParsingException in org.deegree.io.datastore.shape |
---|
Methods in org.deegree.io.datastore.shape that throw XMLParsingException | |
---|---|
ShapeDatastoreConfiguration |
ShapeAnnotationDocument.parseDatastoreConfiguration()
|
Uses of XMLParsingException in org.deegree.io.datastore.sql |
---|
Methods in org.deegree.io.datastore.sql that throw XMLParsingException | |
---|---|
SQLDatastoreConfiguration |
SQLAnnotationDocument.parseDatastoreConfiguration()
|
Uses of XMLParsingException in org.deegree.io.datastore.wfs |
---|
Methods in org.deegree.io.datastore.wfs that throw XMLParsingException | |
---|---|
CascadingWFSDatastoreConfiguration |
CascadingWFSAnnotationDocument.parseDatastoreConfiguration()
|
Uses of XMLParsingException in org.deegree.io.mapinfoapi |
---|
Methods in org.deegree.io.mapinfoapi that throw XMLParsingException | |
---|---|
static void |
MIFStyle2SLD.insertBrushStyle(java.util.Map<java.lang.String,java.lang.String> map,
XMLFragment doc,
java.lang.String name)
|
static void |
MIFStyle2SLD.insertPenStyle(java.util.Map<java.lang.String,java.lang.String> map,
XMLFragment doc)
|
void |
MIFStyle2SLD.insertSymbolStyle(java.util.Map<java.lang.String,java.lang.String> map,
XMLFragment doc)
|
static void |
MIFStyle2SLD.insertTextStyle(java.util.Map<java.lang.String,java.lang.String> map,
XMLFragment doc)
|
static void |
MIFStyle2SLD.updateFillPatternSVG(XMLFragment doc,
java.lang.String foreground,
java.lang.String background)
|
static void |
MIFStyle2SLD.updateSVGColors(XMLFragment doc,
java.lang.String fill,
java.lang.String stroke)
|
Uses of XMLParsingException in org.deegree.model.feature |
---|
Methods in org.deegree.model.feature that throw XMLParsingException | |
---|---|
protected FeatureType |
GMLFeatureDocument.getFeatureType(QualifiedName ftName)
Returns the feature type with the given name. |
protected java.util.Map<java.net.URI,GMLSchema> |
GMLFeatureDocument.getGMLSchemas()
Determines and retrieves the GML schemas that the document refers to. |
protected GMLSchema |
GMLFeatureDocument.getSchemaForNamespace(java.net.URI ns)
Returns the GML schema for the given namespace. |
FeatureCollection |
GMLFeatureCollectionDocument.parse()
Returns the object representation of the underlying feature collection document. |
Feature |
GMLFeatureDocument.parseFeature()
Returns the object representation for the root feature element. |
protected Feature |
GMLFeatureDocument.parseFeature(org.w3c.dom.Element element)
Returns the object representation for the given feature element. |
protected Feature |
GMLFeatureDocument.parseFeature(org.w3c.dom.Element element,
java.lang.String srsName)
Returns the object representation for the given feature element. |
Feature |
GMLFeatureDocument.parseFeature(java.lang.String defaultSRS)
Returns the object representation for the root feature element. |
FeatureProperty |
GMLFeatureDocument.parseProperty(org.w3c.dom.Element propertyElement,
FeatureType ft)
Returns the object representation for the given property element. |
FeatureProperty |
GMLFeatureDocument.parseProperty(org.w3c.dom.Element propertyElement,
FeatureType ft,
java.lang.String srsName)
Returns the object representation for the given property element. |
protected void |
GMLFeatureDocument.resolveXLinkReferences()
|
Uses of XMLParsingException in org.deegree.model.feature.schema |
---|
Subclasses of XMLParsingException in org.deegree.model.feature.schema | |
---|---|
class |
UndefinedFeatureTypeException
Thrown when a reference to an XML type is encountered that is unknown in the context (i.e. in the XML Schema document). |
Methods in org.deegree.model.feature.schema that throw XMLParsingException | |
---|---|
protected FeatureType |
GMLSchema.buildFeatureType(ElementDeclaration element)
|
protected void |
GMLSchema.buildFeatureTypeMap(ElementDeclaration[] elementDeclarations)
Initializes the internal feature type map which is used to lookup feature types by name. |
GMLSchema |
GMLSchemaDocument.parseGMLSchema()
Returns the class representation of the underlying GML schema document. |
Constructors in org.deegree.model.feature.schema that throw XMLParsingException | |
---|---|
GMLSchema(java.net.URI targetNamespace,
SimpleTypeDeclaration[] simpleTypes,
ComplexTypeDeclaration[] complexTypes,
ElementDeclaration[] elementDeclarations)
Creates a new GMLSchema instance from the given parameters. |
Uses of XMLParsingException in org.deegree.model.filterencoding |
---|
Subclasses of XMLParsingException in org.deegree.model.filterencoding | |
---|---|
class |
FilterConstructionException
This exception is thrown when invalid data (such as an incoherent DOM-fragment) is encountered during the construction of a Filter objects or a component of it. |
Uses of XMLParsingException in org.deegree.model.filterencoding.capabilities |
---|
Methods in org.deegree.model.filterencoding.capabilities that throw XMLParsingException | |
---|---|
FilterCapabilities |
FilterCapabilities100Fragment.parseFilterCapabilities()
Returns the object representation for the ogc:Filter_Capabilities root element. |
FilterCapabilities |
FilterCapabilities110Fragment.parseFilterCapabilities()
Returns the object representation for the ogc:Filter_Capabilities root
element. |
Uses of XMLParsingException in org.deegree.model.metadata.iso19115 |
---|
Methods in org.deegree.model.metadata.iso19115 that throw XMLParsingException | |
---|---|
Address |
ISO19115Document.parseAddress(org.w3c.dom.Element root)
|
CitedResponsibleParty |
ISO19115Document.parseCitedResponsibleParty(org.w3c.dom.Element root)
|
Constraints |
ISO19115Document.parseConstraint(org.w3c.dom.Element root,
java.lang.String fee)
|
ContactInfo |
ISO19115Document.parseContactInfo(org.w3c.dom.Element root)
|
Keywords |
ISO19115Document.parseKeywords(org.w3c.dom.Element root)
|
OnlineResource |
ISO19115Document.parseOnlineResource(org.w3c.dom.Element root)
|
Phone |
ISO19115Document.parsePhone(org.w3c.dom.Element root)
|
Uses of XMLParsingException in org.deegree.model.spatialschema |
---|
Methods in org.deegree.model.spatialschema that throw XMLParsingException | |
---|---|
static Geometry |
GMLGeometryAdapter.wrap(java.lang.String gml)
Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrap(String,String) instead |
static Geometry |
GMLGeometryAdapter.wrap(java.lang.String gml,
java.lang.String srsName)
Converts the given string representation of a GML geometry object to a corresponding deegree Geometry . |
static Envelope |
GMLGeometryAdapter.wrapBox(org.w3c.dom.Element element)
Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrapBox(Element,String)
instead |
static Envelope |
GMLGeometryAdapter.wrapBox(org.w3c.dom.Element element,
java.lang.String srsName)
Returns an instance of Envelope created from the passed gml:Box or gml:Envelope
element. |
static Surface |
GMLGeometryAdapter.wrapBoxAsSurface(org.w3c.dom.Element element,
java.lang.String srsName)
Returns a Surface created from the given gml:Box element. |
static Curve |
GMLGeometryAdapter.wrapCurveAsCurve(org.w3c.dom.Element element,
java.lang.String srsName)
Returns an instance of Curve created from the passed gml:Curve element. |
static Curve |
GMLGeometryAdapter.wrapLinearRing(org.w3c.dom.Element element,
java.lang.String srsName)
Parses the given gml:LinearRing element as a Curve . |
static Curve |
GMLGeometryAdapter.wrapLineString(org.w3c.dom.Element element,
java.lang.String srsName)
Returns a Curve instance created from the passed gml:LineString element. |
static MultiCurve |
GMLGeometryAdapter.wrapMultiCurveAsMultiCurve(org.w3c.dom.Element element,
java.lang.String srsName)
Parses the given gml:MultiCurve element as a MultiCurve . |
static MultiGeometry |
GMLGeometryAdapter.wrapMultiGeometry(org.w3c.dom.Element element,
java.lang.String srsName)
Creates an instance of MultiGeometry from the passed gml:MultiGeometry element. |
static MultiCurve |
GMLGeometryAdapter.wrapMultiLineString(org.w3c.dom.Element element,
java.lang.String srsName)
Returns a MultiCurve instance created from the passed gml:MultiLineString element. |
static MultiPoint |
GMLGeometryAdapter.wrapMultiPoint(org.w3c.dom.Element element,
java.lang.String srsName)
Returns a MultiPoint instance created from the passed gml:MultiPoint element. |
static MultiSurface |
GMLGeometryAdapter.wrapMultiPolygon(org.w3c.dom.Element element,
java.lang.String srsName)
Returns a MultiSurface instance created from the passed gml:MultiPolygon element. |
static MultiSurface |
GMLGeometryAdapter.wrapMultiSurfaceAsMultiSurface(org.w3c.dom.Element element,
java.lang.String srsName)
Parses the given gml:MultiSurface element as a MultiSurface . |
static Point |
GMLGeometryAdapter.wrapPoint(org.w3c.dom.Element element,
java.lang.String srsName)
Returns a Point instance created from the passed gml:Point element. |
static Surface |
GMLGeometryAdapter.wrapPolygon(org.w3c.dom.Element element,
java.lang.String srsName)
Parses the given gml:Polygon element as a Surface . |
static Curve |
GMLGeometryAdapter.wrapRing(org.w3c.dom.Element element,
java.lang.String srsName)
Parses the given gml:Ring element as a Curve . |
static Surface |
GMLGeometryAdapter.wrapSurfaceAsSurface(org.w3c.dom.Element element,
java.lang.String srsName)
Returns an instance of Surface created from the passed gml:Surface element. |
Uses of XMLParsingException in org.deegree.ogcbase |
---|
Methods in org.deegree.ogcbase that throw XMLParsingException | |
---|---|
static SortProperty |
SortProperty.create(org.w3c.dom.Element element)
Parses the given SortProperty element. |
protected CodeList |
OGCDocument.parseCodeList(org.w3c.dom.Element element)
creates a CodeList object from the passed element |
protected CodeList[] |
OGCDocument.parseCodeListArray(ElementList el)
creates an array of CodeList objects from the passed element list |
static PropertyPath |
OGCDocument.parseExtendedPropertyPath(org.w3c.dom.Element e)
|
protected Interval |
OGCDocument.parseInterval(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates an Interval object from the passed element |
static LonLatEnvelope |
OGCDocument.parseLonLatEnvelope(org.w3c.dom.Element element)
creates a LonLatEnvelope object from the passed element |
protected OnlineResource |
OGCDocument.parseOnLineResource(org.w3c.dom.Element element)
Creates an OnLineResource instance from the passed element. |
static PropertyPath |
OGCDocument.parsePropertyPath(org.w3c.dom.Text textNode)
Creates a new instance of PropertyPath from the given text node. |
protected TimePeriod |
OGCDocument.parseTimePeriod(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates a TimePeriod from the passed element |
protected TimePeriod[] |
OGCDocument.parseTimePeriods(ElementList el,
java.net.URI namespaceURI)
creates an array of TimePeriod s from the passed element |
static TimePosition |
GMLDocument.parseTimePosition(org.w3c.dom.Element element)
creates a TimePosition object from the passed element. |
protected static TimePosition[] |
OGCDocument.parseTimePositions(ElementList el)
creates an array of TimePosition s from the passed element |
protected TimeSequence |
OGCDocument.parseTimeSequence(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates an TimeSequence from the passed element |
protected TypedLiteral |
OGCDocument.parseTypedLiteral(org.w3c.dom.Element element)
creates a TypedLiteral from the passed element |
protected Values |
OGCDocument.parseValues(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates a Values object from the passed element |
Uses of XMLParsingException in org.deegree.ogcwebservices.csw |
---|
Methods in org.deegree.ogcwebservices.csw that throw XMLParsingException | |
---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
AbstractCSWRequestDocument.parseDRMParams(org.w3c.dom.Element root)
|
Uses of XMLParsingException in org.deegree.ogcwebservices.csw.capabilities |
---|
Methods in org.deegree.ogcwebservices.csw.capabilities that throw XMLParsingException | |
---|---|
OperationsMetadata |
CatalogueCapabilitiesDocument.getOperationsMetadata()
Creates a class representation of the OperationsMetadata - section. |
OperationsMetadata |
CatalogueCapabilitiesDocument_2_0_2.getOperationsMetadata()
Creates a class representation of the OperationsMetadata - section. |
CatalogueGetCapabilities |
CatalogueGetCapabilitiesDocument.parse(java.lang.String id)
Parses the underlying document into a GetCapabilities request object. |
protected EBRIMCapabilities |
CatalogueCapabilitiesDocument.parseEBRIMCapabilities()
|
protected EBRIMCapabilities |
CatalogueCapabilitiesDocument_2_0_2.parseEBRIMCapabilities()
|
Uses of XMLParsingException in org.deegree.ogcwebservices.csw.configuration |
---|
Methods in org.deegree.ogcwebservices.csw.configuration that throw XMLParsingException | |
---|---|
protected OWSDomainType |
CatalogueConfigurationDocument.getOWSDomainType(java.lang.String operation,
org.w3c.dom.Element parameterElement)
Overwritten to cope with additional deegree CSW specific attributes (used in the "outputSchema" parameter element). |
Uses of XMLParsingException in org.deegree.ogcwebservices.csw.discovery |
---|
Methods in org.deegree.ogcwebservices.csw.discovery that throw XMLParsingException | |
---|---|
GetRecordByIdResult |
GetRecordByIdResultDocument.parseGetRecordByIdResponse(GetRecordById request)
parses a GetRecordById response XML document and maps it to its corresponding java/deegree class |
protected java.lang.String |
DescribeRecordDocument.parseTypeName(org.w3c.dom.Element root)
Parses a TypeName element into a QualifiedName . |
Uses of XMLParsingException in org.deegree.ogcwebservices.csw.iso_profile |
---|
Methods in org.deegree.ogcwebservices.csw.iso_profile that throw XMLParsingException | |
---|---|
java.lang.String |
Mapping2_0_2_blob.getLiteralValueIsEqualTo(org.w3c.dom.Node node)
|
java.lang.String |
Mapping2_0_2.getLiteralValueIsEqualTo(org.w3c.dom.Node node)
|
java.lang.String |
Mapping2_0_2_blob.getLiteralValueIsLike(org.w3c.dom.Node node,
java.lang.String propName,
java.lang.String wildCard)
|
java.lang.String |
Mapping2_0_2.getLiteralValueIsLike(org.w3c.dom.Node node,
java.lang.String propName,
java.lang.String wildCard)
|
static java.lang.String |
Mapping.mapPropertyValue(org.w3c.dom.Node node,
java.lang.String hlevel)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema |
java.lang.String |
Mapping2_0_2_blob.mapPropertyValue(org.w3c.dom.Node node,
java.lang.String nspDec)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema |
java.lang.String |
Mapping2_0_2.mapPropertyValue(org.w3c.dom.Node node,
java.lang.String nspDec)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema |
static java.lang.String |
Mapping.mapSortProperty(org.w3c.dom.Node node,
java.lang.String hlevel)
maps property names for sorting from the catalogue schema to the underlying WFS schema |
java.lang.String |
Mapping2_0_2_blob.mapSortProperty(org.w3c.dom.Node node,
java.lang.String nspDec)
maps property names for sorting from the catalogue schema to the underlying WFS schema |
java.lang.String |
Mapping2_0_2.mapSortProperty(org.w3c.dom.Node node,
java.lang.String nspDec)
maps property names for sorting from the catalogue schema to the underlying WFS schema |
Uses of XMLParsingException in org.deegree.ogcwebservices.csw.iso_profile.ebrim |
---|
Methods in org.deegree.ogcwebservices.csw.iso_profile.ebrim that throw XMLParsingException | |
---|---|
java.lang.String |
EBRIM_Mapping.mapPropertyPath(org.w3c.dom.Node node)
maps a property name of GetRecords, Delete and Update request from the catalogue schema to the underlying WFS schema |
java.lang.String |
EBRIM_Mapping.mapTypeNames(org.w3c.dom.Node node)
maps the property names of given typenames in the typeNames attribute of a GetRecords request to the catalogue schema of the underlying WFS schema |
Uses of XMLParsingException in org.deegree.ogcwebservices.csw.manager |
---|
Methods in org.deegree.ogcwebservices.csw.manager that throw XMLParsingException | |
---|---|
static Transaction |
Harvest.create(java.lang.String id,
org.w3c.dom.Element transRoot)
creates a Harvesting Request from its XM representation |
static TransactionResult |
TransactionResult.create(Transaction transaction,
org.w3c.dom.Element root)
|
static HarvetResultDocument |
XMLFactory.export(HarvestResult response)
|
static TransactionDocument |
XMLFactory.export(Transaction transaction)
|
static TransactionResultDocument |
XMLFactory.export(TransactionResult response)
|
Transaction |
TransactionDocument.parse(java.lang.String id)
parses a CS-W 2.0 transaction request |
Transaction |
TransactionDocument_2_0_2.parse(java.lang.String id)
parses a CS-W 2.0 transaction request |
TransactionResult |
TransactionResultDocument.parseTransactionResponse(Transaction transaction)
parses a CS-W TransactionResponse document and creates a jave class representation from it. |
Uses of XMLParsingException in org.deegree.ogcwebservices.getcapabilities |
---|
Methods in org.deegree.ogcwebservices.getcapabilities that throw XMLParsingException | |
---|---|
protected DCPType |
OGCStandardCapabilitiesDocument.getDCPType(org.w3c.dom.Element element,
java.net.URI namespaceURI)
Creates a DCPType object from the passed DCPType element. |
protected DCPType[] |
OGCStandardCapabilitiesDocument.getDCPTypes(ElementList el,
java.net.URI namespaceURI)
Creates an array of DCPType objects from the passed element list. |
protected MetadataLink |
OGCStandardCapabilitiesDocument.parseMetadataLink(org.w3c.dom.Element element)
creates a MetadataLink object from the passed element. |
protected MetadataLink |
OGCCapabilitiesDocument.parseMetadataLink(org.w3c.dom.Element element)
Creates a MetadataLink instance from the passed element. |
protected abstract OperationsMetadata |
OGCStandardCapabilitiesDocument.parseOperations(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates a Request object (instance of WCSCapabilityRequest) from the passed element encapsulating the Request part of the WCS Capabiliy section |
Uses of XMLParsingException in org.deegree.ogcwebservices.sos |
---|
Methods in org.deegree.ogcwebservices.sos that throw XMLParsingException | |
---|---|
static org.w3c.dom.Document |
WFSRequestGenerator.createBBoxWFSRequest(Envelope bbox,
QualifiedName featureTypeName,
QualifiedName coordPropertyName)
|
static org.w3c.dom.Document |
WFSRequestGenerator.createIsLikeOperationWFSRequest(java.lang.String[] literals,
QualifiedName featureType,
QualifiedName propertyName)
creates a WFS Request with one or more isLike Operations |
static org.w3c.dom.Document |
WFSRequestGenerator.createObservationWFSRequest(java.lang.Object[] times,
QualifiedName featureTypeName,
QualifiedName timePropertyName,
Operation filterOperation)
|
protected Address |
ComponentDescriptionDocument.getAddress(org.w3c.dom.Node node)
|
protected java.lang.String |
ComponentDescriptionDocument.getAttachedTo(org.w3c.dom.Node node)
gets the attachedTo part of a Item |
protected Classifier |
ComponentDescriptionDocument.getClassifiedAs(org.w3c.dom.Node node)
gets the classifiedAs part of a item |
protected ContactInfo |
ComponentDescriptionDocument.getContactInfo(org.w3c.dom.Node node)
|
protected CoordinateReferenceSystem |
ComponentDescriptionDocument.getCoordinateReferenceSystemCRS(org.w3c.dom.Node node)
|
protected ResponseModel |
ComponentDescriptionDocument.getDerivedFrom(org.w3c.dom.Node node)
|
protected ComponentDescription |
ComponentDescriptionDocument.getDescribedBy(org.w3c.dom.Node node)
|
protected Discussion |
ComponentDescriptionDocument.getDiscussion(org.w3c.dom.Node node)
|
protected EngineeringCRS |
ComponentDescriptionDocument.getEngineeringCRS(org.w3c.dom.Node node)
|
protected EngineeringCRS |
ComponentDescriptionDocument.getHasCRS(org.w3c.dom.Node node)
gets the hasCRS part of a Item |
protected Identifier |
ComponentDescriptionDocument.getIdentifiedAs(org.w3c.dom.Node node)
gets the identifiedAs part of a item |
protected LocationModel |
ComponentDescriptionDocument.getLocatedUsing(org.w3c.dom.Node node)
|
protected OnlineResource |
ComponentDescriptionDocument.getOnlineResource(org.w3c.dom.Node node)
|
protected Phone |
ComponentDescriptionDocument.getPhone(org.w3c.dom.Node node)
|
protected Quantity |
ComponentDescriptionDocument.getQuantity(org.w3c.dom.Node node)
|
protected Reference |
ComponentDescriptionDocument.getReference(org.w3c.dom.Node node)
|
protected CitedResponsibleParty |
ComponentDescriptionDocument.getResponsibleParty(org.w3c.dom.Node node)
|
protected TypedQuantity |
ComponentDescriptionDocument.getTypedQuantity(org.w3c.dom.Node node)
|
protected java.lang.Object |
ComponentDescriptionDocument.getUsesParametersFromGeoLocation(org.w3c.dom.Node node)
|
protected java.lang.Object |
ComponentDescriptionDocument.getUsesParametersFromResponseModel(org.w3c.dom.Node node)
|
Uses of XMLParsingException in org.deegree.ogcwebservices.sos.capabilities |
---|
Methods in org.deegree.ogcwebservices.sos.capabilities that throw XMLParsingException | |
---|---|
OperationsMetadata |
CapabilitiesDocument.getOperationsMetadata()
getOperationsMetadata |
protected java.util.ArrayList<Platform> |
CapabilitiesDocument.getPlatformList()
gets all platforms from the capabilities document |
protected java.util.ArrayList<Sensor> |
CapabilitiesDocument.getSensorList()
gets all sensors from the capabilities document |
Uses of XMLParsingException in org.deegree.ogcwebservices.sos.getobservation |
---|
Methods in org.deegree.ogcwebservices.sos.getobservation that throw XMLParsingException | |
---|---|
ObservationArray[] |
GetObservationDocument.getObservations(SOSDeegreeParams deegreeParams,
GetObservationRequest request)
gets the data from sensors |
Uses of XMLParsingException in org.deegree.ogcwebservices.wass.common |
---|
Methods in org.deegree.ogcwebservices.wass.common that throw XMLParsingException | |
---|---|
AuthenticationData |
AuthenticationDocument.parseAuthenticationData(org.w3c.dom.Node elem)
Parses an AuthenticationData element |
URN |
AuthenticationDocument.parseAuthenticationMethod(org.w3c.dom.Node elem)
Parses an AuthenticationMethod. |
CloseSession |
SessionOperationsDocument.parseCloseSession(java.lang.String id,
org.w3c.dom.Element request)
Parses a CloseSession element. |
java.lang.String |
AuthenticationDocument.parseCredentials(org.w3c.dom.Node elem)
Parses a Credentials element. |
GetSession |
SessionOperationsDocument.parseGetSession(java.lang.String id,
org.w3c.dom.Element request)
Parses a GetSession element. |
Operation_1_0 |
OWSCapabilitiesBaseDocument_1_0.parseOperation(org.w3c.dom.Element root)
|
OperationsMetadata_1_0 |
OWSCapabilitiesBaseDocument_1_0.parseOperationsMetadata()
|
ServiceIdentification |
OWSCapabilitiesBaseDocument_1_0.parseServiceIdentification()
Returns the class representation for the ServiceIdentification section of the
document, according to the ows 1.0 spec. |
ServiceProvider |
OWSCapabilitiesBaseDocument_1_0.parseServiceProvider()
Wrapper to make it consistent. |
SupportedAuthenticationMethod |
AuthenticationDocument.parseSupportedAuthenticationMethod(org.w3c.dom.Node elem)
Parses a SupportedAuthenticationMethod element. |
java.util.ArrayList<SupportedAuthenticationMethod> |
AuthenticationDocument.parseSupportedAuthenticationMethodList(org.w3c.dom.Element listRoot)
Parses a SupportedAuthenticationMethodList element. |
java.util.ArrayList<SupportedAuthenticationMethod> |
OWSCapabilitiesBaseDocument_1_0.parseSupportedAuthenticationMethods(java.lang.String nameSpace)
|
java.lang.String |
AuthenticationDocument.parseUnknownMethodMetadata(org.w3c.dom.Node elem)
Parses an UnknownMethodMetadata element. |
WASAuthenticationMethodMD |
AuthenticationDocument.parseWASAuthenticationMethodMD(org.w3c.dom.Node elem)
Parses a WASAuthenticationMethodMD element. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wass.was.operation |
---|
Methods in org.deegree.ogcwebservices.wass.was.operation that throw XMLParsingException | |
---|---|
WASGetCapabilities |
WASGetCapabilitiesDocument.parseCapabilities(java.lang.String id,
org.w3c.dom.Element root)
Parses a WASGetCapabilities XML request. |
Constructors in org.deegree.ogcwebservices.wass.was.operation that throw XMLParsingException | |
---|---|
DescribeUserResponse(User user,
java.lang.String sessionID)
Constructs a new response document. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wass.wss.capabilities |
---|
Methods in org.deegree.ogcwebservices.wass.wss.capabilities that throw XMLParsingException | |
---|---|
java.lang.String |
WSSCapabilitiesDocument.parseSecuredServiceType()
|
Uses of XMLParsingException in org.deegree.ogcwebservices.wass.wss.operation |
---|
Methods in org.deegree.ogcwebservices.wass.wss.operation that throw XMLParsingException | |
---|---|
protected WSSGetCapabilities |
WSSGetCapabilitiesDocument.parseCapabilities(java.lang.String id,
org.w3c.dom.Element root)
|
DoService |
DoServiceDocument.parseDoService(java.lang.String id,
org.w3c.dom.Element rootElement)
|
Uses of XMLParsingException in org.deegree.ogcwebservices.wcs |
---|
Methods in org.deegree.ogcwebservices.wcs that throw XMLParsingException | |
---|---|
protected static void |
XMLFactory.appendCapability(org.w3c.dom.Element root,
Capability capability)
appends a XML representation of the passed OnLineResource to the passed Element. |
protected static void |
XMLFactory.appendContentMetadata(org.w3c.dom.Element root,
ContentMetadata contentMetadata)
appends a XML representation of the passed ContentMetadata to the passed Element |
protected static void |
XMLFactory.appendDeegreeParams(org.w3c.dom.Element root,
WCSDeegreeParams deegreeParam)
appends the XML representation of the deegreeParams section to the passed Element |
protected static void |
XMLFactory.appendOperation(java.lang.String name,
org.w3c.dom.Element root,
Operation operation)
appends a XML representation of the passed OnLineResource to the passed Element. at the moment just the first DCPType is considered because other types than HTTP are not supported yet. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wcs.configuration |
---|
Methods in org.deegree.ogcwebservices.wcs.configuration that throw XMLParsingException | |
---|---|
protected CoverageOfferingBrief |
WCSConfigurationDocument.parseCoverageOfferingBrief(org.w3c.dom.Element element)
creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section |
Uses of XMLParsingException in org.deegree.ogcwebservices.wcs.getcapabilities |
---|
Methods in org.deegree.ogcwebservices.wcs.getcapabilities that throw XMLParsingException | |
---|---|
protected CoverageOfferingBrief |
WCSCapabilitiesDocument.parseCoverageOfferingBrief(org.w3c.dom.Element element)
creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section |
protected OperationsMetadata |
WCSCapabilitiesDocument.parseOperations(org.w3c.dom.Element element,
java.net.URI namespaceURI)
creates a Request object (instance of WCSCapabilityRequest) from the passed element encapsulating the Request part of the WCS Capabiliy section |
Uses of XMLParsingException in org.deegree.ogcwebservices.wcts.capabilities |
---|
Methods in org.deegree.ogcwebservices.wcts.capabilities that throw XMLParsingException | |
---|---|
protected Content |
WCTSCapabilitiesDocument.parseContents(java.lang.String configuredProvider)
Parses the optional wcts:Content element of the wcts:Capabilities element. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wcts.operation |
---|
Methods in org.deegree.ogcwebservices.wcts.operation that throw XMLParsingException | |
---|---|
protected java.util.List<Pair<java.lang.String,java.lang.String>> |
IsTransformableDocument.parseCoverageTypes()
|
protected java.util.List<Pair<java.lang.String,java.lang.String>> |
IsTransformableDocument.parseGeometryTypes()
|
protected java.util.List<Pair<java.lang.String,java.lang.String>> |
IsTransformableDocument.parseInterpolationTypes()
|
Uses of XMLParsingException in org.deegree.ogcwebservices.wfs |
---|
Methods in org.deegree.ogcwebservices.wfs that throw XMLParsingException | |
---|---|
static GetFeatureDocument |
XMLFactory.export(GetFeature getFeature)
Exports a GetFeature instance to a GetFeatureDocument . |
static GetFeatureDocument |
XMLFactory_1_0_0.export(GetFeature getFeature)
Exports a GetFeature instance to a GetFeatureDocument . |
static LockFeatureDocument |
XMLFactory.export(LockFeature request)
Exports a LockFeature request instance to a LockFeatureDocument . |
static TransactionDocument |
XMLFactory.export(Transaction transaction)
Exports a Transaction instance to its XML representation. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.capabilities |
---|
Methods in org.deegree.ogcwebservices.wfs.capabilities that throw XMLParsingException | |
---|---|
OperationsMetadata |
WFSCapabilitiesDocument_1_0_0.getCapability()
Creates an object representation of the wfs:Capability section. |
FeatureTypeList |
WFSCapabilitiesDocument_1_1_0.getFeatureTypeList()
Returns the object representation for the wfs:FeatureTypeList - section. |
FeatureTypeList |
WFSCapabilitiesDocument_1_0_0.getFeatureTypeList()
Returns the object representation of the wfs:FeatureTypeList - section. |
WFSFeatureType |
WFSCapabilitiesDocument_1_1_0.getFeatureTypeType(org.w3c.dom.Element element)
Returns the object representation for an element of type wfs:FeatureTypeType . |
WFSFeatureType |
WFSCapabilitiesDocument_1_0_0.getFeatureTypeType(org.w3c.dom.Element element)
Returns the object representation for an element of type wfs:FeatureTypeType . |
FilterCapabilities |
WFSCapabilitiesDocument_1_1_0.getFilterCapabilities()
Returns the object representation for the Filter_Capabilities section of the document. |
FilterCapabilities |
WFSCapabilitiesDocument_1_0_0.getFilterCapabilities()
Returns the object representation of the Filter_Capabilities section of the document. |
FormatType |
WFSCapabilitiesDocument_1_1_0.getFormatType(org.w3c.dom.Element element)
Returns the object representation for an wfs:OutputFormat -element. |
GMLObject |
WFSCapabilitiesDocument_1_1_0.getGMLObjectType(org.w3c.dom.Element element)
Returns the object representation for an element of type wfs:GMLObjectType . |
MetadataURL |
WFSCapabilitiesDocument_1_1_0.getMetadataURL(org.w3c.dom.Element element)
Returns the object representation for an element node of type wfs:MetadataURLType . |
MetadataURL |
WFSCapabilitiesDocument_1_0_0.getMetadataURL(org.w3c.dom.Element element)
Returns the object representation for an element node of type wfs:MetadataURLType . |
OperationsMetadata |
WFSCapabilitiesDocument_1_1_0.getOperationsMetadata()
Creates an object representation of the ows:OperationsMetadata section. |
Operation[] |
WFSCapabilitiesDocument_1_1_0.getOperationsType(org.w3c.dom.Element element)
Returns the object representation for an element node of type wfs:OperationsType . |
Operation[] |
WFSCapabilitiesDocument_1_0_0.getOperationsType(org.w3c.dom.Element element)
Returns the object representation for an element node of type wfs:OperationsType . |
GMLObject[] |
WFSCapabilitiesDocument_1_1_0.getServesGMLObjectTypeList()
Returns the object representation for the wfs:ServesGMLObjectTypeList - section. |
ServiceIdentification |
WFSCapabilitiesDocument_1_0_0.getService()
Returns the class representation for the Service section of the document. |
ServiceIdentification |
WFSCapabilitiesDocument_1_1_0.getServiceIdentification()
Returns the class representation for the ServiceIdentification section of the document. |
GMLObject[] |
WFSCapabilitiesDocument_1_1_0.getSupportsGMLObjectTypeList()
Returns the object representation for the wfs:SupportsGMLObjectTypeList - section. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.configuration |
---|
Methods in org.deegree.ogcwebservices.wfs.configuration that throw XMLParsingException | |
---|---|
WFSFeatureType |
WFSConfigurationDocument.getFeatureTypeType(org.w3c.dom.Element element)
Returns the object representation for an element of type wfs:FeatureTypeType . |
protected Operation |
WFSConfigurationDocument.getOperation(java.lang.String name,
boolean isMandatory,
java.util.Map<java.lang.String,org.w3c.dom.Element> operations,
java.net.URL defaultUrlGet,
java.net.URL defaultUrlPost)
Creates an object representation of an ows:Operation - element. |
OperationsMetadata |
WFSConfigurationDocument.getOperationsMetadata(java.net.URL defaultUrlGet,
java.net.URL defaultUrlPost)
Creates an object representation of the ows:OperationsMetadata section. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.operation |
---|
Methods in org.deegree.ogcwebservices.wfs.operation that throw XMLParsingException | |
---|---|
protected void |
AbstractWFSRequestDocument.checkServiceAttribute()
Checks that the "service" attribute in the root node matches the expected value (WFS). |
protected java.lang.String |
AbstractWFSRequestDocument.checkVersionAttribute()
Parses and checks the "version" attribute in the root node (can be "1.0.0" or "1.1.0"). |
static Query |
Query.create(org.w3c.dom.Element element)
Creates a Query instance from a document that contains the DOM representation of the request, using
the 1.1.0 filter encoding. |
static Query |
Query.create(org.w3c.dom.Element element,
boolean useVersion_1_0_0)
Creates a Query instance from a document that contains the DOM representation of the request. |
LockFeature |
LockFeatureDocument.parse(java.lang.String id)
Parses the underlying "wfs:LockFeature" document into a LockFeature object. |
WFSGetCapabilities |
WFSGetCapabilitiesDocument.parse(java.lang.String id)
Parses the underlying document into a WFSGetCapabilities request object. |
GetFeatureWithLock |
GetFeatureWithLockDocument.parse(java.lang.String id)
Parses the underlying document into a GetFeatureWithLock request object. |
GetFeature |
GetFeatureDocument.parse(java.lang.String id)
Parses the underlying document into a GetFeature request object. |
DescribeFeatureType |
DescribeFeatureTypeDocument.parse(java.lang.String id)
Parses the underlying document into a DescribeFeatureType request object. |
protected java.util.Map<java.lang.String,java.lang.String> |
AbstractWFSRequestDocument.parseDRMParams(org.w3c.dom.Element root)
|
(package private) static long |
LockFeatureDocument.parseExpiry(org.w3c.dom.Element root)
Parses the value of the expiry-attribute of the given node. |
(package private) Query |
GetFeatureDocument.parseQuery(org.w3c.dom.Element element)
Parses the given query element into a Query object with filter encoding 1.1.0. |
(package private) Query |
GetFeatureDocument.parseQuery(org.w3c.dom.Element element,
boolean useVersion_1_0_0)
Parses the given query element into a Query object. |
protected QualifiedName[] |
AbstractWFSRequestDocument.transformToQualifiedNames(java.lang.String[] values,
org.w3c.dom.Element element)
Transform an array of strings to an array of qualified names. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wfs.operation.transaction |
---|
Methods in org.deegree.ogcwebservices.wfs.operation.transaction that throw XMLParsingException | |
---|---|
Transaction |
TransactionDocument.parse(java.lang.String id)
Parses the underlying document into a Transaction request object. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wmps |
---|
Methods in org.deegree.ogcwebservices.wmps that throw XMLParsingException | |
---|---|
protected static void |
XMLFactory.appendCapabilityLayer(org.w3c.dom.Element root,
Layer layer)
Append capability layer |
protected static void |
XMLFactory.appendCapabilityRequests(org.w3c.dom.Element root,
WMPSOperationsMetadata operationsMetadata)
Append capability element. |
protected static void |
XMLFactory.appendService(org.w3c.dom.Element root,
ServiceIdentification identification,
ServiceProvider provider)
Append service element |
static GetAvailableTemplatesResponseDocument |
XMLFactory.export(GetAvailableTemplatesResponse response)
Export the print map initial response document. |
static PrintMapResponseDocument |
XMLFactory.export(PrintMapResponse response)
Export the print map initial response document. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wmps.capabilities |
---|
Methods in org.deegree.ogcwebservices.wmps.capabilities that throw XMLParsingException | |
---|---|
protected DCPType |
WMPSCapabilitiesDocument.getDCP(org.w3c.dom.Element element)
Creates a DCPType object from the passed DCP element. |
protected Attribution |
WMPSCapabilitiesDocument.parseAttribution(org.w3c.dom.Element layerElem)
Parse Attribution |
protected AuthorityURL[] |
WMPSCapabilitiesDocument.parseAuthorityURLs(org.w3c.dom.Element layerElem)
Parse AuthorityURL |
protected ContactInfo |
WMPSCapabilitiesDocument.parseContactInfo()
Parse Contact Information |
protected DataURL[] |
WMPSCapabilitiesDocument.parseDataURL(org.w3c.dom.Element layerElem)
Parse Data URL |
protected Dimension[] |
WMPSCapabilitiesDocument.parseDimensions(org.w3c.dom.Element layerElem)
Parse Dimensions |
protected Extent[] |
WMPSCapabilitiesDocument.parseExtents(org.w3c.dom.Element layerElem)
Parse Extents |
protected FeatureListURL[] |
WMPSCapabilitiesDocument.parseFeatureListURL(org.w3c.dom.Element layerElem)
Parse FeatureListURL |
protected Identifier[] |
WMPSCapabilitiesDocument.parseIdentifiers(org.w3c.dom.Element layerElem)
Parse Identifiers |
protected Envelope |
WMPSCapabilitiesDocument.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
Parse Lat Lon Bounding Box |
protected LayerBoundingBox[] |
WMPSCapabilitiesDocument.parseLayerBoundingBoxes(java.util.List<org.w3c.dom.Node> nl)
Parse Layer Bounding Boxes |
protected Layer |
WMPSCapabilitiesDocument.parseLayers(org.w3c.dom.Element layerElem,
Layer parent)
returns the layers offered by the WMPS |
protected LegendURL[] |
WMPSCapabilitiesDocument.parseLegendURL(org.w3c.dom.Node node)
Parse Legend URL |
protected MetadataURL[] |
WMPSCapabilitiesDocument.parseMetadataURLs(org.w3c.dom.Element layerElem)
Parse MetadataURL |
protected Operation |
WMPSCapabilitiesDocument.parseOperation(org.w3c.dom.Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node. |
protected OperationsMetadata |
WMPSCapabilitiesDocument.parseOperationsMetadata()
returns the services capabilitiy read from the WMPS capabilities file |
protected ScaleHint |
WMPSCapabilitiesDocument.parseScaleHint(org.w3c.dom.Element layerElem)
Parse Scale Hint |
protected ServiceIdentification |
WMPSCapabilitiesDocument.parseServiceIdentification()
returns the services indentification read from the WMPS capabilities service section |
protected ServiceProvider |
WMPSCapabilitiesDocument.parseServiceProvider()
returns WMPS contact informaion encapsulated within a ServiceProvider object |
protected Style[] |
WMPSCapabilitiesDocument.parseStyles(org.w3c.dom.Element layerElem)
Parse Styles |
protected StyleSheetURL |
WMPSCapabilitiesDocument.parseStyleSheetURL(org.w3c.dom.Node node)
Parse Style Sheet URL |
protected StyleURL |
WMPSCapabilitiesDocument.parseStyleURL(org.w3c.dom.Node node)
Parse Style URL |
protected UserDefinedSymbolization |
WMPSCapabilitiesDocument.parseUserDefinedSymbolization()
Parse the UserDefinedSymbolization |
Uses of XMLParsingException in org.deegree.ogcwebservices.wmps.configuration |
---|
Methods in org.deegree.ogcwebservices.wmps.configuration that throw XMLParsingException | |
---|---|
WMPSDeegreeParams |
WMPSConfigurationDocument.parseDeegreeParams(org.w3c.dom.Node root)
Creates a class representation of the deegreeParams - section. |
protected Layer |
WMPSConfigurationDocument.parseLayers(org.w3c.dom.Element layerElem,
Layer parent)
returns the layers offered by the WMS |
protected Style[] |
WMPSConfigurationDocument.parseStyles(org.w3c.dom.Element layerElem)
Returns a list of Style elements, parsing the style element |
Uses of XMLParsingException in org.deegree.ogcwebservices.wmps.operation |
---|
Methods in org.deegree.ogcwebservices.wmps.operation that throw XMLParsingException | |
---|---|
static DescribeTemplate |
DescribeTemplate.create(org.w3c.dom.Element request)
|
static PrintMap |
PrintMap.create(org.w3c.dom.Element root)
creates a PrintMapRequest from its XML representation as defined in the specification. |
static GetAvailableTemplates |
GetAvailableTemplates.create(org.w3c.dom.Element request)
|
Uses of XMLParsingException in org.deegree.ogcwebservices.wms |
---|
Methods in org.deegree.ogcwebservices.wms that throw XMLParsingException | |
---|---|
protected static void |
XMLFactory.appendCapabilityLayer(org.w3c.dom.Element root,
Layer layer)
|
protected static void |
XMLFactory_1_3_0.appendCapabilityLayer(org.w3c.dom.Element root,
Layer layer)
|
protected static void |
XMLFactory.appendCapabilityRequests(org.w3c.dom.Element root,
OperationsMetadata operationsMetadata)
|
protected static void |
XMLFactory_1_3_0.appendCapabilityRequests(org.w3c.dom.Element root,
OperationsMetadata operationsMetadata)
|
protected static void |
XMLFactory.appendService(org.w3c.dom.Element root,
ServiceIdentification identification,
ServiceProvider provider)
|
protected static void |
XMLFactory_1_3_0.appendService(org.w3c.dom.Element root,
ServiceIdentification identification,
ServiceProvider provider)
|
protected java.util.List<PropertyPath> |
GetMapServiceInvoker.findGeoProperties(AbstractLayer layer,
FeatureTypeConstraint[] ftc,
java.util.List<PropertyPath> pp)
the method accesses the GML schema of the feature types being part of the passed FeatureTypeConstraints and extracts the geometry property definition. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wms.capabilities |
---|
Methods in org.deegree.ogcwebservices.wms.capabilities that throw XMLParsingException | |
---|---|
static WMSCapabilitiesDocument |
WMSCapabilitiesDocumentFactory.getWMSCapabilitiesDocument(org.w3c.dom.Element root)
|
static WMSCapabilitiesDocument |
WMSCapabilitiesDocumentFactory.getWMSCapabilitiesDocument(java.net.URL url)
|
protected Attribution |
WMSCapabilitiesDocument.parseAttribution(org.w3c.dom.Element layerElem)
|
protected Attribution |
WMSCapabilitiesDocument_1_3_0.parseAttribution(org.w3c.dom.Element layerElem)
|
protected AuthorityURL[] |
WMSCapabilitiesDocument.parseAuthorityURLs(org.w3c.dom.Element layerElem)
|
protected AuthorityURL[] |
WMSCapabilitiesDocument_1_3_0.parseAuthorityURLs(org.w3c.dom.Element layerElem)
|
protected ContactInfo |
WMSCapabilitiesDocument.parseContactInfo()
|
protected ContactInfo |
WMSCapabilitiesDocument_1_3_0.parseContactInfo()
|
protected DataURL[] |
WMSCapabilitiesDocument.parseDataURL(org.w3c.dom.Element layerElem)
|
protected DataURL[] |
WMSCapabilitiesDocument_1_0_0.parseDataURL(org.w3c.dom.Element layerElem)
|
protected DataURL[] |
WMSCapabilitiesDocument_1_3_0.parseDataURL(org.w3c.dom.Element layerElem)
|
protected DCP |
WMSCapabilitiesDocument.parseDCP(org.w3c.dom.Element element)
Parses a DCPType element. |
protected DCP |
WMSCapabilitiesDocument_1_0_0.parseDCP(org.w3c.dom.Element element)
Parses a DCPType element. |
protected DCP |
WMSCapabilitiesDocument_1_3_0.parseDCP(org.w3c.dom.Element element)
|
protected Dimension[] |
WMSCapabilitiesDocument.parseDimensions(org.w3c.dom.Element layerElem)
|
protected Dimension[] |
WMSCapabilitiesDocument_1_3_0.parseDimensions(org.w3c.dom.Element layerElem)
|
protected Envelope |
WMSCapabilitiesDocument_1_3_0.parseEX_GeographicBoundingBox(org.w3c.dom.Element llBox)
|
protected java.util.List<java.lang.String> |
WMSCapabilitiesDocument.parseExceptionFormats(org.w3c.dom.Element elem)
|
protected java.util.List<java.lang.String> |
WMSCapabilitiesDocument_1_0_0.parseExceptionFormats(org.w3c.dom.Element elem)
|
protected java.util.List<java.lang.String> |
WMSCapabilitiesDocument_1_3_0.parseExceptionFormats(org.w3c.dom.Element elem)
|
protected Extent[] |
WMSCapabilitiesDocument.parseExtents(org.w3c.dom.Element layerElem)
|
protected FeatureListURL[] |
WMSCapabilitiesDocument.parseFeatureListURL(org.w3c.dom.Element layerElem)
|
protected FeatureListURL[] |
WMSCapabilitiesDocument_1_3_0.parseFeatureListURL(org.w3c.dom.Element layerElem)
|
protected Identifier[] |
WMSCapabilitiesDocument.parseIdentifiers(org.w3c.dom.Element layerElem)
|
protected Identifier[] |
WMSCapabilitiesDocument_1_3_0.parseIdentifiers(org.w3c.dom.Element layerElem)
|
protected Envelope |
WMSCapabilitiesDocument.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
|
protected Envelope |
WMSCapabilitiesDocument_1_0_0.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
|
protected LayerBoundingBox[] |
WMSCapabilitiesDocument.parseLayerBoundingBoxes(java.util.List<org.w3c.dom.Element> nl)
|
protected LayerBoundingBox[] |
WMSCapabilitiesDocument_1_0_0.parseLayerBoundingBoxes(java.util.List<org.w3c.dom.Element> nl)
|
protected LayerBoundingBox[] |
WMSCapabilitiesDocument_1_3_0.parseLayerBoundingBoxes(java.util.List<org.w3c.dom.Element> nl)
|
protected Layer |
WMSCapabilitiesDocument.parseLayers(org.w3c.dom.Element layerElem,
Layer parent,
ScaleHint scaleHint)
|
protected Layer |
WMSCapabilitiesDocument_1_0_0.parseLayers(org.w3c.dom.Element layerElem,
Layer parent,
ScaleHint scaleHint)
returns the layers offered by the WMS |
protected Layer |
WMSCapabilitiesDocument_1_3_0.parseLayers(org.w3c.dom.Element layerElem,
Layer parent,
ScaleHint scaleHint)
|
protected LegendURL[] |
WMSCapabilitiesDocument.parseLegendURL(org.w3c.dom.Node node)
|
protected LegendURL[] |
WMSCapabilitiesDocument_1_3_0.parseLegendURL(org.w3c.dom.Node node)
|
protected MetadataURL[] |
WMSCapabilitiesDocument.parseMetadataURLs(org.w3c.dom.Element layerElem)
|
protected MetadataURL[] |
WMSCapabilitiesDocument_1_3_0.parseMetadataURLs(org.w3c.dom.Element layerElem)
|
protected Operation |
WMSCapabilitiesDocument.parseOperation(org.w3c.dom.Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node. |
protected Operation |
WMSCapabilitiesDocument_1_0_0.parseOperation(org.w3c.dom.Node node)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Node. |
protected Operation |
WMSCapabilitiesDocument_1_3_0.parseOperation(org.w3c.dom.Node node)
|
protected OperationsMetadata |
WMSCapabilitiesDocument.parseOperationsMetadata()
returns the services capabilitiy read from the WMS capabilities file |
protected OperationsMetadata |
WMSCapabilitiesDocument_1_0_0.parseOperationsMetadata()
returns the services capabilitiy read from the WMS capabilities file |
protected OperationsMetadata |
WMSCapabilitiesDocument_1_3_0.parseOperationsMetadata()
|
protected ScaleHint |
WMSCapabilitiesDocument.parseScaleHint(org.w3c.dom.Element layerElem,
ScaleHint scaleHint)
|
protected ScaleHint |
WMSCapabilitiesDocument_1_0_0.parseScaleHint(org.w3c.dom.Element layerElem,
ScaleHint scaleHint)
|
protected ScaleHint |
WMSCapabilitiesDocument_1_3_0.parseScaleHint(org.w3c.dom.Element layerElem,
ScaleHint scaleHint)
|
protected ServiceIdentification |
WMSCapabilitiesDocument.parseServiceIdentification()
|
protected ServiceIdentification |
WMSCapabilitiesDocument_1_0_0.parseServiceIdentification()
returns the services indentification read from the WMS capabilities service section |
protected ServiceIdentification |
WMSCapabilitiesDocument_1_3_0.parseServiceIdentification()
|
protected ServiceProvider |
WMSCapabilitiesDocument.parseServiceProvider()
returns WMS contact informaion encapsulated within a ServiceProvider object |
protected ServiceProvider |
WMSCapabilitiesDocument_1_3_0.parseServiceProvider()
|
protected Style[] |
WMSCapabilitiesDocument.parseStyles(org.w3c.dom.Element layerElem)
|
protected Style[] |
WMSCapabilitiesDocument_1_0_0.parseStyles(org.w3c.dom.Element layerElem)
|
protected Style[] |
WMSCapabilitiesDocument_1_3_0.parseStyles(org.w3c.dom.Element layerElem)
|
protected StyleSheetURL |
WMSCapabilitiesDocument.parseStyleSheetURL(org.w3c.dom.Node node)
|
protected StyleSheetURL |
WMSCapabilitiesDocument_1_3_0.parseStyleSheetURL(org.w3c.dom.Node node)
|
protected StyleURL |
WMSCapabilitiesDocument.parseStyleURL(org.w3c.dom.Node node)
|
protected StyleURL |
WMSCapabilitiesDocument_1_0_0.parseStyleURL(org.w3c.dom.Node node)
|
protected StyleURL |
WMSCapabilitiesDocument_1_3_0.parseStyleURL(org.w3c.dom.Node node)
|
protected UserDefinedSymbolization |
WMSCapabilitiesDocument.parseUserDefinedSymbolization()
|
Constructors in org.deegree.ogcwebservices.wms.capabilities that throw XMLParsingException | |
---|---|
Dimension(org.w3c.dom.Element elem)
|
|
Style(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
LegendURL[] legendURLs,
StyleSheetURL styleSheetURL,
StyleURL styleURL,
java.net.URL styleResource)
constructor initializing the class with the <Style> |
Uses of XMLParsingException in org.deegree.ogcwebservices.wms.configuration |
---|
Methods in org.deegree.ogcwebservices.wms.configuration that throw XMLParsingException | |
---|---|
(package private) static java.util.Map<java.lang.String,java.lang.String> |
WMSConfigurationDocument.parseAddedParameters(org.w3c.dom.Node vendor)
|
WMSConfiguration_1_3_0 |
WMSConfigurationDocument_1_3_0.parseConfiguration()
Added the prefix. |
protected AbstractDataSource[] |
WMSConfigurationDocument.parseDataSources(org.w3c.dom.Element layerElem,
java.lang.String layerName,
ScaleHint scaleHint)
|
protected AbstractDataSource[] |
WMSConfigurationDocument_1_3_0.parseDataSources(org.w3c.dom.Element layerElem,
java.lang.String layerName,
ScaleHint scaleHint)
|
WMSDeegreeParams |
WMSConfigurationDocument.parseDeegreeParams(org.w3c.dom.Node root)
Creates a class representation of the deegreeParams - section. |
WMSDeegreeParams |
WMSConfigurationDocument_1_3_0.parseDeegreeParams(org.w3c.dom.Node root)
Creates a class representation of the deegreeParams - section. |
protected Dimension[] |
WMSConfigurationDocument.parseDimensions(org.w3c.dom.Element layerElem)
|
protected ScaleHint |
WMSConfigurationDocument.parseDSScaleHint(org.w3c.dom.Element layerElem,
ScaleHint scaleHint)
parses the ScaleHint for a data source |
protected ScaleHint |
WMSConfigurationDocument_1_3_0.parseDSScaleHint(org.w3c.dom.Element layerElem,
ScaleHint scaleHint)
parses the ScaleHint for a Datasource |
protected Layer |
WMSConfigurationDocument.parseLayers(org.w3c.dom.Element layerElem,
Layer parent,
ScaleHint scaleHint)
returns the layers offered by the WMS |
protected Layer |
WMSConfigurationDocument_1_3_0.parseLayers(org.w3c.dom.Element layerElem,
Layer parent,
ScaleHint scaleHint)
|
(package private) static java.util.List<java.lang.String> |
WMSConfigurationDocument.parsePassedParameters(org.w3c.dom.Node vendor)
|
protected Style[] |
WMSConfigurationDocument.parseStyles(org.w3c.dom.Element layerElem)
|
protected Style[] |
WMSConfigurationDocument_1_3_0.parseStyles(org.w3c.dom.Element layerElem)
|
Uses of XMLParsingException in org.deegree.ogcwebservices.wms.operation |
---|
Methods in org.deegree.ogcwebservices.wms.operation that throw XMLParsingException | |
---|---|
static GetMap |
GetMap.create(java.util.Map<java.lang.String,java.lang.String> model)
creates a GetMapRequest from a HashMap that contains the request parameters as key-value-pairs. |
static GetMap |
GetMap.create(java.lang.String id,
org.w3c.dom.Document doc)
creates a GetMapRequest from its XML representation as defined in SLD 1.0.0 specification This method does not yet cope with 1.3.0. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wps.capabilities |
---|
Methods in org.deegree.ogcwebservices.wps.capabilities that throw XMLParsingException | |
---|---|
OperationsMetadata |
WPSCapabilitiesDocument.getOperationsMetadata()
Creates an object representation of the ows:OperationsMetadata section. |
Uses of XMLParsingException in org.deegree.ogcwebservices.wps.describeprocess |
---|
Methods in org.deegree.ogcwebservices.wps.describeprocess that throw XMLParsingException | |
---|---|
ProcessDescription |
ProcessDescriptionDocument.parseProcessDescription()
|
Uses of XMLParsingException in org.deegree.ogcwebservices.wpvs.capabilities |
---|
Methods in org.deegree.ogcwebservices.wpvs.capabilities that throw XMLParsingException | |
---|---|
protected Envelope[] |
WPVSCapabilitiesDocument.getBoundingBoxes(org.w3c.dom.Element element,
CoordinateSystem defaultCoordinateSystem)
Gets an array of boundingBoxes from the given Element . |
protected DCPType |
WPVSCapabilitiesDocument.getDCP(org.w3c.dom.Element element)
FIXME there is a similar method in org.deegree.owscommon.OWSCommonCapabilitiesDocument#getDCP. overrides that method! |
protected Envelope |
WPVSCapabilitiesDocument.parseBoundingBox(org.w3c.dom.Element element,
CoordinateSystem defaultCoordinateSystem)
Usable with any BoundingBox. |
protected DataProvider |
WPVSCapabilitiesDocument.parseDataProvider(org.w3c.dom.Element datasetElement)
Creates and returns a new DataProvider object from the given Element . |
protected Identifier |
WPVSCapabilitiesDocument.parseDatasetIdentifier(org.w3c.dom.Element element,
java.lang.String xPathQuery)
Creates and returns a new Identifier object from the given Element and the given
|
protected DatasetReference[] |
WPVSCapabilitiesDocument.parseDatasetReferences(org.w3c.dom.Element datasetElement)
Creates and returns a new array of DatasetReference objects from the given Element . |
protected Dimension[] |
WPVSCapabilitiesDocument.parseDimensions(org.w3c.dom.Element element)
|
protected FeatureListReference[] |
WPVSCapabilitiesDocument.parseFeatureListReferences(org.w3c.dom.Element datasetElement)
Creates and returns a new array of FeatureListReference objects from the given
Element . |
protected MetaData[] |
WPVSCapabilitiesDocument.parseMetaData(org.w3c.dom.Element datasetElement)
Creates and returns a new MetaData object from the given Element . |
protected OperationsMetadata |
WPVSCapabilitiesDocument.parseOperationsMetadata(OnlineResource defaultOnlineResource)
Creates and returns a new OperationsMetadata object. |
protected Identifier |
WPVSCapabilitiesDocument.parseStyleIdentifier(org.w3c.dom.Element element,
java.lang.String xPathQuery)
Creates and returns a new Identifier object from the given Element and the given
|
protected Style[] |
WPVSCapabilitiesDocument.parseStyles(org.w3c.dom.Element datasetElement)
Creates and returns a new array of Style objects from the given Element . |
Uses of XMLParsingException in org.deegree.owscommon |
---|
Methods in org.deegree.owscommon that throw XMLParsingException | |
---|---|
protected TypeCode |
OWSCommonCapabilitiesDocument.getCodeType(org.w3c.dom.Element element)
Creates a class representation of an element of type ows:CodeType . |
protected OWSDomainType[] |
OWSCommonCapabilitiesDocument.getContraints(org.w3c.dom.Element root)
|
protected DCPType |
OWSCommonCapabilitiesDocument.getDCP(org.w3c.dom.Element element)
Creates a DCPType object from the passed DCP element. |
protected DCPType[] |
OWSCommonCapabilitiesDocument.getDCPs(java.util.List<org.w3c.dom.Element> el)
Creates an array of DCPType objects from the passed element list. |
protected Keywords |
OWSCommonCapabilitiesDocument.getKeywords(org.w3c.dom.Element element)
Creates a Keywords instance from the given element of type
ows:KeywordsType . |
Keywords[] |
OWSCommonCapabilitiesDocument.getKeywords(java.util.List nl)
Creates an array of Keywords instances from the passed list of elements of
type ows:KeywordsType . |
protected Operation |
OWSCommonCapabilitiesDocument.getOperation(java.lang.String name,
boolean isMandatory,
java.util.Map operations)
Creates a class representation of an ows:Operation - element. |
protected OWSDomainType |
OWSCommonCapabilitiesDocument.getOWSDomainType(java.lang.String opname,
org.w3c.dom.Element element)
Creates a class representation of an element of type ows:DomainType . |
ServiceIdentification |
OWSCommonCapabilitiesDocument.getServiceIdentification()
Returns the class representation for the ServiceIdentification section of the
document. |
ServiceProvider |
OWSCommonCapabilitiesDocument.getServiceProvider()
Returns the class representation for the ServiceProvider section of the
document. |
protected Envelope |
OWSCommonCapabilitiesDocument.getWGS84BoundingBoxType(org.w3c.dom.Element element)
Creates an Envelope object from the given element of type
ows:WGS84BoundingBoxType . |
Uses of XMLParsingException in org.deegree.owscommon_1_1_0 |
---|
Methods in org.deegree.owscommon_1_1_0 that throw XMLParsingException | |
---|---|
protected BasicIdentification |
CommonsDocument.parseBasicIdentificationType(org.w3c.dom.Element basicIdentificationType)
|
protected ContactInfo |
CommonsDocument.parseContactInfo(org.w3c.dom.Element contactInfo)
|
protected Pair<java.lang.String,java.lang.String> |
CommonsDocument.parseDomainMetadataType(org.w3c.dom.Element domainMDElement)
Parses the domain metadata type and it's reference attribute and puts them in a pair, like name, reference, the latter may be null |
protected java.util.List<Pair<java.lang.String,java.lang.String>> |
CommonsDocument.parseDomainMetadataTypes(java.util.List<org.w3c.dom.Element> domainMDElements)
Parses the domain metadata type and it's reference attribute and puts them in a pair, like name, reference, which may be null |
protected DomainType |
CommonsDocument.parseDomainType(org.w3c.dom.Element domainType)
|
protected Pair<java.lang.String,java.util.List<DomainType>> |
CommonsDocument.parseHTTPChild(org.w3c.dom.Element getOrPost)
parses the post or get information beneath a http element. |
protected Pair<java.lang.String,java.lang.String> |
CommonsDocument.parseIdentifier(org.w3c.dom.Element root)
|
protected Keywords |
CommonsDocument.parseKeywords(org.w3c.dom.Element keywords)
Return the ows_1_1_0 keywords.. |
Manifest |
ManifestDocument.parseManifestType(org.w3c.dom.Element manifestElement)
|
protected Metadata |
CommonsDocument.parseMetadata(org.w3c.dom.Element metadataElement)
|
protected java.util.List<Operation> |
CommonsDocument.parseOperations(java.util.List<org.w3c.dom.Element> operationElements)
|
OperationsMetadata |
OWSCommonCapabilitiesDocument.parseOperationsMetadata()
|
protected ReferenceGroup |
ManifestDocument.parseReferenceGroup(org.w3c.dom.Element referenceGroup)
|
protected Reference |
ManifestDocument.parseReferenceType(org.w3c.dom.Element referenceElement)
|
protected ServiceContact |
CommonsDocument.parseServiceContact(org.w3c.dom.Element serviceContact)
|
ServiceIdentification |
OWSCommonCapabilitiesDocument.parseServiceIdentification()
|
ServiceProvider |
OWSCommonCapabilitiesDocument.parseServiceProvider()
|
Uses of XMLParsingException in org.deegree.owscommon_1_1_0.operations |
---|
Methods in org.deegree.owscommon_1_1_0.operations that throw XMLParsingException | |
---|---|
java.util.List<java.lang.String> |
GetCapabilitiesDocument.parseAcceptFormats()
|
java.util.List<java.lang.String> |
GetCapabilitiesDocument.parseAcceptVersions()
|
java.lang.String |
GetResourceByIDDocument.parseOutputFormats()
|
java.util.List<java.lang.String> |
GetResourceByIDDocument.parseResourceIDs()
|
java.util.List<java.lang.String> |
GetCapabilitiesDocument.parseSections()
|
java.lang.String |
GetResourceByIDDocument.parseService()
|
java.lang.String |
GetResourceByIDDocument.parseVersion()
|
Uses of XMLParsingException in org.deegree.owscommon_new |
---|
Methods in org.deegree.owscommon_new that throw XMLParsingException | |
---|---|
OWSCommonCapabilities |
OWSCommonCapabilitiesDocument.parseCapabilities(java.util.Map<java.lang.String,Content> contents)
|
Uses of XMLParsingException in org.deegree.portal.cataloguemanager.control |
---|
Constructors in org.deegree.portal.cataloguemanager.control that throw XMLParsingException | |
---|---|
CatalogueManagerConfiguration(java.net.URL url)
|
Uses of XMLParsingException in org.deegree.portal.common.control |
---|
Methods in org.deegree.portal.common.control that throw XMLParsingException | |
---|---|
protected double |
AbstractSimplePrintListener.calcScale(Pair<java.lang.Integer,java.lang.Integer> size,
java.lang.String getmap)
|
Uses of XMLParsingException in org.deegree.portal.context |
---|
Methods in org.deegree.portal.context that throw XMLParsingException | |
---|---|
ViewContext |
ViewContext.clone(User user,
java.lang.String sessionID)
The function obtains a copy from the view context |
static ViewContext |
WebMapContextFactory.createViewContext(java.net.URL url,
User user,
java.lang.String sessionID)
creates an instance of a ViewContext from the web map context document read from the passed URL |
static ViewContext |
WebMapContextFactory.createViewContext(XMLFragment xml,
User user,
java.lang.String sessionID)
|
(package private) MapModel |
MapModelDocument.parseMapModel()
|
Uses of XMLParsingException in org.deegree.portal.owswatch |
---|
Methods in org.deegree.portal.owswatch that throw XMLParsingException | |
---|---|
ServiceConfiguration |
ServicesConfigurationFactory.parseService(org.w3c.dom.Node serviceNode,
java.lang.String prefix)
Takes in a service Node and parses it. |
java.util.List<ServiceConfiguration> |
ServicesConfigurationFactory.parseServices(java.lang.String url)
Parses a list of ServiceConfiguration from the given xml file |
Uses of XMLParsingException in org.deegree.portal.owswatch.configs |
---|
Methods in org.deegree.portal.owswatch.configs that throw XMLParsingException | |
---|---|
protected static GeneralConfig |
OwsWatchConfigFactory.createGeneralConfig(org.w3c.dom.Element elem)
Parses the General Config section |
static OwsWatchConfig |
OwsWatchConfigFactory.createOwsWatchConfig(org.w3c.dom.Element root,
java.lang.String webinfPath)
|
static OwsWatchConfig |
OwsWatchConfigFactory.createOwsWatchConfig(java.lang.String filePath,
java.lang.String webinfPath)
|
protected static ServiceDescription |
OwsWatchConfigFactory.createServiceConfig(org.w3c.dom.Element elem,
java.lang.String webinfPath)
Parses the ServiceDescription Section |
protected static ServiceRequest |
OwsWatchConfigFactory.createServiceRequest(org.w3c.dom.Element elem,
java.lang.String webinfPath)
Parses the Request Section in Service |
protected static java.util.Map<java.lang.String,Service> |
OwsWatchConfigFactory.createServices(org.w3c.dom.Element elem,
java.lang.String webinfPath)
Parses the Services section |
protected static ServiceVersion |
OwsWatchConfigFactory.createServiceVersion(org.w3c.dom.Element elem,
java.lang.String webinfPath)
Parses the (multiple)Service section(s) in Services |
protected static java.util.List<java.lang.Integer> |
OwsWatchConfigFactory.createTestIntervals(org.w3c.dom.Element elem)
Parses the TestIntervals section |
protected static java.util.Map<java.lang.String,User> |
OwsWatchConfigFactory.createUsers(org.w3c.dom.Element elem)
Parses the Users section |
Uses of XMLParsingException in org.deegree.portal.standard.context.control |
---|
Methods in org.deegree.portal.standard.context.control that throw XMLParsingException | |
---|---|
protected java.lang.String |
DownloadListener.getUserName(java.lang.String sessionId)
gets the user name assigned to the passed session ID from a authentification service. |
protected java.lang.String |
AbstractContextListener.getUserName(java.lang.String sessionId)
gets the user name assigned to the passed session ID from an authentication service. |
protected java.lang.String |
AbstractContextListener.getUserPassword(java.lang.String sessionId)
gets the user password assigned to the passed session ID from a authentification service. |
protected java.lang.String |
AbstractContextListener.readSessionID(RPCStruct struct)
reads the users session ID. |
Uses of XMLParsingException in org.deegree.portal.standard.csw.control |
---|
Methods in org.deegree.portal.standard.csw.control that throw XMLParsingException | |
---|---|
protected java.util.List |
SimpleSearchListener.extractMetadata(org.w3c.dom.Document doc)
Extracts all Metadata nodes from the passed csw:GetRecordsResponse Document. |
protected java.util.List |
OverviewMetadataListener.extractMetadata(org.w3c.dom.Document doc)
Extracts all Metadata nodes from the passed csw:GetRecordByIdResponse Document. |
protected java.lang.String |
SimpleSearchListener.extractValue(org.w3c.dom.Node node,
java.lang.String xPath)
Extracts node value |
protected void |
SimpleSearchListener.handleResult(java.lang.Object resultHits,
java.lang.Object resultResults,
java.lang.String pathToXslFile)
Handles the result of the search requests and transforms the result to HTML using xslt, then saves the transformed result into the session |
protected void |
SingleLayerSearchListener.handleResult(java.lang.Object result,
java.lang.String pathToXslFile,
java.lang.String metaVersion)
Deprecated. |
protected void |
OverviewMetadataListener.handleResult(java.lang.Object result,
java.lang.String pathToXslFile,
java.lang.String metaVersion)
|
Uses of XMLParsingException in org.deegree.portal.standard.gazetteer |
---|
Constructors in org.deegree.portal.standard.gazetteer that throw XMLParsingException | |
---|---|
Hierarchy(XMLFragment xml)
|
Uses of XMLParsingException in org.deegree.portal.standard.security.control |
---|
Methods in org.deegree.portal.standard.security.control that throw XMLParsingException | |
---|---|
protected java.util.Set<java.lang.String[]> |
InitServiceEditorListener.getBriefDescriptions(java.net.URL catalogURL)
Retrieves "brief descriptions" of all available services from the WCAS. |
protected GetUserInfoListener.UserBean |
GetUserInfoListener.readUserInformation(javax.servlet.http.HttpSession session)
gets the user name assigned to the passed session ID from an authentication service. |
(package private) static void |
InitServiceEditorListener.setHarvesterConfig(java.lang.String configURL)
Called by init-method of SecurityRequestDispatcher once. |
Uses of XMLParsingException in org.deegree.security |
---|
Methods in org.deegree.security that throw XMLParsingException | |
---|---|
Authentications |
AuthenticationDocument.createAuthentications()
parses the authentications document and returns the content as an instance of Authentications |
Uses of XMLParsingException in org.deegree.security.owsrequestvalidator |
---|
Methods in org.deegree.security.owsrequestvalidator that throw XMLParsingException | |
---|---|
Policy |
PolicyDocument.getPolicy()
returns the Policy created from the encapsulated DOM abject. |
Uses of XMLParsingException in org.deegree.tools.app3d |
---|
Methods in org.deegree.tools.app3d that throw XMLParsingException | |
---|---|
void |
CityGML2Shape.read()
|
Uses of XMLParsingException in org.deegree.tools.datastore |
---|
Methods in org.deegree.tools.datastore that throw XMLParsingException | |
---|---|
static void |
DDLGenerator.main(java.lang.String[] args)
|
static void |
SchemaAnalyzer.main(java.lang.String[] args)
|
Constructors in org.deegree.tools.datastore that throw XMLParsingException | |
---|---|
DDLGenerator(java.net.URL schemaURL)
Creates a new instance of DDLGenerator from the given parameters. |
|
OracleDDLGenerator(java.net.URL schemaURL)
Generates a new instance of OracleDDLGenerator , ready to generate DDL for the given schema. |
|
PostGISDDLGenerator(java.net.URL schemaURL)
Generates a new instance of PostGISDDLGenerator , ready to generate DDL for the given schema. |
Uses of XMLParsingException in org.deegree.tools.shape |
---|
Methods in org.deegree.tools.shape that throw XMLParsingException | |
---|---|
void |
GML2Shape_new.read()
|
Constructors in org.deegree.tools.shape that throw XMLParsingException | |
---|---|
AVLPointSymbolCodeList()
|
Uses of XMLParsingException in org.deegree.tools.wms |
---|
Methods in org.deegree.tools.wms that throw XMLParsingException | |
---|---|
static void |
MapServer2DeegreeWMS.main(java.lang.String[] args)
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org