Package repast.simphony.gis.freezedry
Class GeographyProjectionDryer
java.lang.Object
repast.simphony.freezedry.freezedryers.proj.ProjectionDryer<Geography<?>>
repast.simphony.gis.freezedry.GeographyProjectionDryer
A projection layer that builds a Geography projection
- Author:
- Jerry Vos, Eric Tatara
- 
Field SummaryFieldsFields inherited from class repast.simphony.freezedry.freezedryers.proj.ProjectionDryerCONTEXT_LISTENING_KEY, NAME_KEY, PROJ_LISTENING_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidStores the spaces's agent locations, dimensions, adder, and translator.booleanReturns true forContinuousSpaces.protected Geography<?>instantiate(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpacewith the projection's name and dimensions.protected voidprotected voidLoads the space's agents.Methods inherited from class repast.simphony.freezedry.freezedryers.proj.ProjectionDryeraddProjectionDryer, buildAndAddProjection, getDryer, getProperties
- 
Field Details- 
COVERAGES_KEY- See Also:
 
- 
AGENT_LOCATIONS_KEY- See Also:
 
- 
CRS_KEY- See Also:
 
 
- 
- 
Constructor Details- 
GeographyProjectionDryerpublic GeographyProjectionDryer()
 
- 
- 
Method Details- 
addPropertiesStores the spaces's agent locations, dimensions, adder, and translator.- Specified by:
- addPropertiesin class- ProjectionDryer<Geography<?>>
- Parameters:
- context- the ignored
- geog- the space to store properties of
- map- the properties destination
 
- 
loadPropertiesLoads the space's agents. This also loads the space's adder, translator if they are stored in the given properties.- Overrides:
- loadPropertiesin class- ProjectionDryer<Geography<?>>
- Parameters:
- context- ignored
- proj- the space
- properties- the properties of the space
 
- 
loadAgents
- 
instantiateBuilds aDefaultContinuousSpacewith the projection's name and dimensions.- Specified by:
- instantiatein class- ProjectionDryer<Geography<?>>
- Parameters:
- context- ignored
- properties- the properties of the space
- Returns:
- a created projection
 
- 
handlesReturns true forContinuousSpaces.- Specified by:
- handlesin class- ProjectionDryer<Geography<?>>
- Parameters:
- type- the type of the projection
- Returns:
- if the implementation handles the given type
 
 
-