de.cesr.more.rs.geo.util
Interface MoreWithinQueryFactory<AgentType>
public interface MoreWithinQueryFactory<AgentType>
MORe
Introduced in order to allow more flexibility for geographical queries. E.g., MGeographyWrapper.MGeoDistanceFactory
uses a
MGeoTorusDistanceQuery
in case MTorusCoordinate
is part of the geography.
- Date:
- 07.10.2011
initQuery
repast.simphony.query.Query<AgentType> initQuery(repast.simphony.space.gis.Geography<AgentType> geography,
double distance,
AgentType sourceObject)
- Parameters:
geography
- distance
- sourceObject
-
- Returns: