Java Distance Calculate distsimFeaturesException()

Here you can find the source of distsimFeaturesException()

Description

distsim Features Exception

License

Apache License

Declaration

public static void distsimFeaturesException() 

Method Source Code

//package com.java2s;
/*//from   w  w  w .ja  v a 2 s  . c o  m
 *  Copyright 2014 Rodrigo Agerri
    
   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.
 */

public class Main {
    public static void distsimFeaturesException() {
        System.err
                .println("You need to specify the DistSimFeatures in the parameters file to use the DistSimPath!");
        System.exit(1);
    }
}

Related

  1. distpl(double A, double B, double C, double x, double y)
  2. distPointLineSigned(double px, double py, double qx, double qy, double rx, double ry)
  3. distPointLineSquared(double px, double py, double qx, double qy, double rx, double ry)
  4. distPointSegmentSquared(double px, double py, double qx, double qy, double rx, double ry)
  5. distribution(int[] values)
  6. distSphericalEarth(double lat1, double lon1, double lat2, double lon2)
  7. distSq(double x1, double y1, double x2, double y2)
  8. distSq(double x1, double y1, double z1, double x2, double y2, double z2)
  9. distSqr2(double x1, double y1, double x2, double y2)