|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownCRSException | |
---|---|
org.deegree.coverage.raster | Provides for simple and complex raster (grid coverages). |
org.deegree.crs | The org.deegree.crs package contains all necessities to transform and project coordinates form one coordinates system into another. |
org.deegree.crs.configuration.deegree.db | |
org.deegree.feature.persistence | |
org.deegree.feature.persistence.memory | |
org.deegree.geometry | |
org.deegree.gml | |
org.deegree.gml.feature | |
org.deegree.gml.geometry | |
org.deegree.gml.geometry.validation |
Uses of UnknownCRSException in org.deegree.coverage.raster |
---|
Methods in org.deegree.coverage.raster that throw UnknownCRSException | |
---|---|
AbstractRaster |
RasterTransformer.transform(AbstractRaster sourceRaster,
Envelope dstEnvelope,
int dstWidth,
int dstHeight,
InterpolationType interpolationType)
Creates a transformed raster from a given source raster. |
AbstractRaster |
RasterTransformer.transform(AbstractRaster sourceRaster,
InterpolationType interpolationType)
Transform a raster to the target coordinate system. |
Constructors in org.deegree.coverage.raster that throw UnknownCRSException | |
---|---|
RasterTransformer(String targetCRS)
Creates a new RasterTransformer with the given id as the target CRS. |
Uses of UnknownCRSException in org.deegree.crs |
---|
Methods in org.deegree.crs that throw UnknownCRSException | |
---|---|
protected Transformation |
Transformer.createCRSTransformation(String sourceCRS)
Creates a transformation chain, which can be used to transform incoming coordinates (in the given source CRS) into this Transformer's targetCRS. |
Envelope |
CRS.getAreaOfUse()
Returns the area of use, i.e. the domain where this CRSIdentifiable is valid. |
CoordinateSystem |
CRS.getWrappedCRS()
Returns the corresponding CRS object. |
static CoordinateSystem |
CRSRegistry.lookup(CRSCodeType name)
Get a real coordinate system from the default provider. |
static CoordinateSystem |
CRSRegistry.lookup(String name)
Creates a CRS from the given name, if no CRS was found an UnkownCRSException will be thrown. |
static CoordinateSystem |
CRSRegistry.lookup(String providerName,
CRSCodeType name)
Get a 'real' coordinatesystem from the backend. |
static CoordinateSystem |
CRSRegistry.lookup(String providerName,
String name)
Creates a CRS from the given name using the given provider, if no CRS was found an UnkownCRSException will be thrown. |
Constructors in org.deegree.crs that throw UnknownCRSException | |
---|---|
CoordinateTransformer(String targetCRS)
Creates a new CoordinateTransformer object, with the given id as the target CRS. |
|
Transformer(String targetCRS)
Creates a new Transformer object, with the given id as the target CRS. |
Uses of UnknownCRSException in org.deegree.crs.configuration.deegree.db |
---|
Methods in org.deegree.crs.configuration.deegree.db that throw UnknownCRSException | |
---|---|
static void |
CRSDBExporter.main(String[] args)
Command-line tool for inserting a CRS that is provided in a either in WKT format (via a filename argument), or in XML format (through its codetype). |
Uses of UnknownCRSException in org.deegree.feature.persistence |
---|
Methods in org.deegree.feature.persistence that throw UnknownCRSException | |
---|---|
static Feature |
FeatureCoder.decode(InputStream is,
ApplicationSchema schema,
CRS crs,
GMLReferenceResolver idResolver)
|
static void |
FeatureCoder.encode(Feature feature,
OutputStream os,
CRS crs)
|
Uses of UnknownCRSException in org.deegree.feature.persistence.memory |
---|
Methods in org.deegree.feature.persistence.memory that throw UnknownCRSException | |
---|---|
(package private) void |
MemoryFeatureStore.addGeometriesWithId(Collection<Geometry> geometries)
Adds the given identified Geometry instances. |
Constructors in org.deegree.feature.persistence.memory that throw UnknownCRSException | |
---|---|
MemoryFeatureStore(URL docURL,
ApplicationSchema schema)
Creates a new MemoryFeatureStore that is backed by the given GML file. |
Uses of UnknownCRSException in org.deegree.geometry |
---|
Methods in org.deegree.geometry that throw UnknownCRSException | |
---|---|
Geometry |
GeometryTransformer.transform(Geometry geo)
transforms the coordinates of a deegree geometry to the target coordinate reference system. |
Geometry |
GeometryTransformer.transform(Geometry geo,
boolean testValidDomain)
transforms the coordinates of a deegree geometry to the target coordinate reference system. |
Geometry |
GeometryTransformer.transform(Geometry geo,
String sourceCRS)
transforms the coordinates of a deegree geometry to the target coordinate reference system. |
Constructors in org.deegree.geometry that throw UnknownCRSException | |
---|---|
GeometryTransformer(String targetCRS)
Creates a new GeometryTransformer object, with the given id as the target CRS. |
Uses of UnknownCRSException in org.deegree.gml |
---|
Methods in org.deegree.gml that throw UnknownCRSException | |
---|---|
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. |
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. |
StreamFeatureCollection |
GMLStreamReader.readStreamFeatureCollection()
Returns the deegree model representation for the GML feature collection element event that the cursor of the underlying xml stream points to. |
void |
XMLTransformer.transform(XMLStreamReader reader,
XMLStreamWriter writer,
CoordinateSystem sourceCRS,
GMLVersion gmlVersion,
boolean testValidArea)
Transforms the given input stream, and streams the input into the output directly. |
void |
GMLStreamWriter.write(Feature feature)
Writes a GML representation of the given Feature to the stream. |
void |
GMLStreamWriter.write(Geometry geometry)
Writes a GML representation of the given Geometry to the stream. |
void |
GMLStreamWriter.write(GMLObject object)
Writes a GML representation of the given GMLObject to the stream. |
Constructors in org.deegree.gml that throw UnknownCRSException | |
---|---|
XMLTransformer(String targetCRS)
|
Uses of UnknownCRSException in org.deegree.gml.feature |
---|
Methods in org.deegree.gml.feature that throw UnknownCRSException | |
---|---|
void |
GMLFeatureWriter.export(Feature feature)
|
void |
GMLFeatureWriter.export(FeatureCollection fc,
QName name)
|
void |
GMLFeatureWriter.export(FeatureCollection col,
String noNamespaceSchemaLocation)
TODO merge with other schema location possibilities |
protected void |
GMLFeatureWriter.export(Property<?> property,
int inlineLevels)
|
Feature |
GMLFeatureReader.parseFeature(XMLStreamReaderWrapper xmlStream,
CRS 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,
CRS crs,
int occurence)
Returns the object representation for the given property element. |
Uses of UnknownCRSException in org.deegree.gml.geometry |
---|
Methods in org.deegree.gml.geometry that throw UnknownCRSException | |
---|---|
void |
GML2GeometryWriter.export(Geometry geometry)
|
void |
GMLGeometryWriter.export(Geometry geometry)
Exports a general geometry. |
void |
GML3GeometryWriter.export(Geometry geometry)
Exporting a geometry via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportCompositeCurve(CompositeCurve compositeCurve)
|
void |
GML3GeometryWriter.exportCompositeCurve(CompositeCurve compositeCurve)
Exporting a composite curve via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportCompositeGeometry(CompositeGeometry<GeometricPrimitive> geometryComplex)
|
void |
GML3GeometryWriter.exportCompositeGeometry(CompositeGeometry<GeometricPrimitive> geometryComplex)
Exporting a composite geometry via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportCompositeSolid(CompositeSolid compositeSolid)
|
void |
GML3GeometryWriter.exportCompositeSolid(CompositeSolid compositeSolid)
Exporting a composite solid via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportCompositeSurface(CompositeSurface compositeSurface)
|
void |
GML3GeometryWriter.exportCompositeSurface(CompositeSurface compositeSurface)
Exporting a composite surface via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportCurve(Curve curve)
|
void |
GML3GeometryWriter.exportCurve(Curve curve)
Exporting a curve via the XMLStreamWriter given when the class was constructed |
protected void |
GML3GeometryWriter.exportCurveSegment(CurveSegment curveSeg)
Exporting a curve segment via the XMLStreamWriter given when the class was constructed |
void |
GML2GeometryWriter.exportEnvelope(Envelope envelope)
|
void |
GMLGeometryWriter.exportEnvelope(Envelope envelope)
|
void |
GML3GeometryWriter.exportEnvelope(Envelope envelope)
Exporting an Envelope via the XMLStreamWriter given when the class was constructed |
void |
GML2GeometryWriter.exportLinearRing(Ring linearRing)
|
void |
GML2GeometryWriter.exportLineString(Curve curve)
|
void |
GML2GeometryWriter.exportMultiGeometry(MultiGeometry<? extends Geometry> multiGeometry)
|
void |
GMLGeometryWriter.exportMultiGeometry(MultiGeometry<? extends Geometry> geometry)
|
void |
GML3GeometryWriter.exportMultiGeometry(MultiGeometry<? extends Geometry> geometry)
Exporting a multi-geometry via the XMLStreamWriter given when the class was constructed |
void |
GML2GeometryWriter.exportMultiLineString(MultiLineString multiLineString)
|
void |
GML2GeometryWriter.exportMultiPoint(MultiPoint multiPoint)
|
void |
GML2GeometryWriter.exportMultiPolygon(MultiPolygon multiPolygon)
|
void |
GML2GeometryWriter.exportPoint(Point point)
|
void |
GMLGeometryWriter.exportPoint(Point point)
|
void |
GML3GeometryWriter.exportPoint(Point point)
Exporting a point via the XMLStreamWriter given when the class was constructed |
void |
GML2GeometryWriter.exportPolygon(Polygon polygon)
|
void |
GMLGeometryWriter.exportReference(GeometryReference<Geometry> geometryRef)
|
void |
GML3GeometryWriter.exportReference(GeometryReference<Geometry> geometryRef)
|
void |
GMLGeometryWriter.exportRing(Ring ring)
|
void |
GML3GeometryWriter.exportRing(Ring ring)
Exporting a ring via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportSolid(Solid solid)
|
void |
GML3GeometryWriter.exportSolid(Solid solid)
Exporting a solid via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportSurface(Surface surface)
|
void |
GML3GeometryWriter.exportSurface(Surface surface)
Exporting a surface via the XMLStreamWriter given when the class was constructed |
protected void |
GML3GeometryWriter.exportSurfacePatch(SurfacePatch surfacePatch)
Exporting a SurfacePatch via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportTin(Tin tin)
|
void |
GML3GeometryWriter.exportTin(Tin tin)
Exporting a tin via the XMLStreamWriter given when the class was constructed |
void |
GMLGeometryWriter.exportTriangulatedSurface(TriangulatedSurface triangSurface)
|
void |
GML3GeometryWriter.exportTriangulatedSurface(TriangulatedSurface triangSurface)
Exporting a triangulated surface via the XMLStreamWriter given when the class was constructed |
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,
CRS defaultCRS)
|
Geometry |
GML3GeometryReader.parse(XMLStreamReaderWrapper xmlStream,
CRS 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,
CRS 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,
CRS defaultCRS)
Returns the object representation of a (<gml:_Ring>) element. |
Solid |
GML3GeometryReader.parseAbstractSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:_Solid element. |
Surface |
GML3GeometryReader.parseAbstractSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:_Surface>) element. |
CompositeCurve |
GML3GeometryReader.parseCompositeCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:CompositeCurve element. |
CompositeSolid |
GML3GeometryReader.parseCompositeSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:CompositeSolid element. |
CompositeSurface |
GML3GeometryReader.parseCompositeSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:CompositeSurface element. |
(package private) Points |
GML3CurveSegmentReader.parseControlPoints(XMLStreamReaderWrapper xmlStream,
CRS crs)
Parses the control points of a curve segment element. |
Curve |
GML3GeometryReader.parseCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:Curve element. |
Curve |
GML3GeometryReader.parseCurveProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:CurvePropertyType (such as
gml:curveProperty ). |
(package private) CurveSegment |
GML3CurveSegmentReader.parseCurveSegment(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for a gml:_CurveSegment element. |
MultiGeometry<? extends Geometry> |
GML3GeometryReader.parseGeometricAggregate(XMLStreamReaderWrapper xmlStream,
CRS 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,
CRS defaultCRS)
Returns the object representation of a gml:GeometricComplex element. |
GeometricPrimitive |
GML3GeometryReader.parseGeometricPrimitive(XMLStreamReaderWrapper xmlStream,
CRS 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,
CRS 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,
CRS defaultCRS)
|
Geometry |
GMLGeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Parse the current geometry or envelope the given stream is pointing to. |
Geometry |
GML3GeometryReader.parseGeometryOrEnvelope(XMLStreamReaderWrapper xmlStream,
CRS 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,
CRS defaultCRS)
Returns the object representation of an element with type gml:GeometryPropertyType (such as
gml:geometryMember ). |
LinearRing |
GML3GeometryReader.parseLinearRing(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:LinearRing element. |
LineString |
GML3GeometryReader.parseLineString(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:LineString element. |
LineString |
GML3GeometryReader.parseLineStringProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:LineStringPropertyType (such as
gml:lineStringProperty ). |
(package private) LineStringSegment |
GML3CurveSegmentReader.parseLineStringSegment(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:LineStringSegment>) element. |
MultiCurve |
GML3GeometryReader.parseMultiCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiCurve element. |
MultiGeometry<Geometry> |
GML3GeometryReader.parseMultiGeometry(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiGeometry element. |
MultiLineString |
GML3GeometryReader.parseMultiLineString(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiLineString element. |
MultiPoint |
GML3GeometryReader.parseMultiPoint(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiPoint element. |
MultiPolygon |
GML3GeometryReader.parseMultiPolygon(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiPolygon element. |
MultiSolid |
GML3GeometryReader.parseMultiSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiSolid element. |
MultiSurface |
GML3GeometryReader.parseMultiSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:MultiSurface element. |
OrientableCurve |
GML3GeometryReader.parseOrientableCurve(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:OrientableCurve element. |
OrientableSurface |
GML3GeometryReader.parseOrientableSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:OrientableSurface element. |
Point |
GML3GeometryReader.parsePoint(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Point>) element. |
Point |
GML3GeometryReader.parsePointProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:PointPropertyType (such as
gml:pointProperty ). |
Polygon |
GML3GeometryReader.parsePolygon(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Polygon>) element. |
(package private) PolygonPatch |
GML3SurfacePatchReader.parsePolygonPatch(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a <gml:PolygonPatch> element. |
Polygon |
GML3GeometryReader.parsePolygonProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:PolygonPropertyType (such as
gml:polygonProperty ). |
PolyhedralSurface |
GML3GeometryReader.parsePolyhedralSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:PolyhedralSurface>) element. |
Ring |
GML3GeometryReader.parseRing(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a gml:Ring element. |
Solid |
GML3GeometryReader.parseSolid(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Solid>) element. |
Solid |
GML3GeometryReader.parseSolidProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:SolidPropertyType (such as
gml:solidProperty ). |
Surface |
GML3GeometryReader.parseSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Surface>) element. |
(package private) SurfacePatch |
GML3SurfacePatchReader.parseSurfacePatch(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation for a gml:_SurfacePatch element. |
Surface |
GML3GeometryReader.parseSurfaceProperty(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of an element with type gml:SurfacePropertyType (such as
gml:surfaceProperty ). |
Tin |
GML3GeometryReader.parseTin(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:Tin>) element. |
(package private) Triangle |
GML3SurfacePatchReader.parseTriangle(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a <gml:Triangle> element. |
TriangulatedSurface |
GML3GeometryReader.parseTriangulatedSurface(XMLStreamReaderWrapper xmlStream,
CRS defaultCRS)
Returns the object representation of a (<gml:TriangulatedSurface>) element. |
Uses of UnknownCRSException in org.deegree.gml.geometry.validation |
---|
Methods in org.deegree.gml.geometry.validation that throw UnknownCRSException | |
---|---|
void |
GML3GeometryValidator.validateGeometries()
|
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |