C# Class AcTools.Utils.Helpers.GeoTagsEntry

Exibir arquivo Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
Latitude string
LatitudeValue double?

Public Methods

Method Description
Equals ( object obj ) : bool
GeoTagsEntry ( double lat, double lng ) : System
GeoTagsEntry ( string lat, string lng ) : System
GetHashCode ( ) : int
ToLat ( double lat ) : string
ToLng ( double lng ) : string
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
Equals ( GeoTagsEntry other ) : bool

Method Details

Equals() protected method

protected Equals ( GeoTagsEntry other ) : bool
other GeoTagsEntry
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GeoTagsEntry() public method

public GeoTagsEntry ( double lat, double lng ) : System
lat double
lng double
return System

GeoTagsEntry() public method

public GeoTagsEntry ( string lat, string lng ) : System
lat string
lng string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToLat() public static method

public static ToLat ( double lat ) : string
lat double
return string

ToLng() public static method

public static ToLng ( double lng ) : string
lng double
return string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Latitude public_oe property

public string Latitude
return string

LatitudeValue public_oe property

public double? LatitudeValue
return double?