Uses of Class
repast.simphony.scenario.data.ProjectionData
Packages that use ProjectionData
Package
Description
-
Uses of ProjectionData in repast.simphony.dataLoader.engine
Methods in repast.simphony.dataLoader.engine with parameters of type ProjectionDataModifier 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
Methods in repast.simphony.gis.dataLoader with parameters of type ProjectionDataModifier and TypeMethodDescriptionGeographyProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection. -
Uses of ProjectionData in repast.simphony.gis.visualization.engine
Methods in repast.simphony.gis.visualization.engine with parameters of type ProjectionDataModifier and TypeMethodDescriptionGISProjectionDescriptorFactory.createDescriptor
(ProjectionData proj) -
Uses of ProjectionData in repast.simphony.scenario.data
Methods in repast.simphony.scenario.data that return ProjectionDataModifier and TypeMethodDescriptionContextData.addProjection
(String id, String type) ContextData.getProjection
(int index) Methods in repast.simphony.scenario.data that return types with arguments of type ProjectionDataModifier and TypeMethodDescriptionContextData.projections()
Gets an iterable over all the ProjectionData-s contained by this ContextData. -
Uses of ProjectionData in repast.simphony.visualization.continuous
Constructors in repast.simphony.visualization.continuous with parameters of type ProjectionData -
Uses of ProjectionData in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine that return types with arguments of type ProjectionDataModifier 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.Methods in repast.simphony.visualization.engine with parameters of type ProjectionDataModifier 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.Constructors in repast.simphony.visualization.engine with parameters of type ProjectionDataModifierConstructorDescriptionprotected
Deprecated. -
Uses of ProjectionData in repast.simphony.visualization.gis
Methods in repast.simphony.visualization.gis with parameters of type ProjectionDataModifier and TypeMethodDescriptionvoid
GisProjectionDescriptor.registerProjectionData
(ProjectionData data, DisplayDescriptor descriptor) Constructors in repast.simphony.visualization.gis with parameters of type ProjectionData -
Uses of ProjectionData in repast.simphony.visualization.grid
Constructors in repast.simphony.visualization.grid with parameters of type ProjectionData