GeoboundingBox 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GeoboundingBox(BasicGeoposition, BasicGeoposition) |
지정된 모서리가 있는 GeoboundingBox 클래스의 새 instance 초기화합니다. |
GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem) |
지정된 모서리가 있고 지정된 고도 참조 시스템을 사용하는 GeoboundingBox 클래스의 새 instance 초기화합니다. |
GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32) |
지정된 모서리가 있고 지정된 고도 참조 시스템 및 SRID(공간 참조 ID)를 사용하는 GeoboundingBox 클래스의 새 instance 초기화합니다. |
GeoboundingBox(BasicGeoposition, BasicGeoposition)
지정된 모서리가 있는 GeoboundingBox 클래스의 새 instance 초기화합니다.
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 클래스의 새 instance 초기화합니다.
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)
지정된 모서리가 있고 지정된 고도 참조 시스템 및 SRID(공간 참조 ID)를 사용하는 GeoboundingBox 클래스의 새 instance 초기화합니다.
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
새 GeoboundingBox에 사용할 SRID(공간 참조 ID)입니다. 자세한 내용은 SpatialReferenceId 속성을 참조하세요.
Windows 요구 사항
앱 기능 |
location
|
추가 정보
- GeoboundingBox(BasicGeoposition, BasicGeoposition)
- GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)