All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.epos.library.covjson.Referencing Maven / Gradle / Ivy

The newest version!
package org.epos.library.covjson;

import java.util.ArrayList;

public class Referencing {
    public ArrayList coordinates;
    public System system;
    
    
	public ArrayList getCoordinates() {
		return coordinates;
	}
	public void setCoordinates(ArrayList coordinates) {
		this.coordinates = coordinates;
	}
	public System getSystem() {
		return system;
	}
	public void setSystem(System system) {
		this.system = system;
	}
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy