Uses of Class
org.openstreetmap.josm.data.imagery.types.ProjectionType

Packages that use ProjectionType
org.openstreetmap.josm.data.imagery.types   
 

Uses of ProjectionType in org.openstreetmap.josm.data.imagery.types
 

Fields in org.openstreetmap.josm.data.imagery.types with type parameters of type ProjectionType
protected  java.util.List<ProjectionType> WmsCacheType.projection
           
 

Methods in org.openstreetmap.josm.data.imagery.types that return ProjectionType
 ProjectionType ObjectFactory.createProjectionType()
          Create an instance of ProjectionType
 

Methods in org.openstreetmap.josm.data.imagery.types that return types with arguments of type ProjectionType
 java.util.List<ProjectionType> WmsCacheType.getProjection()
          Gets the value of the projection property.
 



JOSM