C# Класс WindowHelper.Windows.MapExtent

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EqualsMapExtent ( MapExtent mapExtent ) : bool
MapExtent ( Window mapWindow ) : System
MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System
SetCenter ( Window mapWindow ) : void

Sets the current center of mapper window represented by mapWindow

SetExtent ( Window mapWindow ) : void

Sets the current view of mapper window represented by mapWindow

SetZoom ( Window mapWindow ) : void

Sets the current zoom of mapper window represented by mapWindow

ToString ( ) : string

Описание методов

EqualsMapExtent() публичный Метод

public EqualsMapExtent ( MapExtent mapExtent ) : bool
mapExtent MapExtent
Результат bool

MapExtent() публичный Метод

public MapExtent ( Window mapWindow ) : System
mapWindow Window
Результат System

MapExtent() публичный Метод

public MapExtent ( string centerX, string centerY, string coordSys, string zoomWidth, string distanceUnit ) : System
centerX string
centerY string
coordSys string
zoomWidth string
distanceUnit string
Результат System

SetCenter() публичный Метод

Sets the current center of mapper window represented by mapWindow
public SetCenter ( Window mapWindow ) : void
mapWindow Window The window to apply the extent on
Результат void

SetExtent() публичный Метод

Sets the current view of mapper window represented by mapWindow
public SetExtent ( Window mapWindow ) : void
mapWindow Window The window to apply the extent on
Результат void

SetZoom() публичный Метод

Sets the current zoom of mapper window represented by mapWindow
public SetZoom ( Window mapWindow ) : void
mapWindow Window The window to apply the extent on
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string