Uses of Interface
com.topografix.gpx.x1.x1.PtType
Packages that use PtType
-
Uses of PtType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type PtTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<PtType>PtType.FactoryMethods in com.topografix.gpx.x1.x1 that return PtTypeModifier and TypeMethodDescriptionPtsegType.addNewPt()Appends and returns a new empty value (as xml) as the last "pt" elementPtType[]PtsegType.getPtArray()Gets array of all "pt" elementsPtsegType.getPtArray(int i) Gets ith "pt" elementPtsegType.insertNewPt(int i) Inserts and returns a new empty value (as xml) as the ith "pt" elementMethods in com.topografix.gpx.x1.x1 that return types with arguments of type PtTypeMethods in com.topografix.gpx.x1.x1 with parameters of type PtTypeModifier and TypeMethodDescriptionvoidPtsegType.setPtArray(int i, PtType pt) Sets ith "pt" elementvoidPtsegType.setPtArray(PtType[] ptArray) Sets array of all "pt" element -
Uses of PtType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement PtTypeModifier and TypeClassDescriptionclassAn XML ptType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return PtTypeModifier and TypeMethodDescriptionPtsegTypeImpl.addNewPt()Appends and returns a new empty value (as xml) as the last "pt" elementPtType[]PtsegTypeImpl.getPtArray()Gets array of all "pt" elementsPtsegTypeImpl.getPtArray(int i) Gets ith "pt" elementPtsegTypeImpl.insertNewPt(int i) Inserts and returns a new empty value (as xml) as the ith "pt" elementMethods in com.topografix.gpx.x1.x1.impl that return types with arguments of type PtTypeMethods in com.topografix.gpx.x1.x1.impl with parameters of type PtTypeModifier and TypeMethodDescriptionvoidPtsegTypeImpl.setPtArray(int i, PtType pt) Sets ith "pt" elementvoidPtsegTypeImpl.setPtArray(PtType[] ptArray) Sets array of all "pt" element WARNING: This method is not atomicaly synchronized.