public interface ProjectionLoader
ProjectionFactory
,
BasicProjectionLoader
Modifier and Type | Method and Description |
---|---|
Projection |
create(java.util.Properties props)
Create the projection with the given parameters.
|
java.lang.String |
getDescription()
Get a description for the projection.
|
java.lang.String |
getPrettyName()
Get a pretty name for the projection.
|
java.lang.Class<? extends Projection> |
getProjectionClass()
Get a class name to use for the projection.
|
java.lang.Class<? extends Projection> getProjectionClass()
java.lang.String getPrettyName()
java.lang.String getDescription()
Projection create(java.util.Properties props) throws ProjectionException
exception
- if a parameter is missing or invalid.ProjectionException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details