Uses of Interface
org.deegree.geometry.Envelope

Packages that use Envelope
org.deegree.geometry   
org.deegree.geometry.io   
org.deegree.geometry.metadata   
org.deegree.geometry.refs   
org.deegree.geometry.standard   
org.deegree.geometry.standard.multi   
org.deegree.geometry.standard.primitive   
org.deegree.geometry.utils   
 

Uses of Envelope in org.deegree.geometry
 

Methods in org.deegree.geometry that return Envelope
 Envelope SimpleGeometryFactory.createEnvelope(double[] min, double[] max, ICRS crs)
          Creates an Envelope.
 Envelope SimpleGeometryFactory.createEnvelope(double minx, double miny, double maxx, double maxy, ICRS crs)
          Creates an Envelope in 2D space.
 Envelope SimpleGeometryFactory.createEnvelope(List<Double> lowerCorner, List<Double> upperCorner, ICRS crs)
          Create an Envelope from a list of Doubles.
static Envelope GeometryTransformer.createValidDomain(ICRS sourceCRS)
          Creates an envelope in the given CRS of the Area of Use (defined in WGS84) of the given Coordinate System.
 Envelope Geometry.getEnvelope()
          Returns the minimal bounding box of the geometry.
 Envelope Envelope.merge(Envelope other)
          Merges this envelope with another envelope into a new one.
 

Methods in org.deegree.geometry with parameters of type Envelope
static GeometricPrimitive Geometries.getAsGeometry(Envelope env)
          Returns a corresponding GeometricPrimitive object for the given Envelope.
 Envelope Envelope.merge(Envelope other)
          Merges this envelope with another envelope into a new one.
 

Uses of Envelope in org.deegree.geometry.io
 

Methods in org.deegree.geometry.io with parameters of type Envelope
 void WKTWriter.writeEnvelope(Envelope envelope, Writer writer)
          TODO also for 3D
 

Uses of Envelope in org.deegree.geometry.metadata
 

Methods in org.deegree.geometry.metadata that return Envelope
static Envelope SpatialMetadataConverter.fromJaxb(EnvelopeType env)
           
 Envelope SpatialMetadata.getEnvelope()
           
 

Methods in org.deegree.geometry.metadata with parameters of type Envelope
 void SpatialMetadata.setEnvelope(Envelope envelope)
           
 

Constructors in org.deegree.geometry.metadata with parameters of type Envelope
SpatialMetadata(Envelope envelope, List<ICRS> coordinateSystems)
           
 

Uses of Envelope in org.deegree.geometry.refs
 

Methods in org.deegree.geometry.refs that return Envelope
 Envelope GeometryReference.getEnvelope()
           
 

Uses of Envelope in org.deegree.geometry.standard
 

Classes in org.deegree.geometry.standard that implement Envelope
 class DefaultEnvelope
          Default implementation of Envelope.
 

Fields in org.deegree.geometry.standard declared as Envelope
protected  Envelope AbstractDefaultGeometry.env
           
 

Methods in org.deegree.geometry.standard that return Envelope
 Envelope AbstractDefaultGeometry.getEnvelope()
           
 Envelope DefaultEnvelope.getEnvelope()
           
 Envelope DefaultEnvelope.merge(Envelope other)
           
 

Methods in org.deegree.geometry.standard with parameters of type Envelope
 Envelope DefaultEnvelope.merge(Envelope other)
           
 

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

Methods in org.deegree.geometry.standard.multi that return Envelope
 Envelope DefaultMultiGeometry.getEnvelope()
           
 

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

Methods in org.deegree.geometry.standard.primitive that return Envelope
 Envelope DefaultOrientableCurve.getEnvelope()
           
 Envelope DefaultOrientableSurface.getEnvelope()
           
 Envelope DefaultSolid.getEnvelope()
           
 Envelope DefaultPoint.getEnvelope()
           
 

Uses of Envelope in org.deegree.geometry.utils
 

Methods in org.deegree.geometry.utils that return Envelope
static Envelope GeometryUtils.createConvertedEnvelope(Envelope sourceEnvelope, ICRS targetCRS)
          Converts the given Envelope into an envelope with the given coordinate system.
static Envelope GeometryUtils.createEnvelope(float[] env, CRS crs)
           
 

Methods in org.deegree.geometry.utils with parameters of type Envelope
static Envelope GeometryUtils.createConvertedEnvelope(Envelope sourceEnvelope, ICRS targetCRS)
          Converts the given Envelope into an envelope with the given coordinate system.
static float[] GeometryUtils.createEnvelope(Envelope validDomain)
          Creates float array out of an envelope (Geometry).
static Polygon GeometryUtils.envelopeToPolygon(Envelope env)
           
 



Copyright © 2011. All Rights Reserved.