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>>>> ...
随机推荐
- vue中computed与watch的异同
一.computed 和 watch 都可以观察页面的数据变化.当处理页面的数据变化时,我们有时候很容易滥用watch. 而通常更好的办法是使用computed属性,而不是命令是的watch回调. ...
- shell项目-告警系统
告警系统 1. 告警系统需求分析 需求:使用shell定制各种个性化告警工具,但需要统一化管理.规范化管理. 思路:指定一个脚本包,包含主程序.子程序.配置文件.邮件引擎.输出日志等. 主程序:作为整 ...
- 【Pycharm】【HTML】注释问题
学习HTML中,遇到的注释前存在空行的问题: 只要找到Pycharm设置中:勾选去掉即可
- linux常用命令之lsof 、netstat、ipcs、ldd
一.lsof lsof(list open files)是一个列出当前系统打开文件的工具.在linux环境下,任何事物都以文件的形式存在,通过文件不仅仅可以访问常规数据,还可以访问网络连接和硬件.每行 ...
- 洛谷P3374 【模板】树状数组 1(CDQ分治)
题目描述 如题,已知一个数列,你需要进行下面两种操作: 1.将某一个数加上x 2.求出某区间每一个数的和 输入输出格式 输入格式: 第一行包含两个整数N.M,分别表示该数列数字的个数和操作的总个数. ...
- Linux的一些简单命令操作
防火墙 查看防火墙状态 systemctl status iptables (或service iptables status) 关闭防火墙 systemctl stop iptables(或serv ...
- 洛谷 P2616 [USACO10JAN]购买饲料II Buying Feed, II
洛谷 P2616 [USACO10JAN]购买饲料II Buying Feed, II https://www.luogu.org/problemnew/show/P2616 题目描述 Farmer ...
- 【例题 8-4 UVA - 11134】Fabled Rooks
[链接] 我是链接,点我呀:) [题意] 在这里输入题意 [题解] 显然把问题分解成两个子问题. x轴和y轴分别做. 即n个点要求第i个点在[li,ri]范围内.(ri<=n) 问是否可行. 按 ...
- oracle 日期
http://blog.itpub.net/126211/viewspace-712986/
- 数据库SQL Server2012笔记(七)——java 程序操作sql server
1.crud(增删改查)介绍:create/retrieve/update/delete 2.JDBC介绍 1)JDBC(java database connectivity,java数据库连接) 2 ...



