Uses of Interface
net.opengis.eml.x002.ViewType.UserDefinedView
-
Packages that use ViewType.UserDefinedView Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of ViewType.UserDefinedView in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return ViewType.UserDefinedView Modifier and Type Method Description ViewType.UserDefinedViewViewType. addNewUserDefinedView()Appends and returns a new empty "UserDefinedView" elementViewType.UserDefinedViewViewType. getUserDefinedView()Gets the "UserDefinedView" elementstatic ViewType.UserDefinedViewViewType.UserDefinedView.Factory. newInstance()static ViewType.UserDefinedViewViewType.UserDefinedView.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type ViewType.UserDefinedView Modifier and Type Method Description voidViewType. setUserDefinedView(ViewType.UserDefinedView userDefinedView)Sets the "UserDefinedView" element -
Uses of ViewType.UserDefinedView in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement ViewType.UserDefinedView Modifier and Type Class Description static classViewTypeImpl.UserDefinedViewImplAn XML UserDefinedView(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return ViewType.UserDefinedView Modifier and Type Method Description ViewType.UserDefinedViewViewTypeImpl. addNewUserDefinedView()Appends and returns a new empty "UserDefinedView" elementViewType.UserDefinedViewViewTypeImpl. getUserDefinedView()Gets the "UserDefinedView" elementMethods in net.opengis.eml.x002.impl with parameters of type ViewType.UserDefinedView Modifier and Type Method Description voidViewTypeImpl. setUserDefinedView(ViewType.UserDefinedView userDefinedView)Sets the "UserDefinedView" element
-