Class SpatialContextFactory
Factory for a SpatialContext based on configuration data. Call MakeSpatialContext(IDictionary<String, String>) to construct one via string name-value pairs. To construct one via code then create a factory instance, set the fields, then call NewSpatialContext().
Inheritance
Inherited Members
Assembly: Spatial4n.dll
Syntax
public class SpatialContextFactory
Fields
Name | Description |
---|---|
args | |
binaryCodecClass | |
distCalc | |
geo | |
normWrapLongitude | |
wktShapeParserClass | |
worldBounds |
Methods
Name | Description |
---|---|
Init(IDictionary<String, String>) | |
InitCalculator() | |
InitField(String) | Gets |
InitWorldBounds() | |
MakeBinaryCodec(SpatialContext) | |
MakeSpatialContext(IDictionary<String, String>) | Creates a new SpatialContext based on configuration in
|
MakeWktShapeParser(SpatialContext) | |
NewSpatialContext() | Subclasses should simply construct the instance from the initialized configuration. |