Package com.vividsolutions.jump.feature

Examples of com.vividsolutions.jump.feature.FeatureDataset


     * Creates a Matches object.
     * @param schema metadata applicable to the features that will be stored in
     * this Matches object
     */
    public Matches(FeatureSchema schema) {
        dataset = new FeatureDataset(schema);
    }
View Full Code Here

TOP

Related Classes of com.vividsolutions.jump.feature.FeatureDataset

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.