Class ArcBand
Class that implements the ArcBand XML schema. See RFC 5491 and Section 7.2.6 of GML 3.1.1 PIDF-LO Shape Application Schema for use by the Internet Engineering Task Force (IETF)", 2007-04-10, OGC 06-142r1.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ArcBand
Fields
| Edit this page View SourceinnerRadius
The inner radius defines the minimum distance from the center point.
Declaration
public Axis innerRadius
Field Value
Type | Description |
---|---|
Axis |
openingAngle
The opening angle defines where the arc ends.
Declaration
public Orientation openingAngle
Field Value
Type | Description |
---|---|
Orientation |
outerRadius
The outer radius defines the maximum distance from the center point.
Declaration
public Axis outerRadius
Field Value
Type | Description |
---|---|
Axis |
pos
Gets or sets the "pos" element that contains the latitude, longitude and altitude (optional).
Declaration
public Position pos
Field Value
Type | Description |
---|---|
Position |
srsName
Gets or sets the srsName attribute for the Circle element.
Declaration
public string srsName
Field Value
Type | Description |
---|---|
string |
startAngle
The start angle defines where the arc begins.
Declaration
public Orientation startAngle
Field Value
Type | Description |
---|---|
Orientation |