C# 클래스 MapAround.DataProviders.ShapeFileSpatialDataProvider

Instances of MapAround.DataProviders.ShapeFileSpatialDataProvider provides access to the data stored in ESRI shape-file format.
상속: SpatialDataProviderBase
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
QueryFeatures ( IFeatureReceiver receiver ) : int

Adds features retrieved from the data source to the receiver.

QueryFeatures ( IFeatureReceiver receiver, BoundingRectangle bounds ) : int

Adds features retrieved from the data source to the receiver.

비공개 메소드들

메소드 설명
addFeaturesToCache ( IFeatureReceiver fr, List points, List multiPoints, List polylines, List polygons ) : void
buildAndSaveIndex ( MapAround featureType, BoundingRectangle b, IndexSettings settings, IEnumerable features ) : void
geometryFromShapeRecord ( ShapeFileRecord record ) : IGeometry
internalQueryFeatures ( IFeatureReceiver fr, BoundingRectangle bounds, bool checkBounds ) : int
processFeature ( Feature feature, IFeatureReceiver fr, List points, List multiPoints, List polylines, List polygons ) : bool

메소드 상세

QueryFeatures() 공개 메소드

Adds features retrieved from the data source to the receiver.
public QueryFeatures ( IFeatureReceiver receiver ) : int
receiver IFeatureReceiver An object that receives features
리턴 int

QueryFeatures() 공개 메소드

Adds features retrieved from the data source to the receiver.
public QueryFeatures ( IFeatureReceiver receiver, BoundingRectangle bounds ) : int
receiver IFeatureReceiver An object that receives features
bounds BoundingRectangle Rectangular region you want to fill with the objects
리턴 int