[fdo-trac] #476: GeometricPropertyDefinition
	get_SpecificGeometryTypes() not exposed in managed API
    FDO 
    trac_fdo at osgeo.org
       
    Fri Mar 13 15:30:57 EDT 2009
    
    
  
#476: GeometricPropertyDefinition get_SpecificGeometryTypes() not exposed in
managed API
---------------------+------------------------------------------------------
 Reporter:  jng      |         Owner:  gregboone
     Type:  defect   |        Status:  assigned 
 Priority:  major    |     Milestone:  3.4.0    
Component:  FDO API  |       Version:  3.4.0    
 Severity:  3        |    Resolution:           
 Keywords:           |   External_id:           
---------------------+------------------------------------------------------
Comment (by gregboone):
 I also am seeing these changes in the 3.4.0 branch. Are you sure you can't
 see the property?
 {{{
     /// \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.
     ///
     __property NAMESPACE_OSGEO_COMMON::GeometryType
 get_SpecificGeometryTypes(System::Int32 &length)[];
     /// \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 System::Void
 set_SpecificGeometryTypes(NAMESPACE_OSGEO_COMMON::GeometryType types[],
 System::Int32 length);
 }}}
-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/476#comment:6>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
    
    
More information about the fdo-trac
mailing list