pkgsrc/geography/spatialindex/PLIST
adam 4b5cd3ace0 The purpose of this library is to provide:
* An extensible framework that will support robust spatial indexing methods.
* Support for sophisticated spatial queries. Range, point location, nearest
  neighbor and k-nearest neighbor as well as parametric queries (defined by
  spatial constraints) should be easy to deploy and run.
* Easy to use interfaces for inserting, deleting and updating information.
* Wide variety of customization capabilities. Basic index and storage
  characteristics like the page size, node capacity, minimum fan-out, splitting
  algorithm, etc. should be easy to customize.
* Index persistence. Internal memory and external memory structures should be
  supported. Clustered and non-clustered indices should be easy to be persisted.
2015-11-27 17:51:58 +00:00

35 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2015/11/27 17:51:58 adam Exp $
include/spatialindex/LineSegment.h
include/spatialindex/MVRTree.h
include/spatialindex/MovingPoint.h
include/spatialindex/MovingRegion.h
include/spatialindex/Point.h
include/spatialindex/RTree.h
include/spatialindex/Region.h
include/spatialindex/SpatialIndex.h
include/spatialindex/TPRTree.h
include/spatialindex/TimePoint.h
include/spatialindex/TimeRegion.h
include/spatialindex/Version.h
include/spatialindex/capi/BoundsQuery.h
include/spatialindex/capi/CountVisitor.h
include/spatialindex/capi/CustomStorage.h
include/spatialindex/capi/DataStream.h
include/spatialindex/capi/Error.h
include/spatialindex/capi/IdVisitor.h
include/spatialindex/capi/Index.h
include/spatialindex/capi/LeafQuery.h
include/spatialindex/capi/ObjVisitor.h
include/spatialindex/capi/Utility.h
include/spatialindex/capi/sidx_api.h
include/spatialindex/capi/sidx_config.h
include/spatialindex/capi/sidx_export.h
include/spatialindex/capi/sidx_impl.h
include/spatialindex/tools/PointerPool.h
include/spatialindex/tools/PoolPointer.h
include/spatialindex/tools/SmartPointer.h
include/spatialindex/tools/Tools.h
include/spatialindex/tools/rand48.h
lib/libspatialindex.la
lib/libspatialindex_c.la
lib/pkgconfig/libspatialindex.pc