Uses of Interface
net.opengis.sensorml.x20.SpatialFrameType.Axis
-
Packages that use SpatialFrameType.Axis Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of SpatialFrameType.Axis in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return SpatialFrameType.Axis Modifier and Type Method Description SpatialFrameType.AxisSpatialFrameType. addNewAxis()Appends and returns a new empty value (as xml) as the last "axis" elementSpatialFrameType.Axis[]SpatialFrameType. getAxisArray()Gets array of all "axis" elementsSpatialFrameType.AxisSpatialFrameType. getAxisArray(int i)Gets ith "axis" elementSpatialFrameType.AxisSpatialFrameType. insertNewAxis(int i)Inserts and returns a new empty value (as xml) as the ith "axis" elementstatic SpatialFrameType.AxisSpatialFrameType.Axis.Factory. newInstance()static SpatialFrameType.AxisSpatialFrameType.Axis.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type SpatialFrameType.Axis Modifier and Type Method Description voidSpatialFrameType. setAxisArray(int i, SpatialFrameType.Axis axis)Sets ith "axis" elementvoidSpatialFrameType. setAxisArray(SpatialFrameType.Axis[] axisArray)Sets array of all "axis" element -
Uses of SpatialFrameType.Axis in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement SpatialFrameType.Axis Modifier and Type Class Description static classSpatialFrameTypeImpl.AxisImplAn XML axis(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return SpatialFrameType.Axis Modifier and Type Method Description SpatialFrameType.AxisSpatialFrameTypeImpl. addNewAxis()Appends and returns a new empty value (as xml) as the last "axis" elementSpatialFrameType.Axis[]SpatialFrameTypeImpl. getAxisArray()Gets array of all "axis" elementsSpatialFrameType.AxisSpatialFrameTypeImpl. getAxisArray(int i)Gets ith "axis" elementSpatialFrameType.AxisSpatialFrameTypeImpl. insertNewAxis(int i)Inserts and returns a new empty value (as xml) as the ith "axis" elementMethods in net.opengis.sensorml.x20.impl with parameters of type SpatialFrameType.Axis Modifier and Type Method Description voidSpatialFrameTypeImpl. setAxisArray(int i, SpatialFrameType.Axis axis)Sets ith "axis" elementvoidSpatialFrameTypeImpl. setAxisArray(SpatialFrameType.Axis[] axisArray)Sets array of all "axis" element
-