deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

Uses of Class
org.deegree.crs.CRS

Packages that use CRS
org.deegree.commons.dataaccess.shape   
org.deegree.commons.utils   
org.deegree.commons.utils.memory   
org.deegree.coverage   
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.coverage.raster.geom   
org.deegree.coverage.raster.io Defines the io operations for reading and writing rasters (not the data). 
org.deegree.coverage.raster.io.imageio.geotiff   
org.deegree.crs The org.deegree.crs package contains all necessities to transform and project coordinates form one coordinates system into another. 
org.deegree.feature.persistence   
org.deegree.feature.persistence.memory   
org.deegree.feature.persistence.postgis   
org.deegree.feature.persistence.query   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.simplesql   
org.deegree.geometry   
org.deegree.geometry.standard   
org.deegree.geometry.standard.composite   
org.deegree.geometry.standard.multi   
org.deegree.geometry.standard.primitive   
org.deegree.gml   
org.deegree.gml.feature   
org.deegree.gml.geometry   
org.deegree.gml.geometry.refs   
org.deegree.protocol.ows   
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wms   
org.deegree.protocol.wms.client   
org.deegree.record.persistence.genericrecordstore.parsing   
org.deegree.rendering.r3d.opengl.rendering.dem.texturing   
 

Uses of CRS in org.deegree.commons.dataaccess.shape
 

Constructors in org.deegree.commons.dataaccess.shape with parameters of type CRS
SHPReader(RandomAccessFile in, CRS crs, SpatialIndex<Long> rtree, boolean startsWithZero)
           
 

Uses of CRS in org.deegree.commons.utils
 

Methods in org.deegree.commons.utils with parameters of type CRS
static Envelope GeometryUtils.createConvertedEnvelope(Envelope sourceEnvelope, CRS targetCRS)
          Converts the given Envelope into an envelope with the given coordinate system.
 

Uses of CRS in org.deegree.commons.utils.memory
 

Methods in org.deegree.commons.utils.memory with parameters of type CRS
static long AllocatedHeapMemory.sizeOfCRS(CRS coordinateSystem, boolean asReference)
           
 

Uses of CRS in org.deegree.coverage
 

Methods in org.deegree.coverage that return CRS
 CRS AbstractCoverage.getCoordinateSystem()
           
 

Methods in org.deegree.coverage with parameters of type CRS
 void AbstractCoverage.setCoordinateSystem(CRS crs)
           
 

Uses of CRS in org.deegree.coverage.raster
 

Methods in org.deegree.coverage.raster that return CRS
 CRS TiledRaster.getCoordinateSystem()
           
 

Uses of CRS in org.deegree.coverage.raster.geom
 

Methods in org.deegree.coverage.raster.geom with parameters of type CRS
 Envelope RasterGeoReference.getEnvelope(int width, int height, CRS crs)
          Returns an Envelope for a raster with given size.
 Envelope RasterGeoReference.getEnvelope(RasterGeoReference.OriginLocation targetLocation, int width, int height, CRS crs)
          Returns an Envelope for a raster with given size.
 Envelope RasterGeoReference.getEnvelope(RasterGeoReference.OriginLocation targetLocation, RasterRect rasterRect, CRS crs)
          Returns an Envelope for a raster with given size and given x,y raster location.
 Envelope RasterGeoReference.getEnvelope(RasterRect rasterRect, CRS crs)
          Returns an Envelope for a raster with given size and given x,y raster location.
 

Constructors in org.deegree.coverage.raster.geom with parameters of type CRS
RasterGeoReference(RasterGeoReference.OriginLocation location, double resolutionX, double resolutionY, double origin0, double origin1, CRS crs)
          Constructs a raster reference with given resolutions and origin.
RasterGeoReference(RasterGeoReference.OriginLocation location, double resolutionX, double resolutionY, double rotationX, double rotationY, double origin0, double origin1, CRS crs)
          Constructs a raster reference with given resolutions, origin and rotations.
 

Uses of CRS in org.deegree.coverage.raster.io
 

Methods in org.deegree.coverage.raster.io that return CRS
 CRS RasterIOOptions.getCRS()
           
 

Uses of CRS in org.deegree.coverage.raster.io.imageio.geotiff
 

Constructors in org.deegree.coverage.raster.io.imageio.geotiff with parameters of type CRS
GeoTiffWriter(BufferedImage image, Envelope envelope, double resx, double resy, CRS crs)
          creates an GeoTiffWriter instance from an java.awt.image.
GeoTiffWriter(BufferedImage image, Envelope envelope, double resx, double resy, CRS crs, double offset, double scaleFactor)
          creates an GeoTiffWriter instance from an java.awt.image.
 

Uses of CRS in org.deegree.crs
 

Fields in org.deegree.crs declared as CRS
static CRS CRS.EPSG_4326
          The commonly used geographic 'EPSG:4326', with axis order X, Y.
 

Methods in org.deegree.crs that return CRS
 CRS Transformer.getWrappedTargetCRS()
           
 

Uses of CRS in org.deegree.feature.persistence
 

Methods in org.deegree.feature.persistence that return CRS
 CRS FeatureStore.getStorageSRS()
          Returns the native CRS used for storing geometries.
 

Methods in org.deegree.feature.persistence with parameters of type CRS
static Feature FeatureCoder.decode(InputStream is, ApplicationSchema schema, CRS crs, GMLReferenceResolver idResolver)
           
static void FeatureCoder.encode(Feature feature, OutputStream os, CRS crs)
           
 

Uses of CRS in org.deegree.feature.persistence.memory
 

Methods in org.deegree.feature.persistence.memory that return CRS
 CRS MemoryFeatureStore.getStorageSRS()
           
 

Uses of CRS in org.deegree.feature.persistence.postgis
 

Fields in org.deegree.feature.persistence.postgis declared as CRS
(package private)  CRS PostGISFeatureStore.storageSRS
           
 

Methods in org.deegree.feature.persistence.postgis that return CRS
 CRS PostGISFeatureStore.getStorageSRS()
           
 

Methods in org.deegree.feature.persistence.postgis with parameters of type CRS
(package private)  Geometry PostGISFeatureStore.getCompatibleGeometry(Geometry literal, CRS crs)
          Returns a transformed version of the given Geometry in the specified CRS.
 

Constructors in org.deegree.feature.persistence.postgis with parameters of type CRS
PostGISFeatureStore(ApplicationSchema schema, String jdbcConnId, String dbSchema, CRS storageSRS, Map<QName,FeatureTypeMapping> relMapping)
          Creates a new PostGISFeatureStore for the given ApplicationSchema.
 

Uses of CRS in org.deegree.feature.persistence.query
 

Constructors in org.deegree.feature.persistence.query with parameters of type CRS
Query(IdFilter filter, String featureVersion, CRS srsName, SortProperty[] sortBy)
          Creates a new Query instance that selects features based on an IdFilter.
Query(TypeName[] typeNames, Filter filter, String featureVersion, CRS srsName, SortProperty[] sortBy)
          Creates a new Query instance.
 

Uses of CRS in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that return CRS
 CRS ShapeFeatureStore.getStorageSRS()
           
 

Constructors in org.deegree.feature.persistence.shape with parameters of type CRS
ShapeFeatureStore(String name, CRS crs, Charset encoding)
           
 

Uses of CRS in org.deegree.feature.persistence.simplesql
 

Fields in org.deegree.feature.persistence.simplesql declared as CRS
(package private)  CRS SimpleSQLDatastore.crs
           
 

Methods in org.deegree.feature.persistence.simplesql that return CRS
 CRS SimpleSQLDatastore.getStorageSRS()
           
 

Uses of CRS in org.deegree.geometry
 

Methods in org.deegree.geometry that return CRS
 CRS Geometry.getCoordinateSystem()
          Returns the associated spatial reference system.
 

Methods in org.deegree.geometry with parameters of type CRS
 CompositeCurve GeometryFactory.createCompositeCurve(String id, CRS crs, List<Curve> members)
          Creates a CompositeCurve from a list of passed Curves.
 CompositeGeometry<GeometricPrimitive> GeometryFactory.createCompositeGeometry(String id, CRS crs, List<GeometricPrimitive> memberPrimitives)
          Creates a general CompositeGeometry from a list of primitive geometries.
 CompositeSolid GeometryFactory.createCompositeSolid(String id, CRS crs, List<Solid> memberSolids)
          Creates a CompositeSolid from a list of passed Solids.
 CompositeSurface GeometryFactory.createCompositeSurface(String id, CRS crs, List<Surface> memberSurfaces)
          Creates a CompositeSurface from a list of passed Surfaces.
 Curve GeometryFactory.createCurve(String id, CRS crs, CurveSegment... segments)
          Creates a segmented Curve from one or more CurveSegments.
 Envelope SimpleGeometryFactory.createEnvelope(double[] min, double[] max, CRS crs)
          Creates an Envelope.
 Envelope SimpleGeometryFactory.createEnvelope(double minx, double miny, double maxx, double maxy, CRS crs)
          Creates an Envelope in 2D space.
 Envelope SimpleGeometryFactory.createEnvelope(List<Double> lowerCorner, List<Double> upperCorner, CRS crs)
          Create an Envelope from a list of Doubles.
 LinearRing GeometryFactory.createLinearRing(String id, CRS crs, Points points)
          Creates a simple LinearRing from a list of passed Points.
 LineString SimpleGeometryFactory.createLineString(String id, CRS crs, Points points)
          Creates a LineString geometry.
 MultiCurve GeometryFactory.createMultiCurve(String id, CRS crs, List<Curve> members)
          Creates a MultiCurve from a list of passed Curves.
 MultiGeometry<Geometry> SimpleGeometryFactory.createMultiGeometry(String id, CRS crs, List<Geometry> members)
          Creates an untyped multi geometry from a list of Geometrys.
 MultiLineString SimpleGeometryFactory.createMultiLineString(String id, CRS crs, List<LineString> members)
          Creates a MultiCurve from a list of passed LineStrings.
 MultiPoint SimpleGeometryFactory.createMultiPoint(String id, CRS crs, List<Point> members)
          Creates a MultiPoint from a list of passed Points.
 MultiPolygon SimpleGeometryFactory.createMultiPolygon(String id, CRS crs, List<Polygon> members)
          Creates a MultiPolygon from a list of passed Polygons.
 MultiSolid GeometryFactory.createMultiSolid(String id, CRS crs, List<Solid> members)
          Creates a MultiSolid from a list of passed Solids.
 MultiSurface GeometryFactory.createMultiSurface(String id, CRS crs, List<Surface> members)
          Creates a MultiSurface from a list of passed Surfaces.
 OrientableCurve GeometryFactory.createOrientableCurve(String id, CRS crs, Curve baseCurve, boolean isReversed)
          Creates an OrientableCurve.
 OrientableSurface GeometryFactory.createOrientableSurface(String id, CRS crs, Surface baseSurface, boolean isReversed)
          Creates an OrientableSurface.
 Point SimpleGeometryFactory.createPoint(String id, double[] coordinates, CRS crs)
          Creates a Point with an arbitrary number of coordinates.
 Point SimpleGeometryFactory.createPoint(String id, double x, double y, CRS crs)
          Creates a Point in 2D space.
 Point SimpleGeometryFactory.createPoint(String id, double x, double y, double z, CRS crs)
          Creates a Point in 3D space.
 Polygon SimpleGeometryFactory.createPolygon(String id, CRS crs, Ring exteriorRing, List<Ring> interiorRings)
          Creates a Polygon surface.
 PolyhedralSurface GeometryFactory.createPolyhedralSurface(String id, CRS crs, List<PolygonPatch> memberPatches)
          Creates a PolyhedralSurface.
 Ring GeometryFactory.createRing(String id, CRS crs, List<Curve> members)
          Creates a Ring from a list of passed Curves.
 Solid GeometryFactory.createSolid(String id, CRS crs, Surface exteriorSurface, List<Surface> interiorSurfaces)
          Creates a Solid.
 Surface GeometryFactory.createSurface(String id, List<SurfacePatch> patches, CRS crs)
          Creates a Surface that consists of a number of SurfacePatch instances.
 Tin GeometryFactory.createTin(String id, CRS crs, List<List<LineStringSegment>> stopLines, List<List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, List<Triangle> patches)
          Creates a Tin.
 TriangulatedSurface GeometryFactory.createTriangulatedSurface(String id, CRS crs, List<Triangle> memberPatches)
          Creates a TriangulatedSurface.
 void Geometry.setCoordinateSystem(CRS crs)
          Sets the associated spatial reference system.
 

Uses of CRS in org.deegree.geometry.standard
 

Fields in org.deegree.geometry.standard declared as CRS
protected  CRS AbstractDefaultGeometry.crs
          Reference to a coordinate system.
 

Methods in org.deegree.geometry.standard that return CRS
 CRS AbstractDefaultGeometry.getCoordinateSystem()
           
 

Methods in org.deegree.geometry.standard with parameters of type CRS
 void AbstractDefaultGeometry.setCoordinateSystem(CRS crs)
           
 

Constructors in org.deegree.geometry.standard with parameters of type CRS
AbstractDefaultGeometry(String id, CRS crs, PrecisionModel pm)
           
DefaultEnvelope(String id, CRS crs, PrecisionModel pm, Point min, Point max)
          Creates a new DefaultEnvelope instance from the given parameters.
 

Uses of CRS in org.deegree.geometry.standard.composite
 

Constructors in org.deegree.geometry.standard.composite with parameters of type CRS
DefaultCompositeCurve(String id, CRS crs, PrecisionModel pm, List<Curve> memberCurves)
          Creates a new DefaultCompositeCurve from the given parameters.
DefaultCompositeGeometry(String id, CRS crs, PrecisionModel pm, List<GeometricPrimitive> memberPrimitives)
          Creates a new DefaultCompositeGeometry from the given parameters.
DefaultCompositeSolid(String id, CRS crs, PrecisionModel pm, List<Solid> memberSolids)
          Creates a new DefaultCompositeSolid from the given parameters.
DefaultCompositeSurface(String id, CRS crs, PrecisionModel pm, List<Surface> memberSurfaces)
          Creates a new DefaultCompositeSurface from the given parameters.
 

Uses of CRS in org.deegree.geometry.standard.multi
 

Constructors in org.deegree.geometry.standard.multi with parameters of type CRS
DefaultMultiCurve(String id, CRS crs, PrecisionModel pm, List<Curve> members)
          Creates a new DefaultMultiCurve from the given parameters.
DefaultMultiGeometry(String id, CRS crs, PrecisionModel pm, List<T> members)
          Creates a new DefaultMultiGeometry from the given parameters.
DefaultMultiLineString(String id, CRS crs, PrecisionModel pm, List<LineString> members)
          Creates a new DefaultMultiLineString from the given parameters.
DefaultMultiPoint(String id, CRS crs, PrecisionModel pm, List<Point> members)
          Creates a new DefaultMultiPoint from the given parameters.
DefaultMultiPolygon(String id, CRS crs, PrecisionModel pm, List<Polygon> members)
          Creates a new DefaultMultiPolygon from the given parameters.
DefaultMultiSolid(String id, CRS crs, PrecisionModel pm, List<Solid> members)
          Creates a new DefaultMultiSolid from the given parameters.
DefaultMultiSurface(String id, CRS crs, PrecisionModel pm, List<Surface> members)
          Creates a new DefaultMultiSurface from the given parameters.
 

Uses of CRS in org.deegree.geometry.standard.primitive
 

Methods in org.deegree.geometry.standard.primitive that return CRS
 CRS DefaultOrientableSurface.getCoordinateSystem()
           
 CRS DefaultOrientableCurve.getCoordinateSystem()
           
 

Constructors in org.deegree.geometry.standard.primitive with parameters of type CRS
DefaultCurve(String id, CRS crs, PrecisionModel pm, List<CurveSegment> segments)
          Creates a new DefaultCurve instance from the given parameters.
DefaultLinearRing(String id, CRS crs, PrecisionModel pm, Points controlPoints)
          Creates a new DefaultLinearRing instance from the given parameters.
DefaultLineString(String id, CRS crs, PrecisionModel pm, Points controlPoints)
           
DefaultOrientableCurve(String id, CRS crs, Curve baseCurve, boolean isReversed)
          Creates a new DefaultOrientableCurve instance from the given parameters.
DefaultOrientableSurface(String id, CRS crs, Surface baseSurface, boolean isReversed)
          Creates a new DefaultOrientableSurface instance from the given parameters.
DefaultPoint(String id, CRS crs, PrecisionModel pm, double[] coordinates)
          Creates a new DefaultPoint instance from the given parameters.
DefaultPolygon(String id, CRS crs, PrecisionModel pm, Ring exteriorRing, List<Ring> interiorRings)
          Creates a new DefaultPolygon instance from the given parameters.
DefaultPolyhedralSurface(String id, CRS crs, PrecisionModel pm, List<PolygonPatch> patches)
          Creates a new DefaultPolyhedralSurface instance from the given parameters.
DefaultRing(String id, CRS crs, PrecisionModel pm, DefaultLineString singleCurve)
          Creates a new DefaultRing instance from a closed DefaultLineString.
DefaultRing(String id, CRS crs, PrecisionModel pm, LineStringSegment segment)
          Creates a new DefaultRing instance from the given parameters.
DefaultRing(String id, CRS crs, PrecisionModel pm, List<Curve> members)
          Creates a new DefaultRing instance from the given parameters.
DefaultSolid(String id, CRS crs, PrecisionModel pm, Surface exteriorSurface, List<Surface> interiorSurfaces)
          Creates a new DefaultSolid instance from the given parameters.
DefaultSurface(String id, CRS crs, PrecisionModel pm, List<? extends SurfacePatch> patches)
          Creates a new DefaultSurface instance from the given parameters.
DefaultTin(String id, CRS crs, PrecisionModel pm, List<List<LineStringSegment>> stopLines, List<List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, List<Triangle> patches)
          Creates a new DefaultTin instance from the given parameters.
DefaultTin(String id, CRS crs, PrecisionModel pm, List<Triangle> patches)
          Creates a new DefaultTin instance from the given parameters.
DefaultTriangulatedSurface(String id, CRS crs, PrecisionModel pm, List<Triangle> patches)
          Creates a new DefaultTriangulatedSurface instance from the given parameters.
 

Uses of CRS in org.deegree.gml
 

Methods in org.deegree.gml that return CRS
 CRS GMLStreamReader.readCRS()
          Returns the deegree model representation for the GML crs element event that the cursor of the underlying xml stream points to.
 

Methods in org.deegree.gml with parameters of type CRS
 void GMLStreamReader.setDefaultCRS(CRS defaultCRS)
          Controls the default CRS that is assumed when GML objects (especially geometries) without SRS information are parsed.
 void GMLStreamWriter.setOutputCRS(CRS crs)
          Controls the output CRS for written geometries.
 

Uses of CRS in org.deegree.gml.feature
 

Methods in org.deegree.gml.feature with parameters of type CRS
 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.
 

Constructors in org.deegree.gml.feature with parameters of type CRS
GMLFeatureWriter(GMLVersion version, XMLStreamWriter writer, CRS outputCRS, CoordinateFormatter formatter, String referenceTemplate, PropertyName[] requestedProps, int traverseXlinkDepth, int traverseXlinkExpiry, boolean exportSfGeometries)
           
GMLFeatureWriter(XMLStreamWriter writer, CRS outputCRS)
           
 

Uses of CRS in org.deegree.gml.geometry
 

Methods in org.deegree.gml.geometry that return CRS
protected  CRS GML3GeometryBaseReader.determineActiveCRS(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Determines the active CRS using the value of the srsName attribute of the current geometry element.
 

Methods in org.deegree.gml.geometry with parameters of type CRS
protected  CRS GML3GeometryBaseReader.determineActiveCRS(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Determines the active CRS using the value of the srsName attribute of the current geometry element.
 Geometry GML2GeometryReader.parse(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 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.
protected  List<Point> GML3GeometryBaseReader.parseCoordinates(XMLStreamReaderWrapper xmlStream, CRS crs)
           
 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.
protected  Point GML3GeometryBaseReader.parseDirectPositionType(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 Envelope GML2GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 Envelope GMLGeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 Envelope GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:Envelope 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, CRS defaultCRS)
           
 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).
 Geometry GML3GeometryReader.parseImplicitGeometry(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation for the given gml:_ImplicitGeometry element event that the cursor of the associated XMLStreamReader points at.
 Ring GML2GeometryReader.parseLinearRing(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 LinearRing GML3GeometryReader.parseLinearRing(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:LinearRing element.
 LineString GML2GeometryReader.parseLineString(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 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> GML2GeometryReader.parseMultiGeometry(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 MultiGeometry<Geometry> GML3GeometryReader.parseMultiGeometry(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:MultiGeometry element.
 MultiLineString GML2GeometryReader.parseMultiLineString(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 MultiLineString GML3GeometryReader.parseMultiLineString(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:MultiLineString element.
 MultiPoint GML2GeometryReader.parseMultiPoint(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 MultiPoint GML3GeometryReader.parseMultiPoint(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:MultiPoint element.
 MultiPolygon GML2GeometryReader.parseMultiPolygon(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 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 GML2GeometryReader.parsePoint(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 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 GML2GeometryReader.parsePolygon(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 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.
protected  List<Point> GML3GeometryBaseReader.parsePosList(XMLStreamReaderWrapper xmlStream, CRS crs)
           
 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.
 

Constructors in org.deegree.gml.geometry with parameters of type CRS
GML2GeometryWriter(XMLStreamWriter writer, CRS outputCrs, CoordinateFormatter formatter, Set<String> exportedIds)
          Creates a new GML2GeometryWriter instance.
GML3GeometryWriter(GMLVersion version, XMLStreamWriter writer, CRS outputCrs, CoordinateFormatter formatter, boolean exportSf, Set<String> exportedIds)
          Creates a new GML3GeometryWriter instance.
 

Uses of CRS in org.deegree.gml.geometry.refs
 

Methods in org.deegree.gml.geometry.refs that return CRS
 CRS GeometryReference.getCoordinateSystem()
           
 

Methods in org.deegree.gml.geometry.refs with parameters of type CRS
 void GeometryReference.setCoordinateSystem(CRS crs)
           
 

Uses of CRS in org.deegree.protocol.ows
 

Methods in org.deegree.protocol.ows with parameters of type CRS
 Envelope OWSCommonXMLAdapter.parseBoundingBoxType(org.apache.axiom.om.OMElement boundingBoxDataElement, CRS defaultCRS)
          Parses the given element of type ows:BoundingBoxType.
 

Uses of CRS in org.deegree.protocol.wfs.getfeature
 

Methods in org.deegree.protocol.wfs.getfeature that return CRS
 CRS Query.getSrsName()
          Returns the SRS that should be used for returned feature geometries.
 

Constructors in org.deegree.protocol.wfs.getfeature with parameters of type CRS
BBoxQuery(String handle, TypeName[] typeNames, String featureVersion, CRS srsName, PropertyName[][] propertyNames, XLinkPropertyName[][] xLinkPropertyNames, SortProperty[] sortBy, Envelope bbox)
          Creates a new BBoxQuery instance.
FeatureIdQuery(String handle, TypeName[] typeNames, String[] featureIds, String featureVersion, CRS srsName, PropertyName[][] propertyNames, XLinkPropertyName[][] xLinkPropertyNames, SortProperty[] sortBy)
          Creates a new FeatureIdQuery instance.
FilterQuery(QName typeName, CRS srsName, SortProperty[] sortBy, Filter filter)
          Creates a new FilterQuery instance from the most commonly used parameters.
FilterQuery(String handle, TypeName[] typeNames, String featureVersion, CRS srsName, PropertyName[] propertyNames, XLinkPropertyName[] xLinkPropertyNames, Function[] functions, SortProperty[] sortBy, Filter filter)
          Creates a new FilterQuery instance.
Query(String handle, TypeName[] typeNames, String featureVersion, CRS srsName, SortProperty[] sortBy)
          Creates a new Query instance.
 

Uses of CRS in org.deegree.protocol.wms
 

Methods in org.deegree.protocol.wms that return CRS
static CRS Utils.getAutoCRS(int id, double lon0, double lat0)
           
 

Uses of CRS in org.deegree.protocol.wms.client
 

Methods in org.deegree.protocol.wms.client with parameters of type CRS
 Pair<BufferedImage,String> WMSClient111.getMap(List<String> layers, int width, int height, Envelope bbox, CRS srs, String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, List<String> validationErrors)
           
 Pair<SimpleRaster,String> WMSClient111.getMapAsSimpleRaster(List<String> layers, int width, int height, Envelope bbox, CRS srs, String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, List<String> validationErrors)
           
 

Uses of CRS in org.deegree.record.persistence.genericrecordstore.parsing
 

Methods in org.deegree.record.persistence.genericrecordstore.parsing that return types with arguments of type CRS
 List<CRS> QueryableProperties.getCrs()
           
 

Method parameters in org.deegree.record.persistence.genericrecordstore.parsing with type arguments of type CRS
protected  void ParseIdentificationInfo.parseIdentificationInfo(List<org.apache.axiom.om.OMElement> identificationInfo, GenerateRecord gr, QueryableProperties qp, ReturnableProperties rp, boolean isInspire, List<CRS> crsList)
           
 void QueryableProperties.setCrs(List<CRS> crs)
           
 

Uses of CRS in org.deegree.rendering.r3d.opengl.rendering.dem.texturing
 

Constructors in org.deegree.rendering.r3d.opengl.rendering.dem.texturing with parameters of type CRS
StyledGeometryTTProvider(double[] offsetVector, CRS wpvsCRS, FeatureStore featureStore, Style style, double maxUnitsPerPixel, File cacheDir, long cacheSize)
          Use the given feature store to create a 'dataset' from a style.
WMSTextureTileProvider(URL capabilitiesURL, String[] requestedLayers, CRS requestCRS, String requestFormat, boolean transparent, double res, int maxWidth, int maxHeight, int requestTimeout)
          Creates a new WMSTextureTileProvider instance.
 


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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

]]>