Class DefaultProjectionDescriptor

  • All Implemented Interfaces:
    ProjectionDescriptor

    @Deprecated
    public class DefaultProjectionDescriptor
    extends AbstractProjectionDescriptor
    Deprecated.
    Default implementation of a ProjectionDescriptor. This holds properties and projection data, but does not have any implied layouts.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Constructor Detail

      • DefaultProjectionDescriptor

        public DefaultProjectionDescriptor​(ProjectionData proj)
        Deprecated.
    • Method Detail

      • getImpliedLayout2D

        public String getImpliedLayout2D()
        Deprecated.
        Gets the implied 2d layout of the projection, if any. For example, a grid projection implies a grid layout. This returns null.
        Returns:
        always returns null.
      • getImpliedLayout3D

        public String getImpliedLayout3D()
        Deprecated.
        Gets the implied 3d layout of the projection, if any. For example, a grid projection implies a grid layout. This returns null.
        Returns:
        always returns null.