|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLParsingException in org.deegree.commons.xml |
---|
Methods in org.deegree.commons.xml that throw XMLParsingException | |
---|---|
org.apache.axiom.om.OMElement |
XMLAdapter.getElement(org.apache.axiom.om.OMElement context,
XPath xpath)
|
List<org.apache.axiom.om.OMElement> |
XMLAdapter.getElements(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Object |
XMLAdapter.getNode(org.apache.axiom.om.OMElement context,
XPath xpath)
|
BigInteger |
XMLAdapter.getNodeAsBigInt(org.apache.axiom.om.OMElement context,
XPath xpath,
BigInteger defaultValue)
|
boolean |
XMLAdapter.getNodeAsBoolean(org.apache.axiom.om.OMElement context,
XPath xpath,
boolean defaultValue)
|
double |
XMLAdapter.getNodeAsDouble(org.apache.axiom.om.OMElement context,
XPath xpath,
double defaultValue)
|
float |
XMLAdapter.getNodeAsFloat(org.apache.axiom.om.OMElement context,
XPath xpath,
float defaultValue)
|
int |
XMLAdapter.getNodeAsInt(org.apache.axiom.om.OMElement context,
XPath xpath,
int defaultValue)
|
QName |
XMLAdapter.getNodeAsQName(org.apache.axiom.om.OMElement context,
XPath xpath,
QName defaultValue)
|
String |
XMLAdapter.getNodeAsString(org.apache.axiom.om.OMElement context,
XPath xpath,
String defaultValue)
|
URL |
XMLAdapter.getNodeAsURL(org.apache.axiom.om.OMElement context,
XPath xpath,
URL defaultValue)
|
Version |
XMLAdapter.getNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath,
Version defaultValue)
|
List |
XMLAdapter.getNodes(org.apache.axiom.om.OMElement context,
XPath xpath)
|
org.apache.axiom.om.OMElement |
XMLAdapter.getRequiredElement(org.apache.axiom.om.OMElement context,
XPath xpath)
|
List<org.apache.axiom.om.OMElement> |
XMLAdapter.getRequiredElements(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Object |
XMLAdapter.getRequiredNode(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.getRequiredNodeAsBoolean(org.apache.axiom.om.OMElement context,
XPath xpath)
|
double |
XMLAdapter.getRequiredNodeAsDouble(org.apache.axiom.om.OMElement context,
XPath xpath)
|
float |
XMLAdapter.getRequiredNodeAsFloat(org.apache.axiom.om.OMElement context,
XPath xpath)
|
int |
XMLAdapter.getRequiredNodeAsInteger(org.apache.axiom.om.OMElement context,
XPath xpath)
|
QName |
XMLAdapter.getRequiredNodeAsQName(org.apache.axiom.om.OMElement context,
XPath xpath)
|
String |
XMLAdapter.getRequiredNodeAsString(org.apache.axiom.om.OMElement context,
XPath xpath)
|
URL |
XMLAdapter.getRequiredNodeAsURL(org.apache.axiom.om.OMElement context,
XPath xpath)
|
Version |
XMLAdapter.getRequiredNodeAsVersion(org.apache.axiom.om.OMElement context,
XPath xpath)
|
List |
XMLAdapter.getRequiredNodes(org.apache.axiom.om.OMElement context,
XPath xpath)
|
boolean |
XMLAdapter.parseBoolean(String s)
Parses the given String as an xsd:boolean value. |
double |
XMLAdapter.parseDouble(String s)
Parses the given String as an xsd:double value. |
float |
XMLAdapter.parseFloat(String s)
Parses the given String as an xsd:float value. |
int |
XMLAdapter.parseInt(String s)
Parses the given String as an xsd:integer value. |
QName |
XMLAdapter.parseQName(String s,
org.apache.axiom.om.OMElement element)
Parses the given String as an xsd:QName value. |
SimpleLink |
XMLAdapter.parseSimpleLink(org.apache.axiom.om.OMElement element)
Parses the submitted XML element as a SimpleLink . |
URL |
XMLAdapter.parseURL(String s)
Parses the given String as an URL . |
Uses of XMLParsingException in org.deegree.commons.xml.stax |
---|
Methods in org.deegree.commons.xml.stax that throw XMLParsingException | |
---|---|
static String |
XMLStreamUtils.getAttributeValue(XMLStreamReader xmlStream,
String localName)
|
static boolean |
XMLStreamUtils.getAttributeValueAsBoolean(XMLStreamReader xmlStream,
String namespaceURI,
String localName,
boolean defaultValue)
|
QName |
XMLStreamReaderWrapper.getAttributeValueAsQName(String namespaceURI,
String localName)
|
static QName |
XMLStreamUtils.getAttributeValueAsQName(XMLStreamReader xmlStream,
String namespaceURI,
String localName,
QName defaultValue)
|
double |
XMLStreamReaderWrapper.getElementTextAsDouble()
|
double |
XMLStreamReaderWrapper.getElementTextAsDouble(String namespaceURI,
String localName)
|
int |
XMLStreamReaderWrapper.getElementTextAsPositiveInteger()
|
int |
XMLStreamReaderWrapper.getElementTextAsPositiveInteger(String namespaceURI,
String localName)
|
QName |
XMLStreamReaderWrapper.getElementTextAsQName()
|
static QName |
XMLStreamUtils.getElementTextAsQName(XMLStreamReader xmlStream)
|
static String |
XMLStreamUtils.getRequiredAttributeValue(XMLStreamReader xmlStream,
String localName)
|
static String |
XMLStreamUtils.getRequiredAttributeValue(XMLStreamReader xmlStream,
String namespaceURI,
String localName)
|
static QName |
XMLStreamUtils.getRequiredAttributeValueAsQName(XMLStreamReader xmlStream,
String namespaceURI,
String localName)
|
static void |
XMLStreamUtils.require(XMLStreamReader xmlStream,
int eventType)
|
static void |
XMLStreamUtils.requireNextTag(XMLStreamReader xmlStream,
int eventType)
|
static void |
XMLStreamUtils.requireStartElement(XMLStreamReader xmlStream,
Collection<QName> expectedElements)
|
Uses of XMLParsingException in org.deegree.cs.persistence.deegree.d3.parsers |
---|
Methods in org.deegree.cs.persistence.deegree.d3.parsers that throw XMLParsingException | |
---|---|
protected Axis |
CoordinateSystemParser.parseAxis(XMLStreamReader reader)
Parses an axis element |
Uses of XMLParsingException in org.deegree.cs.persistence.gml |
---|
Methods in org.deegree.cs.persistence.gml that throw XMLParsingException | |
---|---|
protected org.apache.axiom.om.OMElement |
GMLCRSStore.getRequiredXlinkedElement(org.apache.axiom.om.OMElement propertyElement,
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 IAxis |
GMLCRSStore.parseAxis(org.apache.axiom.om.OMElement rootElement)
|
protected IAxis[] |
GMLCRSStore.parseAxisFromCSType(org.apache.axiom.om.OMElement rootElement)
For the ellipsoidal and cartesian cs Types, this method also checks the consistency of axis (radian, radian, [metre] ) or (metre, metre, [metre] ). |
protected ICompoundCRS |
GMLCRSStore.parseCompoundCRS(org.apache.axiom.om.OMElement rootElement)
This methods parses the given element and maps it onto a CompoundCRS . |
protected IGeodeticDatum |
GMLCRSStore.parseDatum(org.apache.axiom.om.OMElement rootElement)
|
protected IEllipsoid |
GMLCRSStore.parseEllipsoid(org.apache.axiom.om.OMElement rootElement)
|
protected ICRS |
GMLCRSStore.parseGeodeticCRS(org.apache.axiom.om.OMElement rootElement)
|
Transformation |
GMLCRSStore.parseGMLTransformation(org.apache.axiom.om.OMElement rootElement,
ICRS sourceCRS,
ICRS targetCRS)
Parses some of the gml 3.2 transformation constructs. |
CRSIdentifiable |
GMLCRSStore.parseIdentifiedObject(org.apache.axiom.om.OMElement rootElement)
|
protected Pair<CRSIdentifiable,Object> |
GMLCRSStore.parseParameterValue(org.apache.axiom.om.OMElement rootElement)
|
protected List<Pair<CRSIdentifiable,Object>> |
GMLCRSStore.parseParameterValues(org.apache.axiom.om.OMElement rootElement)
|
protected IPrimeMeridian |
GMLCRSStore.parsePrimeMeridian(org.apache.axiom.om.OMElement rootElement)
|
protected ICRS |
GMLCRSStore.parseProjectedCRS(org.apache.axiom.om.OMElement rootElement)
|
protected IProjection |
GMLCRSStore.parseProjection(org.apache.axiom.om.OMElement rootElement)
For now this method actually wraps all information in a gml:AbstractGeneralConversionType (or a derived subtype) into an CRSIdentifiable Object (used for the Projections). |
protected IUnit |
GMLCRSStore.parseUnitOfMeasure(org.apache.axiom.om.OMElement elementContainingUOMAttribute)
Returns the unit defined by the uomAttribute given of the given element. |
protected IVerticalCRS |
GMLCRSStore.parseVerticalCRS(org.apache.axiom.om.OMElement rootElement)
|
protected IVerticalDatum |
GMLCRSStore.parseVerticalDatum(org.apache.axiom.om.OMElement rootElement)
|
Uses of XMLParsingException in org.deegree.feature.persistence.memory |
---|
Constructors in org.deegree.feature.persistence.memory that throw XMLParsingException | |
---|---|
MemoryFeatureStore(URL docURL,
AppSchema schema)
Creates a new MemoryFeatureStore that is backed by the given GML file. |
Uses of XMLParsingException in org.deegree.feature.persistence.sql.blob |
---|
Methods in org.deegree.feature.persistence.sql.blob that throw XMLParsingException | |
---|---|
GMLObject |
BlobCodec.decode(InputStream is,
Map<String,String> nsContext,
AppSchema schema,
ICRS crs,
GMLReferenceResolver idResolver)
Decodes the given GMLObject from the specified input stream. |
Uses of XMLParsingException in org.deegree.filter.xml |
---|
Methods in org.deegree.filter.xml that throw XMLParsingException | |
---|---|
static Filter |
Filter100XMLDecoder.parse(XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
associated XMLStreamReader points at. |
static Filter |
Filter200XMLDecoder.parse(XMLStreamReader xmlStream)
Returns the object representation for the given fes:Filter element event that the cursor of the
given XMLStreamReader points at. |
static Filter |
Filter110XMLDecoder.parse(XMLStreamReader xmlStream)
Returns the object representation for the given wfs:Filter element event that the cursor of the
associated XMLStreamReader points at. |
Uses of XMLParsingException in org.deegree.gml |
---|
Methods in org.deegree.gml that throw XMLParsingException | |
---|---|
GMLObject |
GMLStreamReader.read()
Returns the deegree model representation for the GML object element event that the cursor of the underlying xml stream points to. |
Feature |
GMLStreamReader.readFeature()
Returns the deegree model representation for the GML feature element event that the cursor of the underlying xml stream points to. |
FeatureCollection |
GMLStreamReader.readFeatureCollection()
Returns the deegree model representation for the GML feature collection element event that the cursor of the underlying xml stream points to. |
StreamFeatureCollection |
GMLStreamReader.readFeatureCollectionStream()
Returns a StreamFeatureCollection that allows stream-based access to the members of the feature
collection that the cursor of the given XMLStreamReader points at. |
Geometry |
GMLStreamReader.readGeometry()
Returns the deegree model representation for the GML geometry element event that the cursor of the underlying xml stream points to. |
Geometry |
GMLStreamReader.readGeometryOrEnvelope()
Returns the deegree model representation for the GML geometry element event that the cursor of the underlying xml stream points to. |
static void |
ReadGML.readInspireAddresses()
|
static void |
ReadGML.readSimpleFeatureCollection()
AppSchema is derived automatically |
void |
XMLTransformer.transform(XMLStreamReader reader,
XMLStreamWriter writer,
GMLVersion gmlVersion)
Transforms the given input stream, and streams the input into the output directly. |
void |
XMLTransformer.transform(XMLStreamReader reader,
XMLStreamWriter writer,
ICRS sourceCRS,
GMLVersion gmlVersion,
boolean testValidArea,
List<Transformation> requestedTransformation)
Transforms the given input stream, and streams the input into the output directly. |
Uses of XMLParsingException in org.deegree.gml.feature |
---|
Methods in org.deegree.gml.feature that throw XMLParsingException | |
---|---|
Feature |
GMLFeatureReader.parseFeature(XMLStreamReaderWrapper xmlStream,
ICRS crs)
Returns the object representation for the feature (or feature collection) element event that the cursor of the given XMLStreamReader points at. |
Property |
GMLFeatureReader.parseProperty(XMLStreamReaderWrapper xmlStream,
PropertyType propDecl,
ICRS crs,
int occurence)
Returns the object representation for the given property element. |
Uses of XMLParsingException in org.deegree.gml.geometry |
---|
Methods in org.deegree.gml.geometry that throw XMLParsingException | |
---|---|
Geometry |
GMLGeometryReader.parse(XMLStreamReaderWrapper xmlStream)
|
Geometry |
GML3GeometryReader.parse(XMLStreamReaderWrapper xmlStream)
Returns the object representation for the given gml:_Geometry element event that the cursor of the
associated XMLStreamReader points at. |
Geometry |
GMLGeometryReader.parse(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
|
Geometry |
GML3GeometryReader.parse(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation for the given gml:_Geometry element event that the cursor of the
associated XMLStreamReader points at. |
Curve |
GML3GeometryReader.parseAbstractCurve(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation for the given gml:_Curve element event that the cursor of the
associated XMLStreamReader points at. |
Geometry |
GML3GeometryReader.parseAbstractGeometricComplex(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for the given gml:_Geometry event that represents a geometric
complex (either gml:CompositeCurve , gml:CompositeSolid ,
gml:CompositeSurface or gml:GeometricComplex ), that the cursor of the given
XMLStreamReader points at. |
Ring |
GML3GeometryReader.parseAbstractRing(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a (<gml:_Ring>) element. |
Solid |
GML3GeometryReader.parseAbstractSolid(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:_Solid element. |
Surface |
GML3GeometryReader.parseAbstractSurface(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a (<gml:_Surface>) element. |
CompositeSolid |
GML3GeometryReader.parseCompositeSolid(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:CompositeSolid element. |
CompositeSurface |
GML3GeometryReader.parseCompositeSurface(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:CompositeSurface element. |
Curve |
GML3GeometryReader.parseCurve(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:Curve element. |
Curve |
GML3GeometryReader.parseCurveProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:CurvePropertyType (such as
gml:curveProperty ). |
Envelope |
GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream)
Returns the object representation of a gml:Envelope element. |
Envelope |
GMLGeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
|
Envelope |
GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:Envelope element. |
MultiGeometry<? extends Geometry> |
GML3GeometryReader.parseGeometricAggregate(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation for the given gml:_GeometricAggregate element event that the
cursor of the given XMLStreamReader points at. |
CompositeGeometry<GeometricPrimitive> |
GML3GeometryReader.parseGeometricComplex(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:GeometricComplex element. |
GeometricPrimitive |
GML3GeometryReader.parseGeometricPrimitive(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation for the given gml:_GeometricPrimitive element event that the
cursor of the associated XMLStreamReader points at. |
GeometricPrimitive |
GML3GeometryReader.parseGeometricPrimitiveProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:GeometricPrimitivePropertyType (such
as gml:element ). |
Geometry |
GML2GeometryReader.parseGeometryOrBox(XMLStreamReaderWrapper xmlStream)
Parse the current geometry or bbox, the given stream is pointing to. |
Geometry |
GML2GeometryReader.parseGeometryOrBox(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
|
Geometry |
GML2GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream)
Parse the current geometry or bbox, the given stream is pointing to. |
Geometry |
GML3GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream)
Returns the object representation for the given gml:_Geometry/gml:Envelope element event that the
cursor of the associated XMLStreamReader points at. |
Geometry |
GML2GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
|
Geometry |
GMLGeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Parse the current geometry or envelope the given stream is pointing to. |
Geometry |
GML3GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation for the given gml:_Geometry/gml:Envelope element event that the
cursor of the associated XMLStreamReader points at. |
Geometry |
GML3GeometryReader.parseGeometryProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:GeometryPropertyType (such as
gml:geometryMember ). |
Geometry |
GML3GeometryReader.parseImplicitGeometry(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation for the given gml:_ImplicitGeometry element event that the cursor
of the associated XMLStreamReader points at. |
LinearRing |
GML3GeometryReader.parseLinearRing(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:LinearRing element. |
LineString |
GML3GeometryReader.parseLineString(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:LineString element. |
LineString |
GML3GeometryReader.parseLineStringProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:LineStringPropertyType (such as
gml:lineStringProperty ). |
MultiCurve |
GML3GeometryReader.parseMultiCurve(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiCurve element. |
MultiGeometry<Geometry> |
GML3GeometryReader.parseMultiGeometry(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiGeometry element. |
MultiLineString |
GML3GeometryReader.parseMultiLineString(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiLineString element. |
MultiPoint |
GML3GeometryReader.parseMultiPoint(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiPoint element. |
MultiPolygon |
GML3GeometryReader.parseMultiPolygon(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiPolygon element. |
MultiSolid |
GML3GeometryReader.parseMultiSolid(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiSolid element. |
MultiSurface |
GML3GeometryReader.parseMultiSurface(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:MultiSurface element. |
OrientableSurface |
GML3GeometryReader.parseOrientableSurface(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a gml:OrientableSurface element. |
Point |
GML3GeometryReader.parsePoint(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a (<gml:Point>) element. |
Point |
GML3GeometryReader.parsePointProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:PointPropertyType (such as
gml:pointProperty ). |
Polygon |
GML3GeometryReader.parsePolygon(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a (<gml:Polygon>) element. |
Polygon |
GML3GeometryReader.parsePolygonProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:PolygonPropertyType (such as
gml:polygonProperty ). |
Solid |
GML3GeometryReader.parseSolid(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a (<gml:Solid>) element. |
Solid |
GML3GeometryReader.parseSolidProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:SolidPropertyType (such as
gml:solidProperty ). |
Surface |
GML3GeometryReader.parseSurfaceProperty(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of an element with type gml:SurfacePropertyType (such as
gml:surfaceProperty ). |
Tin |
GML3GeometryReader.parseTin(XMLStreamReaderWrapper xmlStream,
ICRS defaultCRS)
Returns the object representation of a (<gml:Tin>) element. |
Uses of XMLParsingException in org.deegree.protocol.ows.capabilities |
---|
Methods in org.deegree.protocol.ows.capabilities that throw XMLParsingException | |
---|---|
List<String> |
OWSCapabilitiesAdapter.parseLanguages()
Extracts the supported languages from the underlying XML document. |
OperationsMetadata |
OWSCapabilitiesAdapter.parseOperationsMetadata()
Extracts the OperationsMetadata from the underlying XML document. |
ServiceIdentification |
OWSCapabilitiesAdapter.parseServiceIdentification()
Extracts the ServiceIdentification from the underlying XML document. |
ServiceProvider |
OWSCapabilitiesAdapter.parseServiceProvider()
Extracts the ServiceProvider from the underlying XML document. |
Uses of XMLParsingException in org.deegree.protocol.ows.getcapabilities |
---|
Methods in org.deegree.protocol.ows.getcapabilities that throw XMLParsingException | |
---|---|
GetCapabilities |
GetCapabilitiesXMLParser.parse100()
Parses an OWS 1.0.0 GetCapabilitiesType into a GetCapabilities object. |
GetCapabilities |
GetCapabilitiesXMLParser.parse110()
Parses an OWS 1.1.0 GetCapabilitiesType into a GetCapabilities object. |
Uses of XMLParsingException in org.deegree.protocol.sos |
---|
Methods in org.deegree.protocol.sos that throw XMLParsingException | |
---|---|
protected String |
SOSRequest100XMLAdapter.getRequiredStringNode(org.apache.axiom.om.OMElement root,
XPath xpath)
Return the required node, throws an OWS MissingParameterValue exception if the node is missing. |
Uses of XMLParsingException in org.deegree.protocol.sos.getobservation |
---|
Subclasses of XMLParsingException in org.deegree.protocol.sos.getobservation | |
---|---|
static class |
EventTime100XMLAdapter.EventTimeXMLParsingException
EventTimeXMLParsingException is a hack to get correct OWSException codes. |
static class |
GetObservation100XMLAdapter.ResultFilterException
ResultFilterException is a hack to work around missing OWSException in core. |
Uses of XMLParsingException in org.deegree.protocol.wfs.capabilities |
---|
Methods in org.deegree.protocol.wfs.capabilities that throw XMLParsingException | |
---|---|
List<String> |
WFS100CapabilitiesAdapter.parseLanguages()
|
OperationsMetadata |
WFS100CapabilitiesAdapter.parseOperationsMetadata()
|
ServiceIdentification |
WFS100CapabilitiesAdapter.parseServiceIdentification()
|
ServiceProvider |
WFS100CapabilitiesAdapter.parseServiceProvider()
|
Uses of XMLParsingException in org.deegree.protocol.wfs.client |
---|
Methods in org.deegree.protocol.wfs.client that throw XMLParsingException | |
---|---|
WFSFeatureCollection<T> |
GetFeatureResponse.getAsWFSFeatureCollection()
Provides access to the feature objects and WFS provided information in the response. |
Uses of XMLParsingException in org.deegree.protocol.wfs.describefeaturetype |
---|
Methods in org.deegree.protocol.wfs.describefeaturetype that throw XMLParsingException | |
---|---|
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse100()
Parses a WFS 1.0.0 DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse110()
Parses a WFS 1.1.0 DescribeFeatureType document into a DescribeFeatureType request. |
DescribeFeatureType |
DescribeFeatureTypeXMLAdapter.parse200()
Parses a WFS 2.0.0 DescribeFeatureType document into a DescribeFeatureType request. |
Uses of XMLParsingException in org.deegree.protocol.wfs.getgmlobject |
---|
Methods in org.deegree.protocol.wfs.getgmlobject that throw XMLParsingException | |
---|---|
GetGmlObject |
GetGmlObjectXMLAdapter.parse110()
Parses a WFS 1.1.0 GetGmlObject document into a GetGmlObject request. |
Uses of XMLParsingException in org.deegree.protocol.wps.describeprocess |
---|
Methods in org.deegree.protocol.wps.describeprocess that throw XMLParsingException | |
---|---|
DescribeProcessRequest |
DescribeProcessRequestXMLAdapter.parse100()
Parses the encapsulated WPS 1.0.0 < DescribeProcess > element. |
Uses of XMLParsingException in org.deegree.tools.feature.persistence |
---|
Methods in org.deegree.tools.feature.persistence that throw XMLParsingException | |
---|---|
static void |
FeatureStoreLoader.main(String[] args)
|
Uses of XMLParsingException in org.deegree.wps.jts |
---|
Methods in org.deegree.wps.jts that throw XMLParsingException | |
---|---|
void |
XMLGeometryProcessor.process(GMLStreamReader gmlReader,
GMLStreamWriter gmlWriter)
Reads the input stream and applies the processing operation by writing to the output stream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |