Package repast.simphony.space.gis


package repast.simphony.space.gis
  • Class
    Description
    Default factory class for creating feature agents.
    Default implementation of Geography, a geographic GIS type space.
    Wraps a POJO in a GIS feature.
    Abstract factory for adapting agents to features.
    Singleton class that creates FeatureAgentFactories.
    Adapts a method call or combination of method calls on an object into a feature attribute lookup.
    Space that locates objects in a geographic gis-type space.
     
    Interface for classes that wish to add objects to a real, geographic space.
    GIS constant values.
    A ProjectionListener implementation for managing Repast network edges in a Repast geography projection.
    A layer in a geographic projection.
     
    RasterLayer provides Repast ValueLayer like functionality using geographic coordinates and can be displayed when part of a Geography instance.
    Factory that provides support for creating GridCoverage2D instances that are writable.
    Factory class for creating feature agents that are appropriate for writing to shapfiles.
    Creates and sets agents properties from a features in shapefile.
    Writes the contents of a geography to a shapefile each layer of the geography is written to a separate shapefile.
     
    Finds the UTM CRS appropriate to a specified lon, lat location.
    WritableGridCoverage2D provides write capabilities to GridCoverage2D by wrapping a standard GridCoverage2D and overriding the evaluate methods and providing set methods.