Uses of Interface
com.topografix.gpx.x1.x1.PtType
-
Packages that use PtType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of PtType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type PtType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<PtType>PtType. FactoryMethods in com.topografix.gpx.x1.x1 that return PtType Modifier and Type Method Description PtTypePtsegType. addNewPt()Appends and returns a new empty value (as xml) as the last "pt" elementPtType[]PtsegType. getPtArray()Gets array of all "pt" elementsPtTypePtsegType. getPtArray(int i)Gets ith "pt" elementPtTypePtsegType. 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 PtType Modifier and Type Method Description List<PtType>PtsegType. getPtList()Gets a List of "pt" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type PtType Modifier and Type Method Description voidPtsegType. 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 PtType Modifier and Type Class Description classPtTypeImplAn XML ptType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return PtType Modifier and Type Method Description PtTypePtsegTypeImpl. addNewPt()Appends and returns a new empty value (as xml) as the last "pt" elementPtType[]PtsegTypeImpl. getPtArray()Gets array of all "pt" elementsPtTypePtsegTypeImpl. getPtArray(int i)Gets ith "pt" elementPtTypePtsegTypeImpl. 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 PtType Modifier and Type Method Description List<PtType>PtsegTypeImpl. getPtList()Gets a List of "pt" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type PtType Modifier and Type Method Description voidPtsegTypeImpl. 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.
-