AGI AgRadarPlugin 11 Send comments on this topic.
IAgStkRadarClutterGeometryPlugin Interface

Description

Interface implemented by an object that represents a clutter geometry plugin.

Public Methods

Public Method Compute Clutter geometry plugin compute.
Public Method Free Free clutter geometry plugin.
Public Method Initialize Initializes the plugin with the plugin site.
Public Method PostCompute Clutter geometry plugin post-compute.
Public Method PreCompute Clutter geometry plugin pre-compute.
Public Method Register Registers the plugin with the application.

Remarks

This interface is implemented by the clutter geometry plugin.  The clutter geometry plugin is responsible for creating a collection of IAgStkRadarClutterPatch objects.  It does this by calling the Add method on the IAgStkRadarClutterPatchCollection interface returned by the ClutterPatches property of the IAgStkRadarClutterGeometryComputeParams interface passed as an input parameter to the Compute method.  The Add method constructs a new IAgStkRadarClutterPatch object, adds it to the collection, and then returns it to the caller.  The plugin should then set the new patches location and area.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1