Uses of Interface
net.opengis.gml.x32.AbstractGriddedSurfaceType.Rows
-
Packages that use AbstractGriddedSurfaceType.Rows Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of AbstractGriddedSurfaceType.Rows in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return AbstractGriddedSurfaceType.Rows Modifier and Type Method Description AbstractGriddedSurfaceType.RowsAbstractGriddedSurfaceType. addNewRows()Appends and returns a new empty "rows" elementAbstractGriddedSurfaceType.RowsAbstractGriddedSurfaceType. getRows()Gets the "rows" elementstatic AbstractGriddedSurfaceType.RowsAbstractGriddedSurfaceType.Rows.Factory. newInstance()static AbstractGriddedSurfaceType.RowsAbstractGriddedSurfaceType.Rows.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type AbstractGriddedSurfaceType.Rows Modifier and Type Method Description voidAbstractGriddedSurfaceType. setRows(AbstractGriddedSurfaceType.Rows rows)Sets the "rows" element -
Uses of AbstractGriddedSurfaceType.Rows in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement AbstractGriddedSurfaceType.Rows Modifier and Type Class Description static classAbstractGriddedSurfaceTypeImpl.RowsImplAn XML rows(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return AbstractGriddedSurfaceType.Rows Modifier and Type Method Description AbstractGriddedSurfaceType.RowsAbstractGriddedSurfaceTypeImpl. addNewRows()Appends and returns a new empty "rows" elementAbstractGriddedSurfaceType.RowsAbstractGriddedSurfaceTypeImpl. getRows()Gets the "rows" elementMethods in net.opengis.gml.x32.impl with parameters of type AbstractGriddedSurfaceType.Rows Modifier and Type Method Description voidAbstractGriddedSurfaceTypeImpl. setRows(AbstractGriddedSurfaceType.Rows rows)Sets the "rows" element
-