FDO .NET API Reference Feature Data Objects

mgISpatialContextReader.h File Reference

Include dependency graph for mgISpatialContextReader.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::SpatialContext

Functions

System::String * OSGeo::FDO::Commands::SpatialContext::GetCoordinateSystem ()
 Gets the name of the coordinate system of the spatial context currently being read. If the result is a null or empty string, the coordinate system is unknown to the spatial context.
System::String * OSGeo::FDO::Commands::SpatialContext::GetCoordinateSystemWkt ()
 Gets the name of the coordinate system in OpenGIS SRS WKT format of the spatial context currently being read. If the result is an empty string, the coordinate system WKT description is not available.
System::String * OSGeo::FDO::Commands::SpatialContext::GetDescription ()
 Gets the description of the spatial context currently being read.
System::Byte OSGeo::FDO::Commands::SpatialContext::GetExtent ()[]
 Gets the extent of the spatial context currently being read as a byte array in FGF format.
OSGeo::FDO::Commands::SpatialContext::SpatialContextExtentType OSGeo::FDO::Commands::SpatialContext::GetExtentType ()
 Gets the extent type of the spatial context currently being read.
System::Double OSGeo::FDO::Commands::SpatialContext::GetXYTolerance ()
 Gets the tolerance value for XY ordinates of the spatial context currently being read. Tolerances are used in some geometric tests, mostly for equality between coordinates. This occurs frequently in spatial queries, especially with "on boundary" or "just touching" conditions. It is also an objective amount that can be used when formulating step distances for parametric curve interpolation.
System::Double OSGeo::FDO::Commands::SpatialContext::GetZTolerance ()
 Gets the tolerance value for Z ordinates of the spatial context currently being read. Tolerances are used in some geometric tests, mostly for equality between coordinates. This occurs a frequently in spatial queries, especially with "on boundary" or "just touching" conditions. It is also an objective amount that can be used when formulating step distances for parametric curve interpolation.
System::Boolean OSGeo::FDO::Commands::SpatialContext::IsActive ()
 Returns true if the spatial context currently being read is the active spatial context.
System::Boolean OSGeo::FDO::Commands::SpatialContext::ReadNext ()
 Advances the reader to the next item. The default position of the reader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Variables

public __gc __interface OSGeo::FDO::Commands::SpatialContext::ISpatialContextReader

Comments or suggestions? Send us feedback.