Tabnine Logo
DefaultCoordinateOperationFactory.getCSFactory
Code IndexAdd Tabnine to your IDE (free)

How to use
getCSFactory
method
in
org.apache.sis.referencing.operation.DefaultCoordinateOperationFactory

Best Java code snippets using org.apache.sis.referencing.operation.DefaultCoordinateOperationFactory.getCSFactory (Showing top 4 results out of 315)

origin: org.apache.sis.core/sis-referencing

  /**
   * Invoked when the builder needs a CRS or CS factory.
   */
  @Override
  public void initialize(final int factoryTypes) {
    if ((factoryTypes & CRS) != 0) crsFactory = factorySIS.getCRSFactory();
    if ((factoryTypes & CS)  != 0)  csFactory = factorySIS.getCSFactory();
  }
}
origin: apache/sis

  /**
   * Invoked when the builder needs a CRS or CS factory.
   */
  @Override
  public void initialize(final int factoryTypes) {
    if ((factoryTypes & CRS) != 0) crsFactory = factorySIS.getCRSFactory();
    if ((factoryTypes & CS)  != 0)  csFactory = factorySIS.getCSFactory();
  }
}
origin: org.apache.sis.core/sis-referencing

isEllipsoidalHeight = equalsIgnoreMetadata(heightCS.getAxis(0), expectedAxis);
if (!isEllipsoidalHeight) {
  heightCS = toAuthorityDefinition(VerticalCS.class, factorySIS.getCSFactory()
      .createVerticalCS(derivedFrom(heightCS), expectedAxis));
origin: apache/sis

isEllipsoidalHeight = equalsIgnoreMetadata(heightCS.getAxis(0), expectedAxis);
if (!isEllipsoidalHeight) {
  heightCS = toAuthorityDefinition(VerticalCS.class, factorySIS.getCSFactory()
      .createVerticalCS(derivedFrom(heightCS), expectedAxis));
org.apache.sis.referencing.operationDefaultCoordinateOperationFactorygetCSFactory

Javadoc

Returns the factory to use if CoordinateOperationFinder needs to create CS for intermediate steps.

Popular methods of DefaultCoordinateOperationFactory

  • <init>
    Constructs a factory with the given default properties. The new factory will fallback on the map giv
  • getOperationMethod
    Returns the operation method of the given name. The given argument shall be either a method DefaultO
  • createDefiningConversion
    Creates a defining conversion from the given operation parameters. This conversion has no source and
  • createOperation
    Returns an operation using a particular method for conversion or transformation between two coordina
  • createSingleOperation
    Creates a transformation or conversion from the given properties. This method infers by itself if th
  • createConcatenatedOperation
    Creates an ordered sequence of two or more single coordinate operations. The sequence of operations
  • createOperationFinder
    Creates the object which will perform the actual task of finding a coordinate operation path between
  • createOperationMethod
    Creates an operation method from a set of properties and a descriptor group. The source and target d
  • createOperations
    Finds or creates operations for conversions or transformations between two coordinate reference syst
  • getCRSFactory
    Returns the factory to use if CoordinateOperationFinder needs to create CRS for intermediate steps.
  • getDefaultMathTransformFactory
    Returns the Apache SIS implementation of math transform factory. This method is used only when we ne
  • getMathTransformFactory
    Returns the underlying math transform factory. This factory is used for constructing MathTransformde
  • getDefaultMathTransformFactory,
  • getMathTransformFactory,
  • getSpecializedFactories,
  • isConversion

Popular in Java

  • Making http requests using okhttp
  • getSystemService (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getExternalFilesDir (Context)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now