| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.ct.MathTransformProvider
org.geotools.ct.proj.Provider
MapProjection provider.
Base class for MapProjection provider.
| Field Summary | 
| Fields inherited from class org.geotools.ct.MathTransformProvider | 
| DEFAULT_PROJECTION_DESCRIPTOR, LATITUDE_RANGE, LONGITUDE_RANGE, POSITIVE_RANGE | 
| Method Summary | |
|  MathTransform | create(javax.media.jai.ParameterList parameters)Deprecated. Create a new map projection from a parameter list. | 
| abstract  MathTransform | create(Projection projection)Deprecated. Create a new map projection from a Projectionparameter. | 
| static Provider[] | getDefaults()Deprecated. Returns a set of default providers for map projections. | 
|  java.lang.String | getName(java.util.Locale locale)Deprecated. Returns a human readable name localized for the specified locale. | 
| Methods inherited from class org.geotools.ct.MathTransformProvider | 
| getClassName, getParameterList, getParameterListDescriptor, put, remove, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
public static Provider[] getDefaults()
MathTransformFactory.
public java.lang.String getName(java.util.Locale locale)
getName in class MathTransformProviderMathTransformProvider implementation.
       It would not be needed if the package-private constructor in 
       MathTransformProvider was protected.
public final MathTransform create(javax.media.jai.ParameterList parameters)
                           throws MissingParameterException
create(Projection) instead.
create in class MathTransformProviderparameters - The parameters list.
MathTransform object of this classification.
MissingParameterException - if a mandatory parameter is missing.
public abstract MathTransform create(Projection projection)
                              throws MissingParameterException
Projection parameter.
create in class MathTransformProviderprojection - The projection.
MathTransform object of this classification.
MissingParameterException - if a mandatory parameter is missing.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||