Uses of Interface
repast.simphony.dataLoader.engine.ProjectionBuilderFactory
Packages that use ProjectionBuilderFactory
Package
Description
-
Uses of ProjectionBuilderFactory in repast.simphony.dataLoader.engine
Classes in repast.simphony.dataLoader.engine that implement ProjectionBuilderFactoryModifier and TypeClassDescriptionclassBuilds a grid projection based on SGrid data.classBuilds a Network based on SNetwork data.classBuilds a grid projection based on SContinousSpace data.Methods in repast.simphony.dataLoader.engine that return ProjectionBuilderFactoryModifier and TypeMethodDescriptionDataLoaderProjectionRegistryData.getProjectionBuilderFactory()Provide a projection builder factory that can be used by the context data loader to create the projection type directly from the context XML file.Methods in repast.simphony.dataLoader.engine with parameters of type ProjectionBuilderFactoryModifier and TypeMethodDescriptionvoidContextBuilderFactory.registerProjectionBuilder(String type, ProjectionBuilderFactory builder) Registers the projection builder for use with the specified class. -
Uses of ProjectionBuilderFactory in repast.simphony.gis.dataLoader
Classes in repast.simphony.gis.dataLoader that implement ProjectionBuilderFactoryModifier and TypeClassDescriptionclassBuilds a Geography based on SGeography data. -
Uses of ProjectionBuilderFactory in repast.simphony.gis.engine
Methods in repast.simphony.gis.engine that return ProjectionBuilderFactory