|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UnknownCRSException in org.deegree.graphics |
---|
Constructors in org.deegree.graphics that throw UnknownCRSException | |
---|---|
MapView(java.lang.String name,
Envelope boundingbox,
double pixelsize)
|
Uses of UnknownCRSException in org.deegree.io.datastore |
---|
Methods in org.deegree.io.datastore that throw UnknownCRSException | |
---|---|
abstract FeatureCollection |
Datastore.performQuery(Query query,
MappedFeatureType[] rootFts)
Performs a query against the datastore. |
abstract FeatureCollection |
Datastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
Performs a query against the datastore (in the given transaction context). |
Uses of UnknownCRSException in org.deegree.io.datastore.cached |
---|
Methods in org.deegree.io.datastore.cached that throw UnknownCRSException | |
---|---|
FeatureCollection |
CachedWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
CachedWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of UnknownCRSException in org.deegree.io.datastore.schema |
---|
Methods in org.deegree.io.datastore.schema that throw UnknownCRSException | |
---|---|
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)
|
(package private) MappedGeometryPropertyType |
MappedGMLSchemaDocument.parseMappedGeometryPropertyType(org.w3c.dom.Element element,
QualifiedName propertyName,
QualifiedName typeName,
int type,
int minOccurs,
int maxOccurs,
boolean isIdentityPart,
java.lang.String table)
Extracts the mapping information for a geometry property type from the given "xs:annotation" element. |
MappedGMLSchema |
MappedGMLSchemaDocument.parseMappedGMLSchema()
Returns the class representation of the underlying mapped GML schema document. |
FeatureCollection |
MappedFeatureType.performQuery(Query query)
Performs the given Query . |
FeatureCollection |
MappedFeatureType.performQuery(Query query,
DatastoreTransaction context)
Performs the given Query inside the given transaction context. |
Constructors in org.deegree.io.datastore.schema that throw UnknownCRSException | |
---|---|
MappedGeometryPropertyType(QualifiedName name,
QualifiedName typeName,
int type,
int minOccurs,
int maxOccurs,
boolean isIdentityPart,
java.net.URI srs,
TableRelation[] tableRelations,
MappingGeometryField mappingField)
Constructs a new instance of MappedGeometryPropertyType from the given
parameters. |
|
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 UnknownCRSException in org.deegree.io.datastore.sql |
---|
Methods in org.deegree.io.datastore.sql that throw UnknownCRSException | |
---|---|
protected Feature |
FeatureFetcher.extractFeature(FeatureId fid,
java.util.Map<MappedPropertyType,java.util.Collection<PropertyPath>> requestedPropertyMap,
java.util.Map<SimpleContent,java.lang.Integer> resultPosMap,
java.lang.Object[] resultValues)
Extracts a feature from the values of a result set row. |
FeatureCollection |
QueryHandler.performQuery()
Performs the associated Query against the datastore. |
FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
protected FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
java.sql.Connection conn)
Performs a Query against the datastore. |
FeatureCollection |
AbstractSQLDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of UnknownCRSException in org.deegree.io.datastore.wfs |
---|
Methods in org.deegree.io.datastore.wfs that throw UnknownCRSException | |
---|---|
FeatureCollection |
CascadingWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts)
|
FeatureCollection |
CascadingWFSDatastore.performQuery(Query query,
MappedFeatureType[] rootFts,
DatastoreTransaction context)
|
Uses of UnknownCRSException in org.deegree.model.crs |
---|
Methods in org.deegree.model.crs that throw UnknownCRSException | |
---|---|
static CoordinateSystem |
CRSFactory.create(java.lang.String name)
Creates a CRS from the given name, if no CRS was found an UnkownCRSException will be thrown. |
static CoordinateSystem |
CRSFactory.create(java.lang.String providerName,
java.lang.String name)
Creates a CRS from the given name using the given provider, if no CRS was found an UnkownCRSException will be thrown. |
Envelope |
GeoTransformer.transform(Envelope envelope,
java.lang.String sourceCRS)
Transforms a Envelope to the target crs of the GeoTransformer instance |
Envelope |
GeoTransformer.transform(Envelope envelope,
java.lang.String sourceCRS,
boolean regardDistortion)
Transforms a Envelope to the target crs of the GeoTransformer instance
This transformation takes rotation and distortion into account when regardDistortion is true. |
Constructors in org.deegree.model.crs that throw UnknownCRSException | |
---|---|
GeoTransformer(java.lang.String targetCRS)
Creates a new GeoTransformer object, with the given id as the target CRS. |
Uses of UnknownCRSException in org.deegree.model.feature |
---|
Methods in org.deegree.model.feature that throw UnknownCRSException | |
---|---|
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. |
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. |
Uses of UnknownCRSException in org.deegree.model.feature.schema |
---|
Methods in org.deegree.model.feature.schema that throw UnknownCRSException | |
---|---|
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 UnknownCRSException | |
---|---|
GMLSchema(java.net.URI targetNamespace,
SimpleTypeDeclaration[] simpleTypes,
ComplexTypeDeclaration[] complexTypes,
ElementDeclaration[] elementDeclarations)
Creates a new GMLSchema instance from the given parameters. |
Uses of UnknownCRSException in org.deegree.model.spatialschema |
---|
Methods in org.deegree.model.spatialschema that throw UnknownCRSException | |
---|---|
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 UnknownCRSException in org.deegree.ogcbase |
---|
Methods in org.deegree.ogcbase that throw UnknownCRSException | |
---|---|
static Envelope |
GMLDocument.parseEnvelope(org.w3c.dom.Element element)
creates a Envelope from the passed element. |
Uses of UnknownCRSException in org.deegree.ogcwebservices.wcs.configuration |
---|
Methods in org.deegree.ogcwebservices.wcs.configuration that throw UnknownCRSException | |
---|---|
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. |
Uses of UnknownCRSException in org.deegree.ogcwebservices.wcs.describecoverage |
---|
Methods in org.deegree.ogcwebservices.wcs.describecoverage that throw UnknownCRSException | |
---|---|
CoverageOffering[] |
CoverageDescriptionDocument.getCoverageOfferings()
creates a CoverageDescription instance from the DOM document encapsulated by this class |
Uses of UnknownCRSException in org.deegree.ogcwebservices.wcts.capabilities |
---|
Methods in org.deegree.ogcwebservices.wcts.capabilities that throw UnknownCRSException | |
---|---|
protected Content |
WCTSCapabilitiesDocument.parseContents(java.lang.String configuredProvider)
Parses the optional wcts:Content element of the wcts:Capabilities element. |
Uses of UnknownCRSException in org.deegree.ogcwebservices.wmps.capabilities |
---|
Methods in org.deegree.ogcwebservices.wmps.capabilities that throw UnknownCRSException | |
---|---|
protected Envelope |
WMPSCapabilitiesDocument.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
Parse Lat Lon Bounding Box |
protected Layer |
WMPSCapabilitiesDocument.parseLayers(org.w3c.dom.Element layerElem,
Layer parent)
returns the layers offered by the WMPS |
Uses of UnknownCRSException in org.deegree.ogcwebservices.wmps.configuration |
---|
Methods in org.deegree.ogcwebservices.wmps.configuration that throw UnknownCRSException | |
---|---|
protected Layer |
WMPSConfigurationDocument.parseLayers(org.w3c.dom.Element layerElem,
Layer parent)
returns the layers offered by the WMS |
Uses of UnknownCRSException in org.deegree.ogcwebservices.wms |
---|
Methods in org.deegree.ogcwebservices.wms that throw UnknownCRSException | |
---|---|
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 UnknownCRSException in org.deegree.ogcwebservices.wms.capabilities |
---|
Methods in org.deegree.ogcwebservices.wms.capabilities that throw UnknownCRSException | |
---|---|
protected Envelope |
WMSCapabilitiesDocument_1_3_0.parseEX_GeographicBoundingBox(org.w3c.dom.Element llBox)
|
protected Envelope |
WMSCapabilitiesDocument.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
|
protected Envelope |
WMSCapabilitiesDocument_1_0_0.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
|
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)
|
Uses of UnknownCRSException in org.deegree.ogcwebservices.wms.configuration |
---|
Methods in org.deegree.ogcwebservices.wms.configuration that throw UnknownCRSException | |
---|---|
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)
|
Uses of UnknownCRSException in org.deegree.portal.context |
---|
Methods in org.deegree.portal.context that throw UnknownCRSException | |
---|---|
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)
|
Uses of UnknownCRSException in org.deegree.portal.standard.wfs.control |
---|
Methods in org.deegree.portal.standard.wfs.control that throw UnknownCRSException | |
---|---|
protected void |
DigitizeListener.validateRequest(RPCWebEvent rpcEvent)
Validate the RPC request: number of RPCParameter must be 2 or more. |
Uses of UnknownCRSException in org.deegree.tools.datastore |
---|
Methods in org.deegree.tools.datastore that throw UnknownCRSException | |
---|---|
static void |
DDLGenerator.main(java.lang.String[] args)
|
static void |
SchemaAnalyzer.main(java.lang.String[] args)
|
Constructors in org.deegree.tools.datastore that throw UnknownCRSException | |
---|---|
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 UnknownCRSException in org.deegree.tools.raster |
---|
Methods in org.deegree.tools.raster that throw UnknownCRSException | |
---|---|
void |
RasterTreeUpdater.init()
Initializes the instance. |
Uses of UnknownCRSException in org.deegree.tools.srs |
---|
Methods in org.deegree.tools.srs that throw UnknownCRSException | |
---|---|
static void |
DemoCRSTransform.main(java.lang.String[] args)
a starter method to transform a given point or a serie of points read from a file. |
|
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