public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.geojsf.model.xml.geojsf
|
| Modifier and Type | Method and Description |
|---|---|
Category |
createCategory()
Create an instance of
Category |
Coordinate |
createCoordinate()
Create an instance of
Coordinate |
Layer |
createLayer()
Create an instance of
Layer |
Layers |
createLayers()
Create an instance of
Layers |
Legend |
createLegend()
Create an instance of
Legend |
Map |
createMap()
Create an instance of
Map |
Maps |
createMaps()
Create an instance of
Maps |
Query |
createQuery()
Create an instance of
Query |
Repository |
createRepository()
Create an instance of
Repository |
Scale |
createScale()
Create an instance of
Scale |
Scales |
createScales()
Create an instance of
Scales |
Service |
createService()
Create an instance of
Service |
Sld |
createSld()
Create an instance of
Sld |
SldRule |
createSldRule()
Create an instance of
SldRule |
SldTemplate |
createSldTemplate()
Create an instance of
SldTemplate |
View |
createView()
Create an instance of
View |
ViewPort |
createViewPort()
Create an instance of
ViewPort |
ViewPorts |
createViewPorts()
Create an instance of
ViewPorts |
Wkt |
createWkt()
Create an instance of
Wkt |
public ObjectFactory()
public Repository createRepository()
Repositorypublic SldTemplate createSldTemplate()
SldTemplatepublic Coordinate createCoordinate()
CoordinateCopyright © 2016. All rights reserved.