GeoboundingBox Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GeoboundingBox(BasicGeoposition, BasicGeoposition) |
Инициализирует новый экземпляр класса GeoboundingBox с указанными углами. |
GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem) |
Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты. |
GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32) |
Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты и идентификатор пространственной ссылки (SRID). |
GeoboundingBox(BasicGeoposition, BasicGeoposition)
Инициализирует новый экземпляр класса GeoboundingBox с указанными углами.
public:
GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner);
GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner);
function GeoboundingBox(northwestCorner, southeastCorner)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition)
Параметры
- northwestCorner
- BasicGeoposition
Северо-западный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство NorthwestCorner .
- southeastCorner
- BasicGeoposition
Юго-восточный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в свойстве SoutheastCorner .
Требования к Windows
Возможности приложения |
location
|
См. также раздел
- GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)
- GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)
Применяется к
GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)
Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты.
public:
GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem);
GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner, AltitudeReferenceSystem const& altitudeReferenceSystem);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem);
function GeoboundingBox(northwestCorner, southeastCorner, altitudeReferenceSystem)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition, altitudeReferenceSystem As AltitudeReferenceSystem)
Параметры
- northwestCorner
- BasicGeoposition
Северо-западный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство NorthwestCorner .
- southeastCorner
- BasicGeoposition
Юго-восточный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в свойстве SoutheastCorner .
- altitudeReferenceSystem
- AltitudeReferenceSystem
Система ссылок на высоту, используемая для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство AltitudeReferenceSystem .
Требования к Windows
Возможности приложения |
location
|
См. также раздел
- GeoboundingBox(BasicGeoposition, BasicGeoposition)
- GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)
Применяется к
GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)
Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты и идентификатор пространственной ссылки (SRID).
public:
GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem, unsigned int spatialReferenceId);
GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner, AltitudeReferenceSystem const& altitudeReferenceSystem, uint32_t const& spatialReferenceId);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem, uint spatialReferenceId);
function GeoboundingBox(northwestCorner, southeastCorner, altitudeReferenceSystem, spatialReferenceId)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition, altitudeReferenceSystem As AltitudeReferenceSystem, spatialReferenceId As UInteger)
Параметры
- northwestCorner
- BasicGeoposition
Северо-западный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство NorthwestCorner .
- southeastCorner
- BasicGeoposition
Юго-восточный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в свойстве SoutheastCorner .
- altitudeReferenceSystem
- AltitudeReferenceSystem
Система ссылок на высоту, используемая для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство AltitudeReferenceSystem .
- spatialReferenceId
-
UInt32
unsigned int
uint32_t
Идентификатор пространственной ссылки (SRID), используемый для нового geoboundingBox. Дополнительные сведения см. в разделе Свойство SpatialReferenceId .
Требования к Windows
Возможности приложения |
location
|
См. также раздел
- GeoboundingBox(BasicGeoposition, BasicGeoposition)
- GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)