Uses of Interface
net.opengis.eml.x002.ViewType.TimeView
-
Packages that use ViewType.TimeView Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of ViewType.TimeView in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return ViewType.TimeView Modifier and Type Method Description ViewType.TimeViewViewType. addNewTimeView()Appends and returns a new empty "TimeView" elementViewType.TimeViewViewType. getTimeView()Gets the "TimeView" elementstatic ViewType.TimeViewViewType.TimeView.Factory. newInstance()static ViewType.TimeViewViewType.TimeView.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type ViewType.TimeView Modifier and Type Method Description voidViewType. setTimeView(ViewType.TimeView timeView)Sets the "TimeView" element -
Uses of ViewType.TimeView in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement ViewType.TimeView Modifier and Type Class Description static classViewTypeImpl.TimeViewImplAn XML TimeView(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return ViewType.TimeView Modifier and Type Method Description ViewType.TimeViewViewTypeImpl. addNewTimeView()Appends and returns a new empty "TimeView" elementViewType.TimeViewViewTypeImpl. getTimeView()Gets the "TimeView" elementMethods in net.opengis.eml.x002.impl with parameters of type ViewType.TimeView Modifier and Type Method Description voidViewTypeImpl. setTimeView(ViewType.TimeView timeView)Sets the "TimeView" element
-