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: ogc.schema.opengis.filter.v_1_0_0
|
public ObjectFactory()
public BinaryOperatorType createBinaryOperatorType()
BinaryOperatorTypepublic PropertyNameType createPropertyNameType()
PropertyNameTypepublic FunctionType createFunctionType()
FunctionTypepublic LiteralType createLiteralType()
LiteralTypepublic FeatureIdType createFeatureIdType()
FeatureIdTypepublic FilterType createFilterType()
FilterTypepublic BinaryComparisonOpType createBinaryComparisonOpType()
BinaryComparisonOpTypepublic PropertyIsLikeType createPropertyIsLikeType()
PropertyIsLikeTypepublic PropertyIsNullType createPropertyIsNullType()
PropertyIsNullTypepublic PropertyIsBetweenType createPropertyIsBetweenType()
PropertyIsBetweenTypepublic BinarySpatialOpType createBinarySpatialOpType()
BinarySpatialOpTypepublic DistanceBufferType createDistanceBufferType()
DistanceBufferTypepublic BinaryLogicOpType createBinaryLogicOpType()
BinaryLogicOpTypepublic UnaryLogicOpType createUnaryLogicOpType()
UnaryLogicOpTypepublic LowerBoundaryType createLowerBoundaryType()
LowerBoundaryTypepublic UpperBoundaryType createUpperBoundaryType()
UpperBoundaryTypepublic DistanceType createDistanceType()
DistanceTypepublic JAXBElement<BinaryOperatorType> createAdd(BinaryOperatorType value)
public JAXBElement<ExpressionType> createExpression(ExpressionType value)
public JAXBElement<BinaryOperatorType> createSub(BinaryOperatorType value)
public JAXBElement<BinaryOperatorType> createMul(BinaryOperatorType value)
public JAXBElement<BinaryOperatorType> createDiv(BinaryOperatorType value)
public JAXBElement<PropertyNameType> createPropertyName(PropertyNameType value)
public JAXBElement<FunctionType> createFunction(FunctionType value)
public JAXBElement<LiteralType> createLiteral(LiteralType value)
public JAXBElement<FeatureIdType> createFeatureId(FeatureIdType value)
public JAXBElement<FilterType> createFilter(FilterType value)
public JAXBElement<ComparisonOpsType> createComparisonOps(ComparisonOpsType value)
public JAXBElement<BinaryComparisonOpType> createPropertyIsEqualTo(BinaryComparisonOpType value)
public JAXBElement<BinaryComparisonOpType> createPropertyIsNotEqualTo(BinaryComparisonOpType value)
public JAXBElement<BinaryComparisonOpType> createPropertyIsLessThan(BinaryComparisonOpType value)
public JAXBElement<BinaryComparisonOpType> createPropertyIsGreaterThan(BinaryComparisonOpType value)
public JAXBElement<BinaryComparisonOpType> createPropertyIsLessThanOrEqualTo(BinaryComparisonOpType value)
public JAXBElement<BinaryComparisonOpType> createPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType value)
public JAXBElement<PropertyIsLikeType> createPropertyIsLike(PropertyIsLikeType value)
public JAXBElement<PropertyIsNullType> createPropertyIsNull(PropertyIsNullType value)
public JAXBElement<PropertyIsBetweenType> createPropertyIsBetween(PropertyIsBetweenType value)
public JAXBElement<SpatialOpsType> createSpatialOps(SpatialOpsType value)
public JAXBElement<BinarySpatialOpType> createEquals(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createDisjoint(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createTouches(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createWithin(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createOverlaps(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createCrosses(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createIntersects(BinarySpatialOpType value)
public JAXBElement<BinarySpatialOpType> createContains(BinarySpatialOpType value)
public JAXBElement<DistanceBufferType> createDWithin(DistanceBufferType value)
public JAXBElement<DistanceBufferType> createBeyond(DistanceBufferType value)
public JAXBElement<BBOXType> createBBOX(BBOXType value)
public JAXBElement<LogicOpsType> createLogicOps(LogicOpsType value)
public JAXBElement<BinaryLogicOpType> createAnd(BinaryLogicOpType value)
public JAXBElement<BinaryLogicOpType> createOr(BinaryLogicOpType value)
public JAXBElement<UnaryLogicOpType> createNot(UnaryLogicOpType value)
This work is licensed under a Creative Commons Attribution 4.0 International License.