Uses of Interface
repast.simphony.space.gis.Geography
Packages that use Geography
Package
Description
-
Uses of Geography in repast.simphony.context.space.gis
Classes in repast.simphony.context.space.gis that implement GeographyMethods in repast.simphony.context.space.gis that return GeographyModifier 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
Constructors in repast.simphony.gis.display with parameters of type GeographyModifierConstructorDescriptionNetworkDisplayLayerGIS
(Network<?> net, Geography geography, org.geotools.styling.Style style) Deprecated. -
Uses of Geography in repast.simphony.gis.engine
Methods in repast.simphony.gis.engine that return types with arguments of type Geography -
Uses of Geography in repast.simphony.gis.freezedry
Methods in repast.simphony.gis.freezedry that return GeographyModifier and TypeMethodDescriptionprotected Geography<?>
GeographyProjectionDryer.instantiate
(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpace
with the projection's name and dimensions.Methods in repast.simphony.gis.freezedry with parameters of type GeographyModifier 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
Fields in repast.simphony.gis.ui.probe declared as GeographyConstructors in repast.simphony.gis.ui.probe with parameters of type Geography -
Uses of Geography in repast.simphony.gis.util
Methods in repast.simphony.gis.util with parameters of type GeographyModifier 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
Fields in repast.simphony.query.space.gis declared as GeographyConstructors in repast.simphony.query.space.gis with parameters of type GeographyModifierConstructorDescriptionAbstractGeometryQuery
(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
Classes in repast.simphony.space.gis that implement GeographyModifier and TypeClassDescriptionclass
Default implementation of Geography, a geographic GIS type space.Methods in repast.simphony.space.gis with parameters of type GeographyModifier 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) Constructors in repast.simphony.space.gis with parameters of type GeographyModifierConstructorDescriptionFeatureAgent
(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
Methods in repast.simphony.visualization.gis that return GeographyModifier and TypeMethodDescriptionDisplayGIS.getGeography()
Deprecated.Gets the geography this display displays.Constructors in repast.simphony.visualization.gis with parameters of type Geography -
Uses of Geography in repast.simphony.visualization.gis3D
Fields in repast.simphony.visualization.gis3D declared as GeographyModifier and TypeFieldDescriptionprotected Geography
DisplayGIS3D.geog
protected Geography
AbstractAirspaceLayer.geography
protected Geography<?>
AbstractRenderableLayer.geography
protected Geography<?>
CoverageLayer.geography
Methods in repast.simphony.visualization.gis3D with parameters of type GeographyModifier 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
Fields in repast.simphony.ws.gis declared as GeographyModifier and TypeFieldDescriptionprotected Geography<?>
DisplayServerGIS.geography
protected Geography<?>
StyledLayerGIS.geography
protected Geography<?>
StyledNetLayerGIS.geography
Methods in repast.simphony.ws.gis with parameters of type GeographyModifier and TypeMethodDescriptionvoid
StyledLayerGIS.setGeography
(Geography<?> geography) void
StyledNetLayerGIS.setGeography
(Geography<?> geography)