Uses of Interface
net.opengis.gml.x32.ImageDatumPropertyType
-
Packages that use ImageDatumPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ImageDatumPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ImageDatumPropertyType Modifier and Type Method Description ImageDatumPropertyTypeImageCRSType. addNewImageDatum()Appends and returns a new empty "imageDatum" elementImageDatumPropertyTypeImageDatumDocument. addNewImageDatum()Appends and returns a new empty "imageDatum" elementImageDatumPropertyTypeImageDatumRefDocument. addNewImageDatumRef()Appends and returns a new empty "imageDatumRef" elementImageDatumPropertyTypeUsesImageDatumDocument. addNewUsesImageDatum()Appends and returns a new empty "usesImageDatum" elementImageDatumPropertyTypeImageCRSType. getImageDatum()Gets the "imageDatum" elementImageDatumPropertyTypeImageDatumDocument. getImageDatum()Gets the "imageDatum" elementImageDatumPropertyTypeImageDatumRefDocument. getImageDatumRef()Gets the "imageDatumRef" elementImageDatumPropertyTypeUsesImageDatumDocument. getUsesImageDatum()Gets the "usesImageDatum" elementstatic ImageDatumPropertyTypeImageDatumPropertyType.Factory. newInstance()static ImageDatumPropertyTypeImageDatumPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(File file)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(InputStream is)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(Reader r)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(String xmlAsString)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(URL u)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(XMLStreamReader sr)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(Node node)static ImageDatumPropertyTypeImageDatumPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ImageDatumPropertyType Modifier and Type Method Description voidImageCRSType. setImageDatum(ImageDatumPropertyType imageDatum)Sets the "imageDatum" elementvoidImageDatumDocument. setImageDatum(ImageDatumPropertyType imageDatum)Sets the "imageDatum" elementvoidImageDatumRefDocument. setImageDatumRef(ImageDatumPropertyType imageDatumRef)Sets the "imageDatumRef" elementvoidUsesImageDatumDocument. setUsesImageDatum(ImageDatumPropertyType usesImageDatum)Sets the "usesImageDatum" element -
Uses of ImageDatumPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ImageDatumPropertyType Modifier and Type Class Description classImageDatumPropertyTypeImplAn XML ImageDatumPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ImageDatumPropertyType Modifier and Type Method Description ImageDatumPropertyTypeImageCRSTypeImpl. addNewImageDatum()Appends and returns a new empty "imageDatum" elementImageDatumPropertyTypeImageDatumDocumentImpl. addNewImageDatum()Appends and returns a new empty "imageDatum" elementImageDatumPropertyTypeImageDatumRefDocumentImpl. addNewImageDatumRef()Appends and returns a new empty "imageDatumRef" elementImageDatumPropertyTypeUsesImageDatumDocumentImpl. addNewUsesImageDatum()Appends and returns a new empty "usesImageDatum" elementImageDatumPropertyTypeImageCRSTypeImpl. getImageDatum()Gets the "imageDatum" elementImageDatumPropertyTypeImageDatumDocumentImpl. getImageDatum()Gets the "imageDatum" elementImageDatumPropertyTypeImageDatumRefDocumentImpl. getImageDatumRef()Gets the "imageDatumRef" elementImageDatumPropertyTypeUsesImageDatumDocumentImpl. getUsesImageDatum()Gets the "usesImageDatum" elementMethods in net.opengis.gml.x32.impl with parameters of type ImageDatumPropertyType Modifier and Type Method Description voidImageCRSTypeImpl. setImageDatum(ImageDatumPropertyType imageDatum)Sets the "imageDatum" elementvoidImageDatumDocumentImpl. setImageDatum(ImageDatumPropertyType imageDatum)Sets the "imageDatum" elementvoidImageDatumRefDocumentImpl. setImageDatumRef(ImageDatumPropertyType imageDatumRef)Sets the "imageDatumRef" elementvoidUsesImageDatumDocumentImpl. setUsesImageDatum(ImageDatumPropertyType usesImageDatum)Sets the "usesImageDatum" element
-