Uses of Class
repast.simphony.scenario.data.ProjectionData
Package
Description
-
Uses of ProjectionData in repast.simphony.dataLoader.engine
Modifier and TypeMethodDescriptionContextBuilderFactory.createBuilder
(ProjectionData proj) Creates a context builder that will create the specified projection.GridProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.NetworkProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.ProjectionBuilderFactory.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.SpaceProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection. -
Uses of ProjectionData in repast.simphony.gis.dataLoader
Modifier and TypeMethodDescriptionGeographyProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection. -
Uses of ProjectionData in repast.simphony.gis.visualization.engine
Modifier and TypeMethodDescriptionGISProjectionDescriptorFactory.createDescriptor
(ProjectionData proj) -
Uses of ProjectionData in repast.simphony.scenario.data
Modifier and TypeMethodDescriptionContextData.addProjection
(String id, String type) ContextData.getProjection
(int index) Modifier and TypeMethodDescriptionContextData.projections()
Gets an iterable over all the ProjectionData-s contained by this ContextData. -
Uses of ProjectionData in repast.simphony.visualization.continuous
-
Uses of ProjectionData in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionBasicDisplayDescriptor.getProjections()
Gets the data for all the projections for which this is the display info.DefaultDisplayDescriptor.getProjections()
Deprecated.Gets the data for all the projections for which this is the display info.DisplayDescriptor.getProjections()
Gets the data for all the projections for which this is the display info.Modifier and TypeMethodDescriptionvoid
BasicDisplayDescriptor.addProjection
(ProjectionData data, ProjectionDescriptor descriptor) Adds the data for a projection for which this is the display info.void
DefaultDisplayDescriptor.addProjection
(ProjectionData data, ProjectionDescriptor descriptor) Deprecated.Adds the data for a projection for which this is the display info.void
DisplayDescriptor.addProjection
(ProjectionData proj, ProjectionDescriptor descriptor) Adds the data for a projection for which this is the display info.CartesianProjectionDescritorFactory.createDescriptor
(ProjectionData proj) ProjectionDescriptorFactory.createDescriptor
(ProjectionData proj) void
AbstractProjectionDescriptor.registerProjectionData
(ProjectionData data, DisplayDescriptor descriptor) void
ProjectionDescriptor.registerProjectionData
(ProjectionData data, DisplayDescriptor descriptor) Register ProjectionData with the DisplayDescriptor.ModifierConstructorDescriptionprotected
Deprecated. -
Uses of ProjectionData in repast.simphony.visualization.gis
Modifier and TypeMethodDescriptionvoid
GisProjectionDescriptor.registerProjectionData
(ProjectionData data, DisplayDescriptor descriptor) -
Uses of ProjectionData in repast.simphony.visualization.grid