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
Fields -
Constructor Summary
Constructors -
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.booleanisProjectionAttribute(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:ProjectionRegistryDataThe projection type Name, e.g. "grid", "network", etc- Specified by:
getTypeNamein interfaceProjectionRegistryData<Geography<?>>- Returns:
- the projection type name.
-
getInterface
Description copied from interface:ProjectionRegistryDataThe projection class that this registry data represents.- Specified by:
getInterfacein interfaceProjectionRegistryData<Geography<?>>- Returns:
- the projection class.
-
getProjectionBuilderFactory
Description copied from interface:DataLoaderProjectionRegistryDataProvide 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:
getProjectionBuilderFactoryin interfaceDataLoaderProjectionRegistryData- Returns:
- the projection builder factory.
-
isProjectionAttribute
Description copied from interface:ProjectionRegistryDataReturn true if the attribute is a special projection attribute.- Specified by:
isProjectionAttributein interfaceProjectionRegistryData<Geography<?>>- Parameters:
attributeId- the name of the attribute.- Returns:
-
getProjectionDryer
Description copied from interface:ProjectionRegistryDataProvides an optional projection drier.- Specified by:
getProjectionDryerin interfaceProjectionRegistryData<Geography<?>>- Returns:
- the projection drier.
-
getProjectionXMLConverter
Description copied from interface:ProjectionRegistryDataProvides an optional converter for XML (de-)serialization.- Specified by:
getProjectionXMLConverterin interfaceProjectionRegistryData<Geography<?>>- Returns:
- the XML converter.
-
getFreezeDryers
- Specified by:
getFreezeDryersin interfaceProjectionRegistryData<Geography<?>>
-