FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgICurveAbstract.h File Reference

Include dependency graph for mgICurveAbstract.h:

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


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Geometry

Functions

__property OSGeo::FDO::Geometry::IDirectPositionget_EndPosition ()
 Gets the ending position of this Curve.
__property System::Boolean get_IsClosed ()
 Gets the closure state for the curve.

Variables

public __gc __interface ICurveAbstract

Function Documentation

__property OSGeo ::FDO ::Geometry ::IDirectPosition* get_EndPosition  ) 
 

Gets the ending position of this Curve.

Remarks:
This is the end of the entire curve. In cases where a derived type is composed of multiple contiguous parts, this position is the end of the last of those parts.
Returns:
Returns the ending position

__property System::Boolean get_IsClosed  ) 
 

Gets the closure state for the curve.

Remarks:
The meaning behind this method is not guaranteed to be uniform between derived types or between implementations of this package. It may represent a computed value, an explicit attribute, or be true by definition. As a computed value, the result is typically from simply testing the starting and ending positions for exact equality. This is only reliable in floating point arithmetic if these data have identical origins. As an explicit attribute, it would be persisted with the Geometry and typically denoted by a parameter in the relevant factory method. Some Geometry types are closed by definition.
Returns:
Returns 'true' if the curve is closed, and false otherwise

Variable Documentation

public __gc __interface OSGeo::FDO::Geometry::ICurveAbstract
 


Comments or suggestions? Send us feedback.