C# (CSharp) Spatial4n.Core.Context 네임스페이스

중첩된 네임스페이스

Spatial4n.Core.Context.Nts

클래스들

이름 설명
SpatialContext This is a facade to most of Spatial4j, holding things like {@link DistanceUnits}, {@link DistanceCalculator}, and the coordinate world boundaries, and acting as a factory for the {@link Shape}s.

A SpatialContext has public constructors, but note the convenience instance {@link #GEO}. Also, if you wish to construct one based on configuration information then consider using {@link SpatialContextFactory}.

Thread-safe & immutable.

SpatialContextFactory Factory for a SpatialContext.