|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.opengis.gml.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.gml package.
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 Summary | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.gml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public AbstractRingPropertyType createAbstractRingPropertyType()
AbstractRingPropertyType
public CoordType createCoordType()
CoordType
public LinearRingType createLinearRingType()
LinearRingType
public CoordinatesType createCoordinatesType()
CoordinatesType
public EnvelopeType createEnvelopeType()
EnvelopeType
public StringOrRefType createStringOrRefType()
StringOrRefType
public LineStringType createLineStringType()
LineStringType
public PolygonType createPolygonType()
PolygonType
public AbstractSurfaceType createAbstractSurfaceType()
AbstractSurfaceType
public DirectPositionListType createDirectPositionListType()
DirectPositionListType
public PointPropertyType createPointPropertyType()
PointPropertyType
public DirectPositionType createDirectPositionType()
DirectPositionType
public CodeType createCodeType()
CodeType
public PointType createPointType()
PointType
public MetaDataPropertyType createMetaDataPropertyType()
MetaDataPropertyType
public JAXBElement<LineStringType> createLineString(LineStringType value)
JAXBElement
<
LineStringType
>
}
public JAXBElement<AbstractCurveType> createCurve(AbstractCurveType value)
JAXBElement
<
AbstractCurveType
>
}
public JAXBElement<DirectPositionListType> createPosList(DirectPositionListType value)
JAXBElement
<
DirectPositionListType
>
}
public JAXBElement<MetaDataPropertyType> createMetaDataProperty(MetaDataPropertyType value)
JAXBElement
<
MetaDataPropertyType
>
}
public JAXBElement<Object> createObject(Object value)
JAXBElement
<
Object
>
}
public JAXBElement<AbstractMetaDataType> createMetaData(AbstractMetaDataType value)
JAXBElement
<
AbstractMetaDataType
>
}
public JAXBElement<EnvelopeType> createEnvelope(EnvelopeType value)
JAXBElement
<
EnvelopeType
>
}
public JAXBElement<AbstractGMLType> createGML(AbstractGMLType value)
JAXBElement
<
AbstractGMLType
>
}
public JAXBElement<PointPropertyType> createPointProperty(PointPropertyType value)
JAXBElement
<
PointPropertyType
>
}
public JAXBElement<AbstractSurfaceType> createSurface(AbstractSurfaceType value)
JAXBElement
<
AbstractSurfaceType
>
}
public JAXBElement<PolygonType> createPolygon(PolygonType value)
JAXBElement
<
PolygonType
>
}
public JAXBElement<PointPropertyType> createPointRep(PointPropertyType value)
JAXBElement
<
PointPropertyType
>
}
public JAXBElement<AbstractGeometricPrimitiveType> createGeometricPrimitive(AbstractGeometricPrimitiveType value)
JAXBElement
<
AbstractGeometricPrimitiveType
>
}
public JAXBElement<AbstractRingType> createRing(AbstractRingType value)
JAXBElement
<
AbstractRingType
>
}
public JAXBElement<LinearRingType> createLinearRing(LinearRingType value)
JAXBElement
<
LinearRingType
>
}
public JAXBElement<AbstractGeometryType> createGeometry(AbstractGeometryType value)
JAXBElement
<
AbstractGeometryType
>
}
public JAXBElement<DirectPositionType> createPos(DirectPositionType value)
JAXBElement
<
DirectPositionType
>
}
public JAXBElement<AbstractRingPropertyType> createInterior(AbstractRingPropertyType value)
JAXBElement
<
AbstractRingPropertyType
>
}
public JAXBElement<AbstractRingPropertyType> createExterior(AbstractRingPropertyType value)
JAXBElement
<
AbstractRingPropertyType
>
}
public JAXBElement<CoordinatesType> createCoordinates(CoordinatesType value)
JAXBElement
<
CoordinatesType
>
}
public JAXBElement<PointType> createPoint(PointType value)
JAXBElement
<
PointType
>
}
public JAXBElement<CoordType> createCoord(CoordType value)
JAXBElement
<
CoordType
>
}
public JAXBElement<StringOrRefType> createDescription(StringOrRefType value)
JAXBElement
<
StringOrRefType
>
}
public JAXBElement<CodeType> createName(CodeType value)
JAXBElement
<
CodeType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |