Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko committed May 19, 2012
1 parent b793383 commit 700ef0f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/contrib/Spatial/SpatialStrategy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,20 @@ public virtual Fieldable[] CreateFields(T fieldInfo, Shape shape, bool index, bo

public abstract ValueSource MakeValueSource(SpatialArgs args, T fieldInfo);

/**
* Make a query
*/
/// <summary>
/// Make a query
/// </summary>
/// <param name="args"></param>
/// <param name="fieldInfo"></param>
/// <returns></returns>
public abstract Query MakeQuery(SpatialArgs args, T fieldInfo);

/**
* Make a Filter
*/
/// <summary>
/// Make a Filter
/// </summary>
/// <param name="args"></param>
/// <param name="fieldInfo"></param>
/// <returns></returns>
public abstract Filter MakeFilter(SpatialArgs args, T fieldInfo);

public bool IsIgnoreIncompatibleGeometry()
Expand Down

0 comments on commit 700ef0f

Please sign in to comment.