|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.ct.MathTransformProvider
org.deegree_impl.model.ct.MapProjection.Provider
Informations about a MapProjection
.
Field Summary |
Fields inherited from class org.deegree_impl.model.ct.MathTransformProvider |
DEFAULT_PROJECTION_DESCRIPTOR, LATITUDE_RANGE, LONGITUDE_RANGE, POSITIVE_RANGE |
Constructor Summary | |
protected |
MapProjection.Provider(java.lang.String classname,
int nameKey)
Construct a new provider. |
Method Summary | |
MathTransform |
create(ParameterList parameters)
Create a new map projection for a parameter list. |
Methods inherited from class org.deegree_impl.model.ct.MathTransformProvider |
getClassName, getName, getParameterList, getParameterListDescriptor, put, putInt, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected MapProjection.Provider(java.lang.String classname, int nameKey)
classname
- The classification name.nameKey
- Resources key for a human readable name.
This is used for MathTransformProvider.getName(java.util.Locale)
implementation.Method Detail |
public final MathTransform create(ParameterList parameters)
create
in class MathTransformProvider
parameters
- The parameter values in standard units.
MathTransform
object of this classification.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |