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.specs.ogc
|
| Modifier and Type | Method and Description |
|---|---|
Distance |
createDistance()
Create an instance of
Distance |
DWithin |
createDWithin()
Create an instance of
DWithin |
Filter |
createFilter()
Create an instance of
Filter |
Function |
createFunction()
Create an instance of
Function |
Literal |
createLiteral()
Create an instance of
Literal |
LowerBoundary |
createLowerBoundary()
Create an instance of
LowerBoundary |
PropertyIsBetween |
createPropertyIsBetween()
Create an instance of
PropertyIsBetween |
PropertyIsEqualTo |
createPropertyIsEqualTo()
Create an instance of
PropertyIsEqualTo |
PropertyName |
createPropertyName()
Create an instance of
PropertyName |
UpperBoundary |
createUpperBoundary()
Create an instance of
UpperBoundary |
public ObjectFactory()
public PropertyName createPropertyName()
PropertyNamepublic PropertyIsBetween createPropertyIsBetween()
PropertyIsBetweenpublic LowerBoundary createLowerBoundary()
LowerBoundarypublic UpperBoundary createUpperBoundary()
UpperBoundarypublic PropertyIsEqualTo createPropertyIsEqualTo()
PropertyIsEqualToCopyright © 2016. All rights reserved.