Package repast.simphony.gis.engine
Class GeographyProjectionRegistryData
java.lang.Object
repast.simphony.gis.engine.GeographyProjectionRegistryData
- All Implemented Interfaces:
DataLoaderProjectionRegistryData
,ProjectionRegistryData<Geography<?>>
public class GeographyProjectionRegistryData
extends Object
implements ProjectionRegistryData<Geography<?>>, DataLoaderProjectionRegistryData
ProjectionRegistryData implementation for the Geography projection.
- Author:
- Eric Tatara
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<FreezeDryer<?>>
The projection class that this registry data represents.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.Provides an optional projection drier.Provides an optional converter for XML (de-)serialization.The projection type Name, e.g.boolean
isProjectionAttribute
(String attributeId) Return true if the attribute is a special projection attribute.
-
Field Details
-
NAME
- See Also:
-
COVERAGE_NAME
- See Also:
-
CLASS
-
-
Constructor Details
-
GeographyProjectionRegistryData
public GeographyProjectionRegistryData()
-
-
Method Details
-
getTypeName
Description copied from interface:ProjectionRegistryData
The projection type Name, e.g. "grid", "network", etc- Specified by:
getTypeName
in interfaceProjectionRegistryData<Geography<?>>
- Returns:
- the projection type name.
-
getInterface
Description copied from interface:ProjectionRegistryData
The projection class that this registry data represents.- Specified by:
getInterface
in interfaceProjectionRegistryData<Geography<?>>
- Returns:
- the projection class.
-
getProjectionBuilderFactory
Description copied from interface:DataLoaderProjectionRegistryData
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.- Specified by:
getProjectionBuilderFactory
in interfaceDataLoaderProjectionRegistryData
- Returns:
- the projection builder factory.
-
isProjectionAttribute
Description copied from interface:ProjectionRegistryData
Return true if the attribute is a special projection attribute.- Specified by:
isProjectionAttribute
in interfaceProjectionRegistryData<Geography<?>>
- Parameters:
attributeId
- the name of the attribute.- Returns:
-
getProjectionDryer
Description copied from interface:ProjectionRegistryData
Provides an optional projection drier.- Specified by:
getProjectionDryer
in interfaceProjectionRegistryData<Geography<?>>
- Returns:
- the projection drier.
-
getProjectionXMLConverter
Description copied from interface:ProjectionRegistryData
Provides an optional converter for XML (de-)serialization.- Specified by:
getProjectionXMLConverter
in interfaceProjectionRegistryData<Geography<?>>
- Returns:
- the XML converter.
-
getFreezeDryers
- Specified by:
getFreezeDryers
in interfaceProjectionRegistryData<Geography<?>>
-