Uses of Interface
repast.simphony.space.gis.Geography
Package
Description
-
Uses of Geography in repast.simphony.context.space.gis
Modifier and TypeMethodDescription<T> Geography<T>
DefaultGeographyFactory.createGeography
(String name, Context<T> context, GeographyParameters<T> params) <T> Geography<T>
GeographyFactory.createGeography
(String name, Context<T> context, GeographyParameters<T> params) -
Uses of Geography in repast.simphony.gis.display
ModifierConstructorDescriptionNetworkDisplayLayerGIS
(Network<?> net, Geography geography, org.geotools.styling.Style style) Deprecated. -
Uses of Geography in repast.simphony.gis.engine
-
Uses of Geography in repast.simphony.gis.freezedry
Modifier and TypeMethodDescriptionprotected Geography<?>
GeographyProjectionDryer.instantiate
(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpace
with the projection's name and dimensions.Modifier and TypeMethodDescriptionprotected void
GeographyProjectionDryer.addProperties
(Context<?> context, Geography<?> geog, Map<String, Object> map) Stores the spaces's agent locations, dimensions, adder, and translator.protected void
GeographyProjectionDryer.loadAgents
(Context<?> context, Geography proj, Map<String, Object> properties) protected void
GeographyProjectionDryer.loadProperties
(Context<?> context, Geography<?> proj, Map<String, Object> properties) Loads the space's agents. -
Uses of Geography in repast.simphony.gis.ui.probe
-
Uses of Geography in repast.simphony.gis.util
Modifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.Geometry
GeometryUtil.generateBuffer
(Geography geography, org.locationtech.jts.geom.Geometry geom, double distance) Generates a Geometry that represents a buffer zone around the Geometry geom argument. -
Uses of Geography in repast.simphony.query.space.gis
ModifierConstructorDescriptionAbstractGeometryQuery
(Geography<T> geography, org.locationtech.jts.geom.Geometry geom) AbstractGeometryQuery
(Geography<T> geography, T sourceObject) ContainsQuery
(Geography<T> geography, org.locationtech.jts.geom.Geometry geom) Creates a ContainsQuery that will query the specified geography for objects that are contained by the specified geometry.ContainsQuery
(Geography<T> geography, T sourceObject) Creates a ContainsQuery that will query the specified geography for objects that are contained by the geometry of the specified object.GeographyWithin
(Geography geography, double distance, Object sourceObject) Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the source object.GeographyWithin
(Geography geography, double distance, javax.measure.Unit units, Object sourceObject) Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the source object.GeographyWithin
(Geography geography, double distance, javax.measure.Unit units, org.locationtech.jts.geom.Geometry location) Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the source object.GeographyWithin
(Geography geography, double distance, org.locationtech.jts.geom.Geometry location) Creates GeographyWithinQuery that returns items in a specified geography that are within the specified distance from the centroid of the specified location.IntersectsQuery
(Geography<T> geography, org.locationtech.jts.geom.Geometry geom) Creates a IntersectsQuery that will query the specified geography for objects that are intersected by the specified geometry.IntersectsQuery
(Geography<T> geography, T sourceObject) Creates an IntersectsQuery that will query the specified geography for objects that are intersected by the geometry of the specified object.TouchesQuery
(Geography<T> geography, org.locationtech.jts.geom.Geometry geom) Creates a Touches that will query the specified geography for objects that are touched by the specified geometry.TouchesQuery
(Geography<T> geography, T sourceObject) Creates a TouchesQuery that will query the specified geography for objects that are touched by the geometry of the specified object.WithinQuery
(Geography<T> geography, org.locationtech.jts.geom.Geometry geom) Creates a WithinQuery that will query the specified geography for objects that contain the specified geometry, that is, objects that the geometry is within.WithinQuery
(Geography<T> geography, T sourceObject) Creates a WithinQuery that will query the specified geography for objects that contain the geometry of the specified object, that is, objects that the geometry is within. -
Uses of Geography in repast.simphony.space.gis
Modifier and TypeClassDescriptionclass
Default implementation of Geography, a geographic GIS type space.Modifier and TypeMethodDescriptionvoid
void
DefaultFeatureAgentFactory.getFeature
(T agent, Geography geography) Create a FeatureAgent instance from the provided agent.abstract FeatureAgent
FeatureAgentFactory.getFeature
(T agent, Geography geography) ShapefileFeatureAgentFactory.getFeature
(T agent, Geography geography) ModifierConstructorDescriptionFeatureAgent
(org.opengis.feature.simple.SimpleFeatureType type, T agent, Geography geog, List<FeatureAttributeAdapter> adapters, List<repast.simphony.space.gis.FeatureAgentFactory.ObjectClassAttributeData> classAttributeList) Creates a FeatureAgent from the specified FeatureType, agent and geography.GISNetworkListener
(Context c, Geography g, Network n) Creates a shapefile loader for agents of the specified class and whose data source is the specified shapefile.ShapefileWriter
(Geography geography) Creates a ShapefileWriter that will write layers in the specified geography to a shapefile. -
Uses of Geography in repast.simphony.visualization.gis
Modifier and TypeMethodDescriptionDisplayGIS.getGeography()
Deprecated.Gets the geography this display displays. -
Uses of Geography in repast.simphony.visualization.gis3D
Modifier and TypeFieldDescriptionprotected Geography
DisplayGIS3D.geog
protected Geography
AbstractAirspaceLayer.geography
protected Geography<?>
AbstractRenderableLayer.geography
protected Geography<?>
CoverageLayer.geography
Modifier and TypeMethodDescriptionvoid
AbstractAirspaceLayer.setGeography
(Geography geography) Set the geography for this display.void
AbstractRenderableLayer.setGeography
(Geography geography) Set the geography for this display.void
CoverageLayer.setGeography
(Geography geography) Set the geography for this display. -
Uses of Geography in repast.simphony.ws.gis
Modifier and TypeFieldDescriptionprotected Geography<?>
DisplayServerGIS.geography
protected Geography<?>
StyledLayerGIS.geography
protected Geography<?>
StyledNetLayerGIS.geography
Modifier and TypeMethodDescriptionvoid
StyledLayerGIS.setGeography
(Geography<?> geography) void
StyledNetLayerGIS.setGeography
(Geography<?> geography)