Uses of Interface
net.opengis.gml.x32.SingleCRSPropertyType
-
Packages that use SingleCRSPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SingleCRSPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return SingleCRSPropertyType Modifier and Type Method Description SingleCRSPropertyTypeBaseCRSDocument. addNewBaseCRS()Appends and returns a new empty "baseCRS" elementSingleCRSPropertyTypeDerivedCRSType. addNewBaseCRS()Appends and returns a new empty "baseCRS" elementSingleCRSPropertyTypeComponentReferenceSystemDocument. addNewComponentReferenceSystem()Appends and returns a new empty "componentReferenceSystem" elementSingleCRSPropertyTypeCompoundCRSType. addNewComponentReferenceSystem()Appends and returns a new empty value (as xml) as the last "componentReferenceSystem" elementSingleCRSPropertyTypeIncludesSingleCRSDocument. addNewIncludesSingleCRS()Appends and returns a new empty "includesSingleCRS" elementSingleCRSPropertyTypeSingleCRSRefDocument. addNewSingleCRSRef()Appends and returns a new empty "singleCRSRef" elementSingleCRSPropertyTypeBaseCRSDocument. getBaseCRS()Gets the "baseCRS" elementSingleCRSPropertyTypeDerivedCRSType. getBaseCRS()Gets the "baseCRS" elementSingleCRSPropertyTypeComponentReferenceSystemDocument. getComponentReferenceSystem()Gets the "componentReferenceSystem" elementSingleCRSPropertyType[]CompoundCRSType. getComponentReferenceSystemArray()Gets array of all "componentReferenceSystem" elementsSingleCRSPropertyTypeCompoundCRSType. getComponentReferenceSystemArray(int i)Gets ith "componentReferenceSystem" elementSingleCRSPropertyTypeIncludesSingleCRSDocument. getIncludesSingleCRS()Gets the "includesSingleCRS" elementSingleCRSPropertyTypeSingleCRSRefDocument. getSingleCRSRef()Gets the "singleCRSRef" elementSingleCRSPropertyTypeCompoundCRSType. insertNewComponentReferenceSystem(int i)Inserts and returns a new empty value (as xml) as the ith "componentReferenceSystem" elementstatic SingleCRSPropertyTypeSingleCRSPropertyType.Factory. newInstance()static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(File file)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(InputStream is)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(Reader r)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(String xmlAsString)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(URL u)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(XMLStreamReader sr)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(Node node)static SingleCRSPropertyTypeSingleCRSPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type SingleCRSPropertyType Modifier and Type Method Description voidBaseCRSDocument. setBaseCRS(SingleCRSPropertyType baseCRS)Sets the "baseCRS" elementvoidDerivedCRSType. setBaseCRS(SingleCRSPropertyType baseCRS)Sets the "baseCRS" elementvoidComponentReferenceSystemDocument. setComponentReferenceSystem(SingleCRSPropertyType componentReferenceSystem)Sets the "componentReferenceSystem" elementvoidCompoundCRSType. setComponentReferenceSystemArray(int i, SingleCRSPropertyType componentReferenceSystem)Sets ith "componentReferenceSystem" elementvoidCompoundCRSType. setComponentReferenceSystemArray(SingleCRSPropertyType[] componentReferenceSystemArray)Sets array of all "componentReferenceSystem" elementvoidIncludesSingleCRSDocument. setIncludesSingleCRS(SingleCRSPropertyType includesSingleCRS)Sets the "includesSingleCRS" elementvoidSingleCRSRefDocument. setSingleCRSRef(SingleCRSPropertyType singleCRSRef)Sets the "singleCRSRef" element -
Uses of SingleCRSPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SingleCRSPropertyType Modifier and Type Class Description classSingleCRSPropertyTypeImplAn XML SingleCRSPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SingleCRSPropertyType Modifier and Type Method Description SingleCRSPropertyTypeBaseCRSDocumentImpl. addNewBaseCRS()Appends and returns a new empty "baseCRS" elementSingleCRSPropertyTypeDerivedCRSTypeImpl. addNewBaseCRS()Appends and returns a new empty "baseCRS" elementSingleCRSPropertyTypeComponentReferenceSystemDocumentImpl. addNewComponentReferenceSystem()Appends and returns a new empty "componentReferenceSystem" elementSingleCRSPropertyTypeCompoundCRSTypeImpl. addNewComponentReferenceSystem()Appends and returns a new empty value (as xml) as the last "componentReferenceSystem" elementSingleCRSPropertyTypeIncludesSingleCRSDocumentImpl. addNewIncludesSingleCRS()Appends and returns a new empty "includesSingleCRS" elementSingleCRSPropertyTypeSingleCRSRefDocumentImpl. addNewSingleCRSRef()Appends and returns a new empty "singleCRSRef" elementSingleCRSPropertyTypeBaseCRSDocumentImpl. getBaseCRS()Gets the "baseCRS" elementSingleCRSPropertyTypeDerivedCRSTypeImpl. getBaseCRS()Gets the "baseCRS" elementSingleCRSPropertyTypeComponentReferenceSystemDocumentImpl. getComponentReferenceSystem()Gets the "componentReferenceSystem" elementSingleCRSPropertyType[]CompoundCRSTypeImpl. getComponentReferenceSystemArray()Gets array of all "componentReferenceSystem" elementsSingleCRSPropertyTypeCompoundCRSTypeImpl. getComponentReferenceSystemArray(int i)Gets ith "componentReferenceSystem" elementSingleCRSPropertyTypeIncludesSingleCRSDocumentImpl. getIncludesSingleCRS()Gets the "includesSingleCRS" elementSingleCRSPropertyTypeSingleCRSRefDocumentImpl. getSingleCRSRef()Gets the "singleCRSRef" elementSingleCRSPropertyTypeCompoundCRSTypeImpl. insertNewComponentReferenceSystem(int i)Inserts and returns a new empty value (as xml) as the ith "componentReferenceSystem" elementMethods in net.opengis.gml.x32.impl with parameters of type SingleCRSPropertyType Modifier and Type Method Description voidBaseCRSDocumentImpl. setBaseCRS(SingleCRSPropertyType baseCRS)Sets the "baseCRS" elementvoidDerivedCRSTypeImpl. setBaseCRS(SingleCRSPropertyType baseCRS)Sets the "baseCRS" elementvoidComponentReferenceSystemDocumentImpl. setComponentReferenceSystem(SingleCRSPropertyType componentReferenceSystem)Sets the "componentReferenceSystem" elementvoidCompoundCRSTypeImpl. setComponentReferenceSystemArray(int i, SingleCRSPropertyType componentReferenceSystem)Sets ith "componentReferenceSystem" elementvoidCompoundCRSTypeImpl. setComponentReferenceSystemArray(SingleCRSPropertyType[] componentReferenceSystemArray)Sets array of all "componentReferenceSystem" elementvoidIncludesSingleCRSDocumentImpl. setIncludesSingleCRS(SingleCRSPropertyType includesSingleCRS)Sets the "includesSingleCRS" elementvoidSingleCRSRefDocumentImpl. setSingleCRSRef(SingleCRSPropertyType singleCRSRef)Sets the "singleCRSRef" element
-