IEnvelope Interface

Provides access to methods and properties of envelopes. Note: the IEnvelope interface has been superseded byIEnvelope2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Envelopes are the rectangular window that contain a specific element.  All Geometry objects have an envelope defined by the XMin, XMax, YMin, and YMax of the object.  Envelopes can also serve as the viewing area for a particular view screen or data frame.

Members

Description

 

CenterAt

Moves this envelope so it is centered at p.

 

DefineFromPoints

Defines the envelope to cover all the points.

 

Depth

The depth of the envelope.

 

Dimension

The topological dimension of this geometry.

 

Envelope

Creates a copy of this geometry's envelope and returns it.

 

Expand

Moves the X and Y coordinates of the sides toward or away from each other.

 

ExpandM

Moves the measure of the sides toward or away from each other.

 

ExpandZ

Moves the Z attribute of the sides toward or away from each other.

 

GeometryType

The type of this geometry.

 

GeoNormalize

Shifts longitudes, if need be, into a continuous range of 360 degrees.

 

GeoNormalizeFromLongitude

Normalizes longitudes into a continuous range containing the longitude. This method is obsolete.

 

Height

The height of the envelope.

 

Intersect

Adjusts to include only the area also included by inEnvelope.

 

IsEmpty

Indicates whether this geometry contains any points.

 

LowerLeft

The lower left corner.

 

LowerRight

The lower right corner.

 

MMax

The maximum measure value in the area of the envelope.

 

MMin

The minimum measure value in the area of the envelope.

 

Offset

Moves the sides x units horizontally and y units vertically.

 

OffsetM

Moves the sides m units.

 

OffsetZ

Moves the sides z units.

 

Project

Projects this geometry into a new spatial reference.

 

PutCoords

Constructs an envelope from the coordinate values of lower, left and upper, right corners.

 

QueryCoords

Returns the coordinates of lower, left and upper, right corners.

 

QueryEnvelope

Copies this geometry's envelope properties into the specified envelope.

 

SetEmpty

Removes all points from this geometry.

 

SnapToSpatialReference

Moves points of this geometry so that they can be represented in the precision of the geometry's associated spatial reference system.

 

SpatialReference

The spatial reference associated with this geometry.

 

Union

Adjusts to overlap inEnvelope.

 

UpperLeft

The upper left corner.

 

UpperRight

The upper right corner.

 

Width

The width of the envelope.

 

XMax

The position of the right side.

 

XMin

The position of the left side.

 

YMax

The position of the top.

 

YMin

The position of the bottom.

 

ZMax

The maximum Z value in the area of the envelope.

 

ZMin

The minimum Z value in the area of the envelope.

Inherited Interfaces

Interfaces

Description

IGeometry

Provides access to members that describe properties and behavior of all geometric objects.

CoClasses that implement IEnvelope

CoClasses and Classes

Description

Envelope

A rectangle with sides parallel to a coordinate system defining the extent of another geometry; optionally has min and max measure, height and ID attributes.

[C#]

//The following C# code shows how to create an envelope from coordinates:
        IEnvelope env = new EnvelopeClass()
as IEnvelope;

env.PutCoords(-10, -5, 10, 5);

最新文章

  1. UIDynamic(简单介绍)
  2. 诸城模拟赛 dvd的逆序对
  3. MicroERP数据初始化SQL脚本
  4. mysql注入读写文件
  5. 如何为libs目录下的jar包关联源代码
  6. thinkphp ajax检测是否数据可用
  7. DM8168 环境搭建(1)
  8. 带A圈的秘密
  9. NXT项目准备资料
  10. -F, --flush-logs
  11. React 实践项目 (一)
  12. 数据挖掘概念与技术15--为快速高维OLAP预计算壳片段
  13. LNMP搭建环境遇到的N多坑
  14. SSIS - 3.变量
  15. 关于BigDecimal.ROUND_HALF_UP与ROUND_HALF_DOWN
  16. scrapy系列(三)——基础spider源码解析
  17. centos7安装Apache
  18. 深度学习原理与框架-Tensorflow基本操作-mnist数据集的逻辑回归 1.tf.matmul(点乘操作) 2.tf.equal(对应位置是否相等) 3.tf.cast(将布尔类型转换为数值类型) 4.tf.argmax(返回最大值的索引) 5.tf.nn.softmax(计算softmax概率值) 6.tf.train.GradientDescentOptimizer(损失值梯度下降器)
  19. 解决:Failure to transfer org.apache.maven.plugins:maven-jar-plugin:pom:2.4 from错误
  20. Java-mybatis-一次执行多条SQL语句

热门文章

  1. 原生JS实现页面内定位
  2. Activemq去除认证
  3. 今日SGU 5.2
  4. Objective-C ,ios,iphone开发基础:UIAlertView使用详解
  5. understand软件使用教程(转)
  6. Extjs, 使用GridPanel出现 Layout run failed
  7. 【翻译自mos文章】OGG的集成捕捉模式支持Oracle database标准版么?
  8. 一句SQL按照某个字段数值拆分出对应的数据条数,借助数据库常量表【master..spt_values】实现
  9. Objective-C基础笔记(9)Foundation常用类NSArray
  10. bootstrap课程12 滚动监听如何实现(bootstrap方式和自定义方式)