Uses of Class
net.opengis.omeo.atm.v_2_0.DataLayerType
-
Packages that use DataLayerType Package Description net.opengis.omeo.atm.v_2_0 -
-
Uses of DataLayerType in net.opengis.omeo.atm.v_2_0
Fields in net.opengis.omeo.atm.v_2_0 declared as DataLayerType Modifier and Type Field Description protected DataLayerTypeDataLayerPropertyType. dataLayerMethods in net.opengis.omeo.atm.v_2_0 that return DataLayerType Modifier and Type Method Description DataLayerTypeObjectFactory. createDataLayerType()Create an instance ofDataLayerTypeDataLayerTypeDataLayerPropertyType. getDataLayer()Gets the value of the dataLayer property.DataLayerTypeDataLayerType. withAlgorithmName(String value)DataLayerTypeDataLayerType. withAlgorithmVersion(String value)DataLayerTypeDataLayerType. withSpecies(String value)DataLayerTypeDataLayerType. withSpeciesError(MeasureType value)DataLayerTypeDataLayerType. withUnit(String value)DataLayerTypeDataLayerType. withVerticalRange(DirectPositionListType value)Methods in net.opengis.omeo.atm.v_2_0 that return types with arguments of type DataLayerType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DataLayerType>ObjectFactory. createDataLayer(DataLayerType value)Methods in net.opengis.omeo.atm.v_2_0 with parameters of type DataLayerType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DataLayerType>ObjectFactory. createDataLayer(DataLayerType value)voidDataLayerPropertyType. setDataLayer(DataLayerType value)Sets the value of the dataLayer property.DataLayerPropertyTypeDataLayerPropertyType. withDataLayer(DataLayerType value)Constructors in net.opengis.omeo.atm.v_2_0 with parameters of type DataLayerType Constructor Description DataLayerPropertyType(DataLayerType dataLayer, Boolean owns)Fully-initialising value constructor
-