Uses of Interface
net.opengis.eml.x001.ViewType.TimeView
-
Packages that use ViewType.TimeView Package Description net.opengis.eml.x001 net.opengis.eml.x001.impl -
-
Uses of ViewType.TimeView in net.opengis.eml.x001
Methods in net.opengis.eml.x001 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.x001 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.x001.impl
Classes in net.opengis.eml.x001.impl that implement ViewType.TimeView Modifier and Type Class Description static classViewTypeImpl.TimeViewImplAn XML TimeView(@http://www.opengis.net/eml/0.0.1).Methods in net.opengis.eml.x001.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.x001.impl with parameters of type ViewType.TimeView Modifier and Type Method Description voidViewTypeImpl. setTimeView(ViewType.TimeView timeView)Sets the "TimeView" element
-