AGI Components with Insight3D Alpha 2008 r8
AgGxCartographicCollection Interface
Library ReferenceAGI.GraphicsAgGxCartographicCollection
A zero-based collection of constant cartographic objects. Indices in the collection are zero-based.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxCartographicCollection : 

IAgGxCartographicCollection
Public 
Interface 
AgGxCartographicCollection _
        
Implements 

IAgGxCartographicCollection
public 
interface class 
AgGxCartographicCollection : 

IAgGxCartographicCollection
Members
All Members Methods Properties



Icon Member Description
Add(IAgGxCartographic)
Adds a cartographic object to the end of the collection.
(Inherited from IAgGxCartographicCollection.)
AddConstant(IAgGxConstantCartographic)
Adds a constant cartographic object to the end of the collection.
(Inherited from IAgGxCartographicCollection.)
AddLL(Double, Double)
Adds a cartographic object defined by its latitude and longitude, to the end of the collection. Latitude and longitude should be in radians. Its altitude will be zero.
(Inherited from IAgGxCartographicCollection.)
AddLLA(Double, Double, Double)
Adds a cartographic object, defined by its latitude, longitude and altitude, to the end of the collection. Latitude and longitude should be in radians. Altitude should be in meters.
(Inherited from IAgGxCartographicCollection.)
Capacity
Returns the number of constant cartographic objects for which memory has been allocated. This will always be greater or equal to Count.
(Inherited from IAgGxCartographicCollection.)
Copy () () ()
Returns a copy of the collection.
(Inherited from IAgGxCartographicCollection.)
Count
Returns the number of constant cartographic objects in the collection.
(Inherited from IAgGxCartographicCollection.)
GetEnumerator () () () (Inherited from IAgGxCartographicCollection.)
InsertAt(Int32, IAgGxCartographic)
Adds a cartographic object at the specified index, shifting existing points. The index is zero-based.
(Inherited from IAgGxCartographicCollection.)
InsertAtLL(Int32, Double, Double)
Adds a constant cartographic object defined, by its latitude and longitude, at the specified index, shifting existing objects. Latitude and longitude should be in radians. Its altitude will be zero.
(Inherited from IAgGxCartographicCollection.)
InsertAtLLA(Int32, Double, Double, Double)
Adds a constant cartographic object, defined by its latitude, longitude and altitude, at the specified index, shifting existing objects. Latitude and longitude should be in radians. Altitude should be in meters.
(Inherited from IAgGxCartographicCollection.)
InsertConstantAt(Int32, IAgGxConstantCartographic)
Adds a constant cartographic object at the specified index, shifting existing objects. The index is zero-based.
(Inherited from IAgGxCartographicCollection.)
Item [ ( [ ( Int32 ] ) ] ) (Inherited from IAgGxCartographicCollection.)
RemoveAll () () ()
Removes all objects in the collection.
(Inherited from IAgGxCartographicCollection.)
RemoveAt(Int32)
Removes the constant cartographic object at the given index. The index is zero-based.
(Inherited from IAgGxCartographicCollection.)
Reserve(Int32)
Requests enough memory for the collection to contain at least the specified number of constant cartographic objects. The Count property will not be affected but the Capacity may be.
(Inherited from IAgGxCartographicCollection.)

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)