Table of Contents

Interface IExamineSpatialPoint

Namespace
Examine.Search
Assembly
Examine.Core.dll

Spatial Point Shape

public interface IExamineSpatialPoint : IExamineSpatialShape
Inherited Members

Properties

X

The X coordinate, or Longitude in geospatial contexts.

double X { get; }

Property Value

double

Y

The Y coordinate, or Latitude in geospatial contexts.

double Y { get; }

Property Value

double