source: josm/trunk/src/org/openstreetmap/josm/data/imagery/types/ObjectFactory.java@ 4108

Last change on this file since 4108 was 4065, checked in by jttt, 13 years ago

Improved wms cache

  • files saved in original format (no need to recode to png)
  • possibility to tile with different pos/ppd that overlaps current tile
  • Property svn:mime-type set to text/plain
File size: 1.7 KB
Line 
1//
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
6//
7
8
9package org.openstreetmap.josm.data.imagery.types;
10
11import javax.xml.bind.annotation.XmlRegistry;
12
13
14/**
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
25 * provided in this class.
26 *
27 */
28@XmlRegistry
29public class ObjectFactory {
30
31
32 /**
33 * 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 *
35 */
36 public ObjectFactory() {
37 }
38
39 /**
40 * Create an instance of {@link WmsCacheType }
41 *
42 */
43 public WmsCacheType createWmsCacheType() {
44 return new WmsCacheType();
45 }
46
47 /**
48 * Create an instance of {@link ProjectionType }
49 *
50 */
51 public ProjectionType createProjectionType() {
52 return new ProjectionType();
53 }
54
55 /**
56 * Create an instance of {@link EntryType }
57 *
58 */
59 public EntryType createEntryType() {
60 return new EntryType();
61 }
62
63}
Note: See TracBrowser for help on using the repository browser.