Ignore:
Timestamp:
2013-07-17T00:01:07+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

Location:
trunk/src/org/openstreetmap/josm/data/imagery
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r5617 r6069  
    4848            return urlString;
    4949        }
    50        
     50
    5151        public static ImageryType fromUrlString(String s) {
    5252            for (ImageryType type : ImageryType.values()) {
  • trunk/src/org/openstreetmap/josm/data/imagery/Shape.java

    r5381 r6069  
    2121
    2222    private List<Coordinate> coords = new ArrayList<Coordinate>();
    23    
     23
    2424    public Shape(String asString, String separator) throws IllegalArgumentException {
    2525        CheckParameterUtil.ensureParameterNotNull(asString, "asString");
     
    4949        return coords;
    5050    }
    51    
     51
    5252    public boolean contains(LatLon latlon) {
    5353        if (latlon == null)
     
    6565
    6666        double lat, lon;
    67        
     67
    6868        try {
    6969            lat = Double.parseDouble(sLat);
     
    8181            throw new IllegalArgumentException(MessageFormat.format("Illegal double value ''{0}''", sLon));
    8282        }
    83        
     83
    8484        coords.add(new Coordinate(LatLon.roundToOsmPrecision(lat), LatLon.roundToOsmPrecision(lon)));
    8585    }
  • trunk/src/org/openstreetmap/josm/data/imagery/types/EntryType.java

    r5170 r6069  
    2121/**
    2222 * <p>Java class for entry complex type.
    23  * 
     23 *
    2424 * <p>The following schema fragment specifies the expected content contained within this class.
    25  * 
     25 *
    2626 * <pre>
    2727 * &lt;complexType name="entry">
     
    4040 * &lt;/complexType>
    4141 * </pre>
    42  * 
    43  * 
     42 *
     43 *
    4444 */
    4545@XmlAccessorType(XmlAccessType.FIELD)
     
    7070    /**
    7171     * Gets the value of the pixelPerDegree property.
    72      * 
     72     *
    7373     */
    7474    public double getPixelPerDegree() {
     
    7878    /**
    7979     * Sets the value of the pixelPerDegree property.
    80      * 
     80     *
    8181     */
    8282    public void setPixelPerDegree(double value) {
     
    8686    /**
    8787     * Gets the value of the east property.
    88      * 
     88     *
    8989     */
    9090    public double getEast() {
     
    9494    /**
    9595     * Sets the value of the east property.
    96      * 
     96     *
    9797     */
    9898    public void setEast(double value) {
     
    102102    /**
    103103     * Gets the value of the north property.
    104      * 
     104     *
    105105     */
    106106    public double getNorth() {
     
    110110    /**
    111111     * Sets the value of the north property.
    112      * 
     112     *
    113113     */
    114114    public void setNorth(double value) {
     
    118118    /**
    119119     * Gets the value of the lastUsed property.
    120      * 
     120     *
    121121     * @return
    122122     *     possible object is
    123123     *     {@link String }
    124      * 
     124     *
    125125     */
    126126    public Calendar getLastUsed() {
     
    130130    /**
    131131     * Sets the value of the lastUsed property.
    132      * 
     132     *
    133133     * @param value
    134134     *     allowed object is
    135135     *     {@link String }
    136      * 
     136     *
    137137     */
    138138    public void setLastUsed(Calendar value) {
     
    142142    /**
    143143     * Gets the value of the lastModified property.
    144      * 
     144     *
    145145     * @return
    146146     *     possible object is
    147147     *     {@link String }
    148      * 
     148     *
    149149     */
    150150    public Calendar getLastModified() {
     
    154154    /**
    155155     * Sets the value of the lastModified property.
    156      * 
     156     *
    157157     * @param value
    158158     *     allowed object is
    159159     *     {@link String }
    160      * 
     160     *
    161161     */
    162162    public void setLastModified(Calendar value) {
     
    166166    /**
    167167     * Gets the value of the filename property.
    168      * 
     168     *
    169169     * @return
    170170     *     possible object is
    171171     *     {@link String }
    172      * 
     172     *
    173173     */
    174174    public String getFilename() {
     
    178178    /**
    179179     * Sets the value of the filename property.
    180      * 
     180     *
    181181     * @param value
    182182     *     allowed object is
    183183     *     {@link String }
    184      * 
     184     *
    185185     */
    186186    public void setFilename(String value) {
  • trunk/src/org/openstreetmap/josm/data/imagery/types/ObjectFactory.java

    r5170 r6069  
    11//
    2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
    3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
    4 // Any modifications to this file will be lost upon recompilation of the source schema. 
    5 // Generated on: 2011.01.09 at 07:33:18 PM CET 
     2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
     3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
     4// Any modifications to this file will be lost upon recompilation of the source schema.
     5// Generated on: 2011.01.09 at 07:33:18 PM CET
    66//
    77
     
    1313
    1414/**
    15  * This object contains factory methods for each 
    16  * Java content interface and Java element interface 
    17  * generated in the org.openstreetmap.josm.data.imagery.types package. 
    18  * <p>An ObjectFactory allows you to programatically 
    19  * construct new instances of the Java representation 
    20  * for XML content. The Java representation of XML 
    21  * content can consist of schema derived interfaces 
    22  * and classes representing the binding of schema 
    23  * type definitions, element declarations and model 
    24  * groups.  Factory methods for each of these are 
     15 * This object contains factory methods for each
     16 * Java content interface and Java element interface
     17 * generated in the org.openstreetmap.josm.data.imagery.types package.
     18 * <p>An ObjectFactory allows you to programatically
     19 * construct new instances of the Java representation
     20 * for XML content. The Java representation of XML
     21 * content can consist of schema derived interfaces
     22 * and classes representing the binding of schema
     23 * type definitions, element declarations and model
     24 * groups.  Factory methods for each of these are
    2525 * provided in this class.
    26  * 
     26 *
    2727 */
    2828@XmlRegistry
     
    3232    /**
    3333     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openstreetmap.josm.data.imagery.types
    34      * 
     34     *
    3535     */
    3636    public ObjectFactory() {
     
    3939    /**
    4040     * Create an instance of {@link WmsCacheType }
    41      * 
     41     *
    4242     */
    4343    public WmsCacheType createWmsCacheType() {
     
    4747    /**
    4848     * Create an instance of {@link ProjectionType }
    49      * 
     49     *
    5050     */
    5151    public ProjectionType createProjectionType() {
     
    5555    /**
    5656     * Create an instance of {@link EntryType }
    57      * 
     57     *
    5858     */
    5959    public EntryType createEntryType() {
  • trunk/src/org/openstreetmap/josm/data/imagery/types/ProjectionType.java

    r5170 r6069  
    11//
    2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
    3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
    4 // Any modifications to this file will be lost upon recompilation of the source schema. 
    5 // Generated on: 2011.01.09 at 07:33:18 PM CET 
     2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
     3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
     4// Any modifications to this file will be lost upon recompilation of the source schema.
     5// Generated on: 2011.01.09 at 07:33:18 PM CET
    66//
    77
     
    1919/**
    2020 * <p>Java class for projection complex type.
    21  * 
     21 *
    2222 * <p>The following schema fragment specifies the expected content contained within this class.
    23  * 
     23 *
    2424 * <pre>
    2525 * &lt;complexType name="projection">
     
    3535 * &lt;/complexType>
    3636 * </pre>
    37  * 
    38  * 
     37 *
     38 *
    3939 */
    4040@XmlAccessorType(XmlAccessType.FIELD)
     
    5252    /**
    5353     * Gets the value of the entry property.
    54      * 
     54     *
    5555     * <p>
    5656     * This accessor method returns a reference to the live list,
     
    5858     * returned list will be present inside the JAXB object.
    5959     * This is why there is not a <CODE>set</CODE> method for the entry property.
    60      * 
     60     *
    6161     * <p>
    6262     * For example, to add a new item, do as follows:
     
    6464     *    getEntry().add(newItem);
    6565     * </pre>
    66      * 
    67      * 
     66     *
     67     *
    6868     * <p>
    6969     * Objects of the following type(s) are allowed in the list
    7070     * {@link EntryType }
    71      * 
    72      * 
     71     *
     72     *
    7373     */
    7474    public List<EntryType> getEntry() {
     
    8181    /**
    8282     * Gets the value of the name property.
    83      * 
     83     *
    8484     * @return
    8585     *     possible object is
    8686     *     {@link String }
    87      *     
     87     *
    8888     */
    8989    public String getName() {
     
    9393    /**
    9494     * Sets the value of the name property.
    95      * 
     95     *
    9696     * @param value
    9797     *     allowed object is
    9898     *     {@link String }
    99      *     
     99     *
    100100     */
    101101    public void setName(String value) {
     
    105105    /**
    106106     * Gets the value of the cacheDirectory property.
    107      * 
     107     *
    108108     * @return
    109109     *     possible object is
    110110     *     {@link String }
    111      *     
     111     *
    112112     */
    113113    public String getCacheDirectory() {
     
    117117    /**
    118118     * Sets the value of the cacheDirectory property.
    119      * 
     119     *
    120120     * @param value
    121121     *     allowed object is
    122122     *     {@link String }
    123      *     
     123     *
    124124     */
    125125    public void setCacheDirectory(String value) {
  • trunk/src/org/openstreetmap/josm/data/imagery/types/WmsCacheType.java

    r5170 r6069  
    11//
    2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
    3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
    4 // Any modifications to this file will be lost upon recompilation of the source schema. 
    5 // Generated on: 2011.01.09 at 07:33:18 PM CET 
     2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
     3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
     4// Any modifications to this file will be lost upon recompilation of the source schema.
     5// Generated on: 2011.01.09 at 07:33:18 PM CET
    66//
    77
     
    2020/**
    2121 * <p>Java class for anonymous complex type.
    22  * 
     22 *
    2323 * <p>The following schema fragment specifies the expected content contained within this class.
    24  * 
     24 *
    2525 * <pre>
    2626 * &lt;complexType>
     
    3636 * &lt;/complexType>
    3737 * </pre>
    38  * 
    39  * 
     38 *
     39 *
    4040 */
    4141@XmlAccessorType(XmlAccessType.FIELD)
     
    5454    /**
    5555     * Gets the value of the projection property.
    56      * 
     56     *
    5757     * <p>
    5858     * This accessor method returns a reference to the live list,
     
    6060     * returned list will be present inside the JAXB object.
    6161     * This is why there is not a <CODE>set</CODE> method for the projection property.
    62      * 
     62     *
    6363     * <p>
    6464     * For example, to add a new item, do as follows:
     
    6666     *    getProjection().add(newItem);
    6767     * </pre>
    68      * 
    69      * 
     68     *
     69     *
    7070     * <p>
    7171     * Objects of the following type(s) are allowed in the list
    7272     * {@link ProjectionType }
    73      * 
    74      * 
     73     *
     74     *
    7575     */
    7676    public List<ProjectionType> getProjection() {
     
    8383    /**
    8484     * Gets the value of the tileSize property.
    85      * 
     85     *
    8686     */
    8787    public int getTileSize() {
     
    9191    /**
    9292     * Sets the value of the tileSize property.
    93      * 
     93     *
    9494     */
    9595    public void setTileSize(int value) {
     
    9999    /**
    100100     * Gets the value of the totalFileSize property.
    101      * 
     101     *
    102102     */
    103103    public int getTotalFileSize() {
     
    107107    /**
    108108     * Sets the value of the totalFileSize property.
    109      * 
     109     *
    110110     */
    111111    public void setTotalFileSize(int value) {
  • trunk/src/org/openstreetmap/josm/data/imagery/types/package-info.java

    r5170 r6069  
    11//
    2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
    3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
    4 // Any modifications to this file will be lost upon recompilation of the source schema. 
    5 // Generated on: 2011.01.09 at 07:33:18 PM CET 
     2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
     3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
     4// Any modifications to this file will be lost upon recompilation of the source schema.
     5// Generated on: 2011.01.09 at 07:33:18 PM CET
    66//
    77
Note: See TracChangeset for help on using the changeset viewer.