Uses of Interface
net.opengis.swe.x20.DataStreamType.ElementType
-
Packages that use DataStreamType.ElementType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataStreamType.ElementType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataStreamType.ElementType Modifier and Type Method Description DataStreamType.ElementTypeDataStreamType. addNewElementType()Appends and returns a new empty "elementType" elementDataStreamType.ElementTypeDataStreamType. getElementType()Gets the "elementType" elementstatic DataStreamType.ElementTypeDataStreamType.ElementType.Factory. newInstance()static DataStreamType.ElementTypeDataStreamType.ElementType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataStreamType.ElementType Modifier and Type Method Description voidDataStreamType. setElementType(DataStreamType.ElementType elementType)Sets the "elementType" element -
Uses of DataStreamType.ElementType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataStreamType.ElementType Modifier and Type Class Description static classDataStreamTypeImpl.ElementTypeImplAn XML elementType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataStreamType.ElementType Modifier and Type Method Description DataStreamType.ElementTypeDataStreamTypeImpl. addNewElementType()Appends and returns a new empty "elementType" elementDataStreamType.ElementTypeDataStreamTypeImpl. getElementType()Gets the "elementType" elementMethods in net.opengis.swe.x20.impl with parameters of type DataStreamType.ElementType Modifier and Type Method Description voidDataStreamTypeImpl. setElementType(DataStreamType.ElementType elementType)Sets the "elementType" element
-