Uses of Enum Class
org.codice.ddf.spatial.ogc.csw.catalog.common.CswAxisOrder
Packages that use CswAxisOrder
-
Uses of CswAxisOrder in org.codice.ddf.spatial.ogc.csw.catalog.common
Methods in org.codice.ddf.spatial.ogc.csw.catalog.common that return CswAxisOrderModifier and TypeMethodDescriptionCswSourceConfiguration.getCswAxisOrder()static CswAxisOrderReturns the enum constant of this class with the specified name.static CswAxisOrder[]CswAxisOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codice.ddf.spatial.ogc.csw.catalog.common with parameters of type CswAxisOrderModifier and TypeMethodDescriptionvoidCswSourceConfiguration.setCswAxisOrder(CswAxisOrder cswAxisOrder) Constructors in org.codice.ddf.spatial.ogc.csw.catalog.common with parameters of type CswAxisOrderModifierConstructorDescriptionBoundingBoxReader(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, CswAxisOrder cswAxisOrder)