.NET API Reference OSGeo FDO Provider for WMS
Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

OvLayerCollection Class Reference

#include <mgOvLayerCollection.h>

List of all members.


Detailed Description

<summary> Concrete class defining a collection of FDO class definitions with overrides in the physical schema.</summary>

Definition at line 30 of file mgOvLayerCollection.h.


Public Member Functions

System::Int32 Add (NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)
System::Void Clear ()
System::Boolean Contains (System::String *name)
System::Boolean Contains (NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)
System::Void CopyTo (NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *array[], System::Int32 index)
__property System::Int32 get_Count (System::Void)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition * get_Item (System::Int32 index)
__property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition * get_RealTypeItem (System::Int32 index)
__sealed System::Collections::IEnumerator * GetEnumerator (System::Void)
System::Int32 IndexOf (System::String *name)
System::Int32 IndexOf (NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)
System::Void Insert (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)
 OvLayerCollection (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *parent)
System::Void Remove (NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)
System::Void RemoveAt (System::Int32 index)
__property System::Void set_Item (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)
__property System::Void set_RealTypeItem (System::Int32 index, NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *value)

Protected Member Functions

__sealed System::Void ReleaseUnmanagedObject ()

Constructor & Destructor Documentation

OvLayerCollection::OvLayerCollection NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *  parent  ) 
 

<summary>Constructs a new empty Layer Definition collection.</summary> <param name="parent">Input parent object</param>


Member Function Documentation

System::Int32 OvLayerCollection::Add NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value  ) 
 

<summary> Adds a OvLayerDefinition object into the collection. </summary> <param name="value"> Input the OvLayerDefinition object to add. </param> <returns> Returns the position into which the new element was inserted. </returns>

System::Void OvLayerCollection::Clear  ) 
 

<summary> Removes all elements from the collection. </summary>

System::Boolean OvLayerCollection::Contains System::String *  name  ) 
 

System::Boolean OvLayerCollection::Contains NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value  ) 
 

<summary> Determines whether the collection contains a specific OvLayerDefinition object. </summary> <param name="value"> Input The OvLayerDefinition object to search in the collection. </param> <returns> Returns true if the value is found in the collection; otherwise, false. </returns>

System::Void OvLayerCollection::CopyTo NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  array[],
System::Int32  index
 

<summary> Copies the elements of the collection to an array. </summary> <param name="array"> Output the one-dimensional Array that is the destination of the elements copied from this collection. </param> <param name="startAt"> Input an integer that represents the index in array at which copying begins. </param>

__property System::Int32 OvLayerCollection::get_Count System::Void   ) 
 

<summary> Gets the count of items in collection. </summary>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition* OvLayerCollection::get_Item System::Int32  index  ) 
 

__property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition* OvLayerCollection::get_RealTypeItem System::Int32  index  ) 
 

<summary> Gets or sets a OvLayerDefinition in the collection. </summary> <param name="index"> Input index of the OvLayerDefinition to retrieve or set (System::Int32). </param>

__sealed System::Collections::IEnumerator* OvLayerCollection::GetEnumerator System::Void   ) 
 

<summary> Gets an enumerator that can iterate through a collection. </summary>

System::Int32 OvLayerCollection::IndexOf System::String *  name  ) 
 

System::Int32 OvLayerCollection::IndexOf NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value  ) 
 

<summary> Determines the index of a specific OvLayerDefinition object. </summary> <param name="value"> Input the OvLayerDefinition object to locate in the collection. </param> <returns> The index of value if found in the collection; otherwise, -1. </returns>

System::Void OvLayerCollection::Insert System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value
 

<summary> Inserts a OvLayerDefinition object into the collection at the specified position. </summary> <param name="index"> Input the zero-based index at which value should be inserted. </param> <param name="value"> Input the OvLayerDefinition object to insert. </param>

__sealed System::Void OvLayerCollection::ReleaseUnmanagedObject  )  [protected]
 

System::Void OvLayerCollection::Remove NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value  ) 
 

<summary> Removes the first occurrence of a specific OvLayerDefinition object. </summary> <param name="value"> Input the OvLayerDefinition object to remove from the collection. </param>

System::Void OvLayerCollection::RemoveAt System::Int32  index  ) 
 

<summary> Removes the index-th OvLayerDefinition from this collection. </summary> <param name="index"> Input index of the element to remove. </param>

__property System::Void OvLayerCollection::set_Item System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value
 

__property System::Void OvLayerCollection::set_RealTypeItem System::Int32  index,
NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvLayerDefinition *  value
 


The documentation for this class was generated from the following file:
Comments?