Package net.opengis.swe.v20
Interface Factory
- All Known Implementing Classes:
SWEFactory
public interface Factory
-
Method Details
-
newDataRecord
DataRecord newDataRecord() -
newVector
Vector newVector() -
newDataArray
DataArray newDataArray() -
newMatrix
Matrix newMatrix() -
newGeometry
GeometryData newGeometry() -
newDataStream
DataStream newDataStream() -
newBinaryBlock
BinaryBlock newBinaryBlock() -
newBinaryEncoding
BinaryEncoding newBinaryEncoding() -
newBinaryComponent
BinaryComponent newBinaryComponent() -
newDataChoice
DataChoice newDataChoice() -
newCount
Count newCount() -
newCategoryRange
CategoryRange newCategoryRange() -
newQuantityRange
QuantityRange newQuantityRange() -
newTime
Time newTime() -
newTimeRange
TimeRange newTimeRange() -
newBoolean
Boolean newBoolean() -
newText
Text newText() -
newCategory
Category newCategory() -
newQuantity
Quantity newQuantity() -
newCountRange
CountRange newCountRange() -
newNilValues
NilValues newNilValues() -
newAllowedTokens
AllowedTokens newAllowedTokens() -
newAllowedValues
AllowedValues newAllowedValues() -
newAllowedTimes
AllowedTimes newAllowedTimes() -
newAllowedGeoms
AllowedGeoms newAllowedGeoms() -
newXMLEncoding
XMLEncoding newXMLEncoding() -
newTextEncoding
TextEncoding newTextEncoding() -
newUnitReference
UnitReference newUnitReference() -
newNilValue
NilValue newNilValue() -
newEncodedValuesProperty
EncodedValues newEncodedValuesProperty()
-