[fdo-trac] #476: GeometricPropertyDefinition
get_SpecificGeometryTypes() not exposed in managed API
FDO
trac_fdo at osgeo.org
Thu Mar 12 13:12:10 EDT 2009
#476: GeometricPropertyDefinition get_SpecificGeometryTypes() not exposed in
managed API
---------------------+------------------------------------------------------
Reporter: jng | Owner: gregboone
Type: defect | Status: assigned
Priority: major | Milestone:
Component: FDO API | Version: 3.4.0
Severity: 3 | Resolution:
Keywords: | External_id:
---------------------+------------------------------------------------------
Comment (by gregboone):
From a visual inspection, it appears that the Property is now exposed in
the FDO SVN trunk. This may have happened when Romy made his latest
submission....
{{{
/// \brief
/// Gets the specific geometry types that can be stored in this
geometric
/// property. The returned value is a list of geometry types that are
/// supported, with length being the number of types returned.
///
/// \param length
/// The parameter is used to return the number of geometry types being
/// returned by the function.
///
/// \return
/// Returns a list of geometry types that are supported.
///
/// \brief
/// Sets the specific set of geometry types that can be stored in this
/// geometric property. The provided value is a list of geometry types
/// that are supported. Usually, one specific type is supported, but
/// there can be more than one.
///
/// \param types
/// The specific set of geometry types that can be stored in this
/// geometric property.
///
/// \param length
/// Indicates the number of geometry types being stored in the
provided
/// set of geometry types.
///
property array<NAMESPACE_OSGEO_COMMON::GeometryType>^
SpecificGeometryTypes[System::Int32%]
{
array<NAMESPACE_OSGEO_COMMON::GeometryType>^ get(System::Int32%
length);
System::Void set(System::Int32% length,
array<NAMESPACE_OSGEO_COMMON::GeometryType>^ types);
}
}}}
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/476#comment:2>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list