Class TLocationPosition

Unit

Declaration

type TLocationPosition = class(TBackboneElement)

Description

Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property longitude : Double read Getlongitude write Setlongitude;
Public property longitudeElement : Tdecimal read GetlongitudeElement write SetlongitudeElement;
Public property latitude : Double read Getlatitude write Setlatitude;
Public property latitudeElement : Tdecimal read GetlatitudeElement write SetlatitudeElement;
Public property altitude : Double read Getaltitude write Setaltitude;
Public property altitudeElement : Tdecimal read GetaltitudeElement write SetaltitudeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property longitude : Double read Getlongitude write Setlongitude;

Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below).

Public property longitudeElement : Tdecimal read GetlongitudeElement write SetlongitudeElement;
 
Public property latitude : Double read Getlatitude write Setlatitude;

Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below).

Public property latitudeElement : Tdecimal read GetlatitudeElement write SetlatitudeElement;
 
Public property altitude : Double read Getaltitude write Setaltitude;

Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below).

Public property altitudeElement : Tdecimal read GetaltitudeElement write SetaltitudeElement;
 

Generated by PasDoc 0.15.0.