Uses of Class
org.geotools.geometry.iso.coordinate.EnvelopeImpl

Packages that use EnvelopeImpl
org.geotools.geometry.iso.complex An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of EnvelopeImpl in org.geotools.geometry.iso.complex
 

Fields in org.geotools.geometry.iso.complex declared as EnvelopeImpl
protected  EnvelopeImpl CompositeCurveImpl.envelope
           
 

Uses of EnvelopeImpl in org.geotools.geometry.iso.coordinate
 

Methods in org.geotools.geometry.iso.coordinate that return EnvelopeImpl
static EnvelopeImpl EnvelopeImpl.createEnvelope(org.opengis.geometry.DirectPosition[] p)
           
 EnvelopeImpl GeometryFactoryImpl.createEnvelope(double[] c)
          Creates an Envelope with the given coordinates.
 EnvelopeImpl GeometryFactoryImpl.createEnvelope(org.opengis.geometry.Envelope env)
          Creates a new Envelope equal to the given envelope
 EnvelopeImpl LineStringImpl.getEnvelope()
           
 EnvelopeImpl PointArrayImpl.getEnvelope()
          Creates an envelope for all points in point array
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type EnvelopeImpl
 void EnvelopeImpl.add(EnvelopeImpl env)
           
 void EnvelopeImpl.setValues(EnvelopeImpl env)
           
 

Uses of EnvelopeImpl in org.geotools.geometry.iso.primitive
 

Methods in org.geotools.geometry.iso.primitive that return EnvelopeImpl
 EnvelopeImpl CurveBoundaryImpl.getEnvelope()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.