Uses of Interface
org.isotc211.x2005.gsr.SCCRSPropertyType
-
Packages that use SCCRSPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl org.isotc211.x2005.gsr org.isotc211.x2005.gsr.impl -
-
Uses of SCCRSPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return SCCRSPropertyType Modifier and Type Method Description SCCRSPropertyTypeEXVerticalExtentType. addNewVerticalCRS()Appends and returns a new empty "verticalCRS" elementSCCRSPropertyTypeEXVerticalExtentType. getVerticalCRS()Gets the "verticalCRS" elementMethods in org.isotc211.x2005.gmd with parameters of type SCCRSPropertyType Modifier and Type Method Description voidEXVerticalExtentType. setVerticalCRS(SCCRSPropertyType verticalCRS)Sets the "verticalCRS" element -
Uses of SCCRSPropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return SCCRSPropertyType Modifier and Type Method Description SCCRSPropertyTypeEXVerticalExtentTypeImpl. addNewVerticalCRS()Appends and returns a new empty "verticalCRS" elementSCCRSPropertyTypeEXVerticalExtentTypeImpl. getVerticalCRS()Gets the "verticalCRS" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type SCCRSPropertyType Modifier and Type Method Description voidEXVerticalExtentTypeImpl. setVerticalCRS(SCCRSPropertyType verticalCRS)Sets the "verticalCRS" element -
Uses of SCCRSPropertyType in org.isotc211.x2005.gsr
Methods in org.isotc211.x2005.gsr that return SCCRSPropertyType Modifier and Type Method Description static SCCRSPropertyTypeSCCRSPropertyType.Factory. newInstance()static SCCRSPropertyTypeSCCRSPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(File file)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(InputStream is)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(Reader r)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(String xmlAsString)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(URL u)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(XMLStreamReader sr)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(Node node)static SCCRSPropertyTypeSCCRSPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SCCRSPropertyType in org.isotc211.x2005.gsr.impl
Classes in org.isotc211.x2005.gsr.impl that implement SCCRSPropertyType Modifier and Type Class Description classSCCRSPropertyTypeImplAn XML SC_CRS_PropertyType(@http://www.isotc211.org/2005/gsr).
-