Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Google
KML
geBoundaryIs
C# Class Google.KML.geBoundaryIs
An abstract class that contains a LinearRing, this is not a Google Earth defined Abstract, but it seemed natural for the InnerBoundaryIs and OuterBoundaryIs objects to share this.
Inheritance:
geObject
显示文件
Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY
Public Properties
Property
Type
Description
LinearRing
geLinearRing
Public Methods
Method
Description
geBoundaryIs
(
geLinearRing
linearRing
) :
System
Method Details
geBoundaryIs()
public
method
public
geBoundaryIs
(
geLinearRing
linearRing
) :
System
linearRing
geLinearRing
return
System
Property Details
LinearRing
public_oe property
The closed ring that defines a boundary. The ring's first and last point must be the same (closed)
public
geLinearRing,Google.KML
LinearRing
return
geLinearRing