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