C# Class ArcGISPortalViewer.Controls.MeasureDisplay

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: Esri/arcgis-portalviewer-dotnet

Protected Methods

Method Description
GeodesicAreaToString ( double area, LinearUnitType linearUnitType ) : string
GeodesicLengthToString ( double length, LinearUnitType linearUnitType ) : string
LocationToString ( MapPoint location, CoordinateFormat coordinateFormat ) : string
OnCoordinateFormatChanged ( ) : void
OnLinearUnitTypeChanged ( ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

GeodesicAreaToString() protected method

protected GeodesicAreaToString ( double area, LinearUnitType linearUnitType ) : string
area double
linearUnitType LinearUnitType
return string

GeodesicLengthToString() protected method

protected GeodesicLengthToString ( double length, LinearUnitType linearUnitType ) : string
length double
linearUnitType LinearUnitType
return string

LocationToString() protected method

protected LocationToString ( MapPoint location, CoordinateFormat coordinateFormat ) : string
location MapPoint
coordinateFormat CoordinateFormat
return string

OnCoordinateFormatChanged() protected method

protected OnCoordinateFormatChanged ( ) : void
return void

OnLinearUnitTypeChanged() protected method

protected OnLinearUnitTypeChanged ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void