Envelope
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 |
||
![]() |
Moves this envelope so it is centered at p. |
|
![]() |
Defines the envelope to cover all the points. |
|
![]() |
The depth of the envelope. |
|
![]() |
The topological dimension of this geometry. |
|
![]() |
Creates a copy of this geometry's envelope and returns it. |
|
![]() |
Moves the X and Y coordinates of the sides toward or away from each other. |
|
![]() |
Moves the measure of the sides toward or away from each other. |
|
![]() |
Moves the Z attribute of the sides toward or away from each other. |
|
![]() |
The type of this geometry. |
|
![]() |
Shifts longitudes, if need be, into a continuous range of 360 degrees. |
|
![]() |
Normalizes longitudes into a continuous range containing the longitude. This method is obsolete. |
|
![]() |
The height of the envelope. |
|
![]() |
Adjusts to include only the area also included by inEnvelope. |
|
![]() |
Indicates whether this geometry contains any points. |
|
![]() |
The lower left corner. |
|
![]() |
The lower right corner. |
|
![]() |
The maximum measure value in the area of the envelope. |
|
![]() |
The minimum measure value in the area of the envelope. |
|
![]() |
Moves the sides x units horizontally and y units vertically. |
|
![]() |
Moves the sides m units. |
|
![]() |
Moves the sides z units. |
|
![]() |
Projects this geometry into a new spatial reference. |
|
![]() |
Constructs an envelope from the coordinate values of lower, left and upper, right corners. |
|
![]() |
Returns the coordinates of lower, left and upper, right corners. |
|
![]() |
Copies this geometry's envelope properties into the specified envelope. |
|
![]() |
Removes all points from this geometry. |
|
![]() |
Moves points of this geometry so that they can be represented in the precision of the geometry's associated spatial reference system. |
|
![]() |
The spatial reference associated with this geometry. |
|
![]() |
Adjusts to overlap inEnvelope. |
|
![]() |
The upper left corner. |
|
![]() |
The upper right corner. |
|
![]() |
The width of the envelope. |
|
![]() |
The position of the right side. |
|
![]() |
The position of the left side. |
|
![]() |
The position of the top. |
|
![]() |
The position of the bottom. |
|
![]() |
The maximum Z value in the area of the envelope. |
|
![]() |
The minimum Z value in the area of the envelope. |
|
Inherited Interfaces
|
Interfaces |
Description |
|
Provides access to members that describe properties and behavior of all geometric objects. |
CoClasses that implement IEnvelope
|
CoClasses and Classes |
Description |
|
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);
Envelope的更多相关文章
- webservice调用服务端数据时给soapenv:Envelope 添加自定义的命名空间
最近做第三方接口,服务端需要 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/&qu ...
- Envelope对象介绍
Envelope也称包络线,是一个矩形区域,是每个几何形体的最小外接矩形.每个Geometry都拥有一个Envelope,包括Envelope自身. 它定义了XMax,XMin,YMax,YMin,H ...
- Envelope几何对象 Curve对象几何对象 Multipatch几何对象 Geometry集合接口 IGeometryCollection接口
Envelope是所有几何对象的外接矩形,用于表示几何对象的最小边框,所有的几何对象都有一个Envelope对象,IEnvelope是Envelope对象的主要接口,通过它可以获取几何对象的XMax, ...
- webService 客户端调用及异常信息First Element must contain the local name, Envelope , but found definitions
报错:“First Element must contain the local name, Envelope , but found definitions”: 原因:EndpointReferen ...
- digital envelope routines:EVP_DecryptFinal_ex:wrong final block length问题原因分析
最近在做一个项目时,使用openssl中的aes进行加密和解密,使用相同的密钥但是出现下面的错误日志: 139868329146176:error:0606506D:digital envelope ...
- ISO 7816-4: GET RESPONSE and ENVELOPE command
http://www.cardwerk.com/smartcards/smartcard_standard_ISO7816-4_7_transmission_interindustry_command ...
- Customize WCF Envelope and Namespace Prefix
转自:http://vanacosmin.ro/Articles/Read/WCFEnvelopeNamespacePrefix Posted on January 8th 2014 by Vana ...
- axis client error Bad envelope tag: definitions
http://blog.csdn.net/lifuxiangcaohui/article/details/8090503 ——————————————————————————————————————— ...
- SOAP 版本可能不匹配: 出现意外的 Envelope 命名空间 http://schemas.xmlsoap.org/wsdl/
原错误描述:SOAP 版本可能不匹配: 出现意外的 Envelope 命名空间 http://schemas.xmlsoap.org/wsdl/.应为 http://schemas.xmlsoap.o ...
- WebService发布与调用问题:expected: {http://schemas.xmlsoap.org/soap/envelope/}Envelope but found: {http://schemas.xmlsoap.org/wsdl/}definitions
Mailbox===AsYVzdwoY_b6uD s>>>>>>>javax.xml.ws.Service@103bf65 hs>>>> ...
随机推荐
- split---将文件分割成多个小文件
split命令可以将一个大文件分割成很多个小文件,有时需要将文件分割成更小的片段,比如为提高可读性,生成日志等. 选项 -b:值为每一输出档案的大小,单位为 byte. -C:每一输出档中,单行的最大 ...
- Java遍历目录下全部文件并替换指定字符串
应用场景:比方有一个深层次的文件目录结构,如:javaAPI 每一个文件中面都有同样的内容,而我们要统一改动为其它内容.上千个文件假设一个个改动显得太不明智. import java.io.Buffe ...
- A. Keyboard Codeforces Round #271(div2)
A. Keyboard time limit per test 2 seconds memory limit per test 256 megabytes input standard input o ...
- 6lession-基本数据类型
因为自己是根据网上教程学习的,所以以下内容参考自 http://www.w3cschool.cc/python/python-variable-types.html python支持物种数据类型,分别 ...
- RelativeLayout-属性大全
// 相对于给定ID控件 <!--将该控件的底部置于给定ID的控件之上--> android:layout_above <!--将该控件的底部置于给定ID的控件之下--> an ...
- Qt之界面换肤
简述 常用的软件基本都有换肤功能,例如:QQ.360.迅雷等.换肤其实很简单,并没有想象中那么难,利用前面分享过的QSS系列文章,沃我们完全可以实现各种样式的定制! 简述 实现原理 效果 新建QSS文 ...
- Unix下后门查找{上}
本文出自 "李晨光原创技术博客" 博客,请务必保留此出处http://chenguang.blog.51cto.com/350944/683699
- Win8.1系统所有的路径都无法更改文件夹名称
平台:win8.1 问题:所有的路径,无论是桌面还是分区还是文件夹内,可以新建和删除文件夹,但不能给文件夹改名,提示“文件或文件夹不存在 ” 分析:安装了几次photoshop后莫名其妙出现这个问题, ...
- Servlet 规范笔记—基于http协议的servlet
在上一章节,我们大概的描述了servlet的规范以及servlet和servlet容器的概念和用途,我们清楚的知道servlet容器提供了接收来自client端的请求,然后根据请求进行处理(如:执行对 ...
- 【Oracle错误集锦】:PLSQL无法直连64位Oracle11g数据库
背景:Oracle数据库装在本机上,使用PLSQL连接. 今天安装完Oracle 11g数据库后.用plsql连接数据库死活都连接不上.而且plsql客户端登录窗体的Database下拉框还为空.见下 ...



