Uses of Interface
net.opengis.gml.x32.TimeOrdinalEraPropertyType
-
Packages that use TimeOrdinalEraPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeOrdinalEraPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeOrdinalEraPropertyType Modifier and Type Method Description TimeOrdinalEraPropertyTypeTimeOrdinalReferenceSystemType. addNewComponent()Appends and returns a new empty value (as xml) as the last "component" elementTimeOrdinalEraPropertyTypeTimeOrdinalEraType. addNewMember()Appends and returns a new empty value (as xml) as the last "member" elementTimeOrdinalEraPropertyType[]TimeOrdinalReferenceSystemType. getComponentArray()Gets array of all "component" elementsTimeOrdinalEraPropertyTypeTimeOrdinalReferenceSystemType. getComponentArray(int i)Gets ith "component" elementTimeOrdinalEraPropertyType[]TimeOrdinalEraType. getMemberArray()Gets array of all "member" elementsTimeOrdinalEraPropertyTypeTimeOrdinalEraType. getMemberArray(int i)Gets ith "member" elementTimeOrdinalEraPropertyTypeTimeOrdinalReferenceSystemType. insertNewComponent(int i)Inserts and returns a new empty value (as xml) as the ith "component" elementTimeOrdinalEraPropertyTypeTimeOrdinalEraType. insertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementstatic TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. newInstance()static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(File file)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(InputStream is)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(Reader r)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(String xmlAsString)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(URL u)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(XMLStreamReader sr)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(Node node)static TimeOrdinalEraPropertyTypeTimeOrdinalEraPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeOrdinalEraPropertyType Modifier and Type Method Description voidTimeOrdinalReferenceSystemType. setComponentArray(int i, TimeOrdinalEraPropertyType component)Sets ith "component" elementvoidTimeOrdinalReferenceSystemType. setComponentArray(TimeOrdinalEraPropertyType[] componentArray)Sets array of all "component" elementvoidTimeOrdinalEraType. setMemberArray(int i, TimeOrdinalEraPropertyType member)Sets ith "member" elementvoidTimeOrdinalEraType. setMemberArray(TimeOrdinalEraPropertyType[] memberArray)Sets array of all "member" element -
Uses of TimeOrdinalEraPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeOrdinalEraPropertyType Modifier and Type Class Description classTimeOrdinalEraPropertyTypeImplAn XML TimeOrdinalEraPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeOrdinalEraPropertyType Modifier and Type Method Description TimeOrdinalEraPropertyTypeTimeOrdinalReferenceSystemTypeImpl. addNewComponent()Appends and returns a new empty value (as xml) as the last "component" elementTimeOrdinalEraPropertyTypeTimeOrdinalEraTypeImpl. addNewMember()Appends and returns a new empty value (as xml) as the last "member" elementTimeOrdinalEraPropertyType[]TimeOrdinalReferenceSystemTypeImpl. getComponentArray()Gets array of all "component" elementsTimeOrdinalEraPropertyTypeTimeOrdinalReferenceSystemTypeImpl. getComponentArray(int i)Gets ith "component" elementTimeOrdinalEraPropertyType[]TimeOrdinalEraTypeImpl. getMemberArray()Gets array of all "member" elementsTimeOrdinalEraPropertyTypeTimeOrdinalEraTypeImpl. getMemberArray(int i)Gets ith "member" elementTimeOrdinalEraPropertyTypeTimeOrdinalReferenceSystemTypeImpl. insertNewComponent(int i)Inserts and returns a new empty value (as xml) as the ith "component" elementTimeOrdinalEraPropertyTypeTimeOrdinalEraTypeImpl. insertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeOrdinalEraPropertyType Modifier and Type Method Description voidTimeOrdinalReferenceSystemTypeImpl. setComponentArray(int i, TimeOrdinalEraPropertyType component)Sets ith "component" elementvoidTimeOrdinalReferenceSystemTypeImpl. setComponentArray(TimeOrdinalEraPropertyType[] componentArray)Sets array of all "component" elementvoidTimeOrdinalEraTypeImpl. setMemberArray(int i, TimeOrdinalEraPropertyType member)Sets ith "member" elementvoidTimeOrdinalEraTypeImpl. setMemberArray(TimeOrdinalEraPropertyType[] memberArray)Sets array of all "member" element
-