Interface SpatialFrame

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, Serializable
All Known Implementing Classes:
SpatialFrameImpl

public interface SpatialFrame extends AbstractSWEIdentifiable
POJO class for XML type SpatialFrameType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Method Details

    • getOrigin

      String getOrigin()
      Gets the origin property
    • setOrigin

      void setOrigin(String origin)
      Sets the origin property
    • getAxisList

      OgcPropertyList<String> getAxisList()
      Gets the list of axis properties
    • getNumAxis

      int getNumAxis()
      Returns number of axis properties
    • getAxis

      String getAxis(String name)
      Gets the axis property with the given name
    • addAxis

      void addAxis(String name, String axisDesc)
      Adds a new axis property