C# Class GPVoronoi.VoronoiFromLinesFunction

Inheritance: IGPFunction2
Mostrar archivo Open project: EsriCanada/TechTrek_Idol_2016 Class Usage Examples

Public Methods

Method Description
Execute ( IArray paramvalues, ITrackCancel trackcancel, IGPEnvironmentManager envMgr, IGPMessages message ) : void
GetRenderer ( IGPParameter pParam ) : object
IsLicensed ( ) : bool
UpdateMessages ( IArray paramvalues, IGPEnvironmentManager pEnvMgr, IGPMessages Messages ) : void
UpdateParameters ( IArray paramvalues, IGPEnvironmentManager pEnvMgr ) : void
Validate ( IArray paramvalues, bool updateValues, IGPEnvironmentManager envMgr ) : IGPMessages
VoronoiFromLinesFunction ( ) : System

Private Methods

Method Description
CreateParameter ( IGPDataType dataType, IGPValue value, esriGPParameterDirection direction, string displayName, string name, esriGPParameterType parameterType ) : IGPParameter
GetAngle ( IPoint from, IPoint to ) : double
createSegments ( SharpBoostVoronoi.Output.Cell cell, SharpBoostVoronoi.BoostVoronoi bv, ArcConstructionMethods method, ISpatialReference spatialReference ) : ISegmentCollection
distance ( IPoint mid_cord, IPoint mid_curve ) : double
getClosestPoint ( IPoint A, ISegment L ) : IPoint
getDistance ( IPoint A, IPoint B ) : double
getDistance ( IPoint A, ISegment B ) : double
newPoint ( double x, double y ) : IPoint
porabola_y ( double x, IPoint focus, double directrix_y ) : double
toI ( double v ) : int

Method Details

Execute() public method

public Execute ( IArray paramvalues, ITrackCancel trackcancel, IGPEnvironmentManager envMgr, IGPMessages message ) : void
paramvalues IArray
trackcancel ITrackCancel
envMgr IGPEnvironmentManager
message IGPMessages
return void

GetRenderer() public method

public GetRenderer ( IGPParameter pParam ) : object
pParam IGPParameter
return object

IsLicensed() public method

public IsLicensed ( ) : bool
return bool

UpdateMessages() public method

public UpdateMessages ( IArray paramvalues, IGPEnvironmentManager pEnvMgr, IGPMessages Messages ) : void
paramvalues IArray
pEnvMgr IGPEnvironmentManager
Messages IGPMessages
return void

UpdateParameters() public method

public UpdateParameters ( IArray paramvalues, IGPEnvironmentManager pEnvMgr ) : void
paramvalues IArray
pEnvMgr IGPEnvironmentManager
return void

Validate() public method

public Validate ( IArray paramvalues, bool updateValues, IGPEnvironmentManager envMgr ) : IGPMessages
paramvalues IArray
updateValues bool
envMgr IGPEnvironmentManager
return IGPMessages

VoronoiFromLinesFunction() public method

public VoronoiFromLinesFunction ( ) : System
return System