Class DefaultGeographyFactory
java.lang.Object
repast.simphony.context.space.gis.DefaultGeographyFactory
- All Implemented Interfaces:
GeographyFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> Geography<T>
createGeography
(String name, Context<T> context, GeographyParameters<T> params)
-
Constructor Details
-
DefaultGeographyFactory
public DefaultGeographyFactory()
-
-
Method Details
-
createGeography
public <T> Geography<T> createGeography(String name, Context<T> context, GeographyParameters<T> params) - Specified by:
createGeography
in interfaceGeographyFactory
-