Uses of Interface
net.opengis.gml.AbstractGriddedSurfaceType.Row
-
Packages that use AbstractGriddedSurfaceType.Row Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractGriddedSurfaceType.Row in net.opengis.gml
Methods in net.opengis.gml that return AbstractGriddedSurfaceType.Row Modifier and Type Method Description AbstractGriddedSurfaceType.RowAbstractGriddedSurfaceType. addNewRow()Appends and returns a new empty value (as xml) as the last "row" elementAbstractGriddedSurfaceType.Row[]AbstractGriddedSurfaceType. getRowArray()Gets array of all "row" elementsAbstractGriddedSurfaceType.RowAbstractGriddedSurfaceType. getRowArray(int i)Gets ith "row" elementAbstractGriddedSurfaceType.RowAbstractGriddedSurfaceType. insertNewRow(int i)Inserts and returns a new empty value (as xml) as the ith "row" elementstatic AbstractGriddedSurfaceType.RowAbstractGriddedSurfaceType.Row.Factory. newInstance()static AbstractGriddedSurfaceType.RowAbstractGriddedSurfaceType.Row.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractGriddedSurfaceType.Row Modifier and Type Method Description voidAbstractGriddedSurfaceType. setRowArray(int i, AbstractGriddedSurfaceType.Row row)Sets ith "row" elementvoidAbstractGriddedSurfaceType. setRowArray(AbstractGriddedSurfaceType.Row[] rowArray)Sets array of all "row" element -
Uses of AbstractGriddedSurfaceType.Row in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGriddedSurfaceType.Row Modifier and Type Class Description static classAbstractGriddedSurfaceTypeImpl.RowImplAn XML row(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractGriddedSurfaceType.Row Modifier and Type Method Description AbstractGriddedSurfaceType.RowAbstractGriddedSurfaceTypeImpl. addNewRow()Appends and returns a new empty value (as xml) as the last "row" elementAbstractGriddedSurfaceType.Row[]AbstractGriddedSurfaceTypeImpl. getRowArray()Gets array of all "row" elementsAbstractGriddedSurfaceType.RowAbstractGriddedSurfaceTypeImpl. getRowArray(int i)Gets ith "row" elementAbstractGriddedSurfaceType.RowAbstractGriddedSurfaceTypeImpl. insertNewRow(int i)Inserts and returns a new empty value (as xml) as the ith "row" elementMethods in net.opengis.gml.impl with parameters of type AbstractGriddedSurfaceType.Row Modifier and Type Method Description voidAbstractGriddedSurfaceTypeImpl. setRowArray(int i, AbstractGriddedSurfaceType.Row row)Sets ith "row" elementvoidAbstractGriddedSurfaceTypeImpl. setRowArray(AbstractGriddedSurfaceType.Row[] rowArray)Sets array of all "row" element
-