Uses of Interface
net.opengis.eml.x002.ViewType.LengthView
-
Packages that use ViewType.LengthView Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of ViewType.LengthView in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return ViewType.LengthView Modifier and Type Method Description ViewType.LengthViewViewType. addNewLengthView()Appends and returns a new empty "LengthView" elementViewType.LengthViewViewType. getLengthView()Gets the "LengthView" elementstatic ViewType.LengthViewViewType.LengthView.Factory. newInstance()static ViewType.LengthViewViewType.LengthView.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type ViewType.LengthView Modifier and Type Method Description voidViewType. setLengthView(ViewType.LengthView lengthView)Sets the "LengthView" element -
Uses of ViewType.LengthView in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement ViewType.LengthView Modifier and Type Class Description static classViewTypeImpl.LengthViewImplAn XML LengthView(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return ViewType.LengthView Modifier and Type Method Description ViewType.LengthViewViewTypeImpl. addNewLengthView()Appends and returns a new empty "LengthView" elementViewType.LengthViewViewTypeImpl. getLengthView()Gets the "LengthView" elementMethods in net.opengis.eml.x002.impl with parameters of type ViewType.LengthView Modifier and Type Method Description voidViewTypeImpl. setLengthView(ViewType.LengthView lengthView)Sets the "LengthView" element
-