Uses of Class
com.esri.core.geometry.Envelope

Packages that use Envelope
com.esri.android.map Provides classes for all the different elements of a map. 
com.esri.core.geometry Provides classes for different types of geometries, e.g. 
com.esri.core.portal Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. 
com.esri.core.tasks.ags.geoprocessing Contains classes for connecting to geoprocessing services and parsing the results. 
com.esri.core.tasks.ags.identify Contains classes for defining identify operations that are executed on an ArcGIS Server. 
 

Uses of Envelope in com.esri.android.map
 

Methods in com.esri.android.map that return Envelope
 Envelope Layer.getFullExtent()
          Returns the full extent of the layer.
 Envelope GroupLayer.getFullExtent()
          Returns the full extent of the layer.
 Envelope MapView.getMapBoundaryExtent()
          Returns the boundary extent of the map.
 

Constructors in com.esri.android.map with parameters of type Envelope
GraphicsLayer(SpatialReference sr, Envelope fullextent)
          The constructor with spatial reference and full extent.
MapView(android.content.Context context, SpatialReference spatialreference, Envelope extent)
          The constructor is used if you are instantiating the MapView using Java code (see the class description for an example of this usage).
 

Uses of Envelope in com.esri.core.geometry
 

Methods in com.esri.core.geometry with parameters of type Envelope
 void MultiPath.addEnvelope(Envelope envSrc, boolean bReverse)
          Adds a rectangular closed path to this multipath.
static Geometry GeometryEngine.clip(Geometry geometry, Envelope envelope, SpatialReference spatialReference)
          Calculates the clipped geometry from an target geometry by an envelope.
 boolean Envelope.contains(Envelope env)
          Checks if this envelope contains (covers) other envelope.
 boolean Envelope.intersect(Envelope other)
          Changes this envelope to be the intersection of itself with the other envelope.
 boolean Envelope.isIntersecting(Envelope other)
          Returns true if the envelope and the other given envelope intersect.
 void Envelope.merge(Envelope other)
          Merges this envelope with the extent of the given envelope.
 void Point.queryEnvelope(Envelope env)
           
 void Envelope.queryEnvelope(Envelope env)
           
 void MultiPath.queryEnvelope(Envelope env)
           
abstract  void Geometry.queryEnvelope(Envelope env)
          Gets the axis aligned bounding box of the geometry.
 void Line.queryEnvelope(Envelope env)
           
 void MultiPoint.queryEnvelope(Envelope env)
           
 

Uses of Envelope in com.esri.core.portal
 

Methods in com.esri.core.portal that return Envelope
 Envelope PortalItem.getExtent()
          Returns the extent for this item.
 Envelope WebMap.getInitExtent()
          Gets the initial extent of the web map
 

Methods in com.esri.core.portal with parameters of type Envelope
static WebMap WebMap.newInstance(BaseMap basemap, Envelope extent, SpatialReference sr)
          Creates a WebMap using a BaseMap and Extent.
static WebMap WebMap.newInstance(org.codehaus.jackson.JsonParser parser, Envelope extent, SpatialReference sr)
          Creates a WebMap using JSON data and Extent.
 

Uses of Envelope in com.esri.core.tasks.ags.geoprocessing
 

Methods in com.esri.core.tasks.ags.geoprocessing that return Envelope
 Envelope GPMapImage.getExtent()
          Gets the extent that the image represents.
 

Methods in com.esri.core.tasks.ags.geoprocessing with parameters of type Envelope
 void GPMapImage.setExtent(Envelope extent)
          Sets the extent that the image represents.
 

Uses of Envelope in com.esri.core.tasks.ags.identify
 

Methods in com.esri.core.tasks.ags.identify that return Envelope
 Envelope IdentifyParameters.getMapExtent()
          Returns the extent of the map to identify in.
 

Methods in com.esri.core.tasks.ags.identify with parameters of type Envelope
 void IdentifyParameters.setMapExtent(Envelope extent)
          Sets the extent of the map to perform the identify in.
 

Constructors in com.esri.core.tasks.ags.identify with parameters of type Envelope
IdentifyParameters(Geometry geometry, Envelope mapExtent, SpatialReference extentSR, int[] layers, int mapWidth, int mapHeight, int dpi, boolean returnGeometry)
          Constructor with required parameters.
 



Copyright © 2012. All Rights Reserved.