C# 클래스 Gbdx.ArcUtility

The arc utility.
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 프로퍼티들

프로퍼티 타입 설명
HitRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
AddXyEventLayer ( ITable table, string query, bool tweetShow = true ) : void

The add XY event layer.

CreateTableName ( string layerName ) : string

The create table name.

DeleteElementFromGraphicContainer ( IActiveView activeView, IElement target ) : void

Deletes the targeted Element from the maps graphics container.

DistanceTo ( IPoint point1, IPoint point2 ) : double

Returns the distance between the two points

GetLength ( IPolyline polyLine ) : double

Gets the length of a given Polyline. This function assumes that the Line is WGS84 Latitude, Longitude

GetMapCoordinatesFromScreenCoordinates ( IPoint screenPoint, IActiveView activeView ) : IPoint

Converts screen coordinates to esri point coordinates

ValidateRoundedWgs84Polygon ( IEnvelope env ) : bool

The validate rounded WGS 84 polygon.

ValidateWgs84Polygon ( IEnvelope env ) : bool

The validate WGS 84 polygon.

비공개 메소드들

메소드 설명
GetHaverSineDistance ( ISegment seg ) : double

Returns the distance in kilometers of a segment

ToRadian ( double val ) : double

Convert to Radians.

메소드 상세

AddXyEventLayer() 공개 정적인 메소드

The add XY event layer.
public static AddXyEventLayer ( ITable table, string query, bool tweetShow = true ) : void
table ITable /// The table. ///
query string /// The query. ///
tweetShow bool /// The tweet show. ///
리턴 void

CreateTableName() 공개 정적인 메소드

The create table name.
public static CreateTableName ( string layerName ) : string
layerName string /// The layer name. ///
리턴 string

DeleteElementFromGraphicContainer() 공개 정적인 메소드

Deletes the targeted Element from the maps graphics container.
public static DeleteElementFromGraphicContainer ( IActiveView activeView, IElement target ) : void
activeView IActiveView /// active view of the map ///
target IElement /// element that is to be deleted. ///
리턴 void

DistanceTo() 공개 정적인 메소드

Returns the distance between the two points
public static DistanceTo ( IPoint point1, IPoint point2 ) : double
point1 IPoint /// Point 1 ///
point2 IPoint /// Point 2 ///
리턴 double

GetLength() 공개 정적인 메소드

Gets the length of a given Polyline. This function assumes that the Line is WGS84 Latitude, Longitude
public static GetLength ( IPolyline polyLine ) : double
polyLine IPolyline /// Input Polyline ///
리턴 double

GetMapCoordinatesFromScreenCoordinates() 공개 정적인 메소드

Converts screen coordinates to esri point coordinates
public static GetMapCoordinatesFromScreenCoordinates ( IPoint screenPoint, IActiveView activeView ) : IPoint
screenPoint IPoint /// the point on the screen ///
activeView IActiveView /// esri active view ///
리턴 IPoint

ValidateRoundedWgs84Polygon() 공개 정적인 메소드

The validate rounded WGS 84 polygon.
public static ValidateRoundedWgs84Polygon ( IEnvelope env ) : bool
env IEnvelope /// The env. ///
리턴 bool

ValidateWgs84Polygon() 공개 정적인 메소드

The validate WGS 84 polygon.
public static ValidateWgs84Polygon ( IEnvelope env ) : bool
env IEnvelope /// The env. ///
리턴 bool

프로퍼티 상세

HitRegex 공개적으로 정적으로 프로퍼티

The hit regex.
public static Regex,System.Text.RegularExpressions HitRegex
리턴 System.Text.RegularExpressions.Regex