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>>>> ...
随机推荐
- Ansible学习记录一:Linux下部署
0.Ansible介绍 Ansible 是一个简单的自动化运维管理工具,可以用来自动化部署应用.配置.编排 task(持续交付.无宕机更新等),采用 paramiko 协议库(fabric 也使用这个 ...
- 【Django】ContentType组件
目录 理解 表结构 使用 @ 好,现在我们有这样一个需求,我们的商城里有很多的商品,然而节日要来了,我们要搞活动. 那么,我们就要设计优惠券,优惠券都有什么类型呢?满减的.折扣的.立减的.等等等... ...
- Selenium爬取淘宝商品概要入mongodb
准备: 1.安装Selenium:终端输入 pip install selenium 2.安装下载Chromedriver:解压后放在…\Google\Chrome\Application\:如果是M ...
- LeetCode 06 ZigZag Conversion
https://leetcode.com/problems/zigzag-conversion/ 水题纯考细心 题目:依照Z字形来把一个字符串写成矩阵,然后逐行输出矩阵. O(n)能够处理掉 记i为行 ...
- php全局变量的使用
php全局变量的使用 一.总结 1.php的全局变量:php的全局变量和C++,Java的全局变量不一样 2.页面嵌套php:我在html页面中嵌套php代码的时候,php的全局变量好像和C++,Ja ...
- iPad之Linux平台实践
updata.... 本文出自 "李晨光原创技术博客" 博客,谢绝转载!
- DG动态性能视图详解
V$LOG 显示CONTROLFILE记录的LOG FILE信息. 列名 描述 GROUP# 日志组号 THREAD# 日志线程号 SEQUENCE# ...
- 洛谷 P2067 Cytus-Holyknight
P2067 Cytus-Holyknight 题目背景 本人最初作 以此纪念伟大的ios.安卓.PSV平台音乐游戏<cytus> 后续将不断更新. -------------Chapter ...
- 洛谷 P2819 图的m着色问题
P2819 图的m着色问题 题目背景 给定无向连通图G和m种不同的颜色.用这些颜色为图G的各顶点着色,每个顶点着一种颜色.如果有一种着色法使G中每条边的2个顶点着不同颜色,则称这个图是m可着色的.图的 ...
- java位运算应用
位移动运算符: <<表示左移, 左移一位表示原来的值乘2. 比如:3 <<2(3为int型) 1)把3转换为二进制数字0000 0000 0000 0000 0000 000 ...



