lab.io.0.2.3.source-code.beast.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright 2018 University of California, Riverside Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <beast> <!-- Classes that implement the interface edu.ucr.cs.bdlab.io.FeatureWriter which are also annotated with class edu.ucr.cs.bdlab.io.FeatureWriter.Metadata --> <Writers> <Writer>edu.ucr.cs.bdlab.io.CSVFeatureWriter</Writer> <Writer>edu.ucr.cs.bdlab.io.ShapefileFeatureWriter</Writer> <Writer>edu.ucr.cs.bdlab.io.GeoJSONFeatureWriter</Writer> <Writer>edu.ucr.cs.bdlab.io.KMLFeatureWriter</Writer> </Writers> <!-- Classes that implement the interface edu.ucr.cs.bdlab.io.FeatureReader which are also annotated with class edu.ucr.cs.bdlab.io.FeatureReader.Metadata --> <Readers> <Reader>edu.ucr.cs.bdlab.io.CSVFeatureReader</Reader> <Reader>edu.ucr.cs.bdlab.io.ShapefileFeatureReader</Reader> <Reader>edu.ucr.cs.bdlab.io.GeoJSONFeatureReader</Reader> </Readers> </beast>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy