deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcbase.InvalidGMLException

Packages that use InvalidGMLException
org.deegree.model.spatialschema   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices.wcs.configuration   
 

Uses of InvalidGMLException in org.deegree.model.spatialschema
 

Methods in org.deegree.model.spatialschema that throw InvalidGMLException
static Envelope GMLGeometryAdapter.wrapBox(Element element)
          Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrapBox(Element,String) instead
static Envelope GMLGeometryAdapter.wrapBox(Element element, String srsName)
          Returns an instance of Envelope created from the passed gml:Box or gml:Envelope element.
static Surface GMLGeometryAdapter.wrapBoxAsSurface(Element element, String srsName)
          Returns a Surface created from the given gml:Box element.
static Curve GMLGeometryAdapter.wrapLinearRing(Element element, String srsName)
          Parses the given gml:LinearRing element as a Curve.
static Curve GMLGeometryAdapter.wrapLineString(Element element, String srsName)
          Returns a Curve instance created from the passed gml:LineString element.
static MultiCurve GMLGeometryAdapter.wrapMultiCurveAsMultiCurve(Element element, String srsName)
          Parses the given gml:MultiCurve element as a MultiCurve.
static MultiCurve GMLGeometryAdapter.wrapMultiLineString(Element element, String srsName)
          Returns a MultiCurve instance created from the passed gml:MultiLineString element.
static MultiPoint GMLGeometryAdapter.wrapMultiPoint(Element element, String srsName)
          Returns a MultiPoint instance created from the passed gml:MultiPoint element.
static MultiSurface GMLGeometryAdapter.wrapMultiPolygon(Element element, String srsName)
          Returns a MultiSurface instance created from the passed gml:MultiPolygon element.
static MultiSurface GMLGeometryAdapter.wrapMultiSurfaceAsMultiSurface(Element element, String srsName)
          Parses the given gml:MultiSurface element as a MultiSurface.
static Point GMLGeometryAdapter.wrapPoint(Element element, String srsName)
          Returns a Point instance created from the passed gml:Point element.
static Surface GMLGeometryAdapter.wrapPolygon(Element element, String srsName)
          Parses the given gml:Polygon element as a Surface.
static Curve GMLGeometryAdapter.wrapRing(Element element, String srsName)
          Parses the given gml:Ring element as a Curve.
 

Uses of InvalidGMLException in org.deegree.ogcbase
 

Methods in org.deegree.ogcbase that throw InvalidGMLException
static Envelope GMLDocument.parseEnvelope(Element element)
          creates a Envelope from the passed element.
static Grid GMLDocument.parseGrid(Element element)
          creates a Grid instance from the passed Element
static Point GMLDocument.parsePos(Element element)
          creates a Point from the passed element containing a GML pos.
static TimePosition GMLDocument.parseTimePosition(Element element)
          creates a TimePosition object from the passed element.
 

Uses of InvalidGMLException in org.deegree.ogcwebservices.wcs.configuration
 

Methods in org.deegree.ogcwebservices.wcs.configuration that throw InvalidGMLException
 Extension ExtensionDocument.getExtension()
          returns the content of the Extension element of te deegree WCS coverage description (configuration document). the extension section contains informations about data access/sources for different resolutions and ranges.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

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