Uses of Interface
repast.simphony.space.gis.Geography
Packages that use Geography
Package
Description
- 
Uses of Geography in repast.simphony.context.space.gisClasses 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.displayConstructors 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.engineMethods in repast.simphony.gis.engine that return types with arguments of type Geography
- 
Uses of Geography in repast.simphony.gis.freezedryMethods in repast.simphony.gis.freezedry that return GeographyModifier and TypeMethodDescriptionprotected Geography<?>GeographyProjectionDryer.instantiate(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpacewith the projection's name and dimensions.Methods in repast.simphony.gis.freezedry with parameters of type GeographyModifier and TypeMethodDescriptionprotected voidGeographyProjectionDryer.addProperties(Context<?> context, Geography<?> geog, Map<String, Object> map) Stores the spaces's agent locations, dimensions, adder, and translator.protected voidGeographyProjectionDryer.loadAgents(Context<?> context, Geography proj, Map<String, Object> properties) protected voidGeographyProjectionDryer.loadProperties(Context<?> context, Geography<?> proj, Map<String, Object> properties) Loads the space's agents.
- 
Uses of Geography in repast.simphony.gis.ui.probeFields 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.utilMethods in repast.simphony.gis.util with parameters of type GeographyModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.GeometryGeometryUtil.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.gisFields 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.gisClasses in repast.simphony.space.gis that implement GeographyModifier and TypeClassDescriptionclassDefault implementation of Geography, a geographic GIS type space.Methods in repast.simphony.space.gis with parameters of type GeographyModifier and TypeMethodDescriptionvoidvoidDefaultFeatureAgentFactory.getFeature(T agent, Geography geography) Create a FeatureAgent instance from the provided agent.abstract FeatureAgentFeatureAgentFactory.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.gisMethods 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.gis3DFields in repast.simphony.visualization.gis3D declared as GeographyModifier and TypeFieldDescriptionprotected GeographyDisplayGIS3D.geogprotected GeographyAbstractAirspaceLayer.geographyprotected Geography<?>AbstractRenderableLayer.geographyprotected Geography<?>CoverageLayer.geographyMethods in repast.simphony.visualization.gis3D with parameters of type GeographyModifier and TypeMethodDescriptionvoidAbstractAirspaceLayer.setGeography(Geography geography) Set the geography for this display.voidAbstractRenderableLayer.setGeography(Geography geography) Set the geography for this display.voidCoverageLayer.setGeography(Geography geography) Set the geography for this display.
- 
Uses of Geography in repast.simphony.ws.gisFields in repast.simphony.ws.gis declared as GeographyModifier and TypeFieldDescriptionprotected Geography<?>DisplayServerGIS.geographyprotected Geography<?>StyledLayerGIS.geographyprotected Geography<?>StyledNetLayerGIS.geographyMethods in repast.simphony.ws.gis with parameters of type GeographyModifier and TypeMethodDescriptionvoidStyledLayerGIS.setGeography(Geography<?> geography) voidStyledNetLayerGIS.setGeography(Geography<?> geography)