congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
GeometryPropertyType.setHref
Code IndexAdd Tabnine to your IDE (free)

How to use
setHref
method
in
net.opengis.gml.x32.GeometryPropertyType

Best Java code snippets using net.opengis.gml.x32.GeometryPropertyType.setHref (Showing top 1 results out of 315)

origin: org.n52.svalbard/svalbard-xmlbeans

private XmlObject createGeomteryPropertyType(AbstractGeometry element, EncodingContext ctx)
    throws EncodingException {
  GeometryPropertyType geometryPropertyType = GeometryPropertyType.Factory.newInstance();
  if (element.isReferenced()) {
    geometryPropertyType.setHref(element.getGmlId());
  } else {
    AbstractGeometryType xmlObject = createAbstractGeometry(element, ctx);
    geometryPropertyType.setAbstractGeometry(xmlObject);
    XmlHelper.substituteElement(geometryPropertyType.getAbstractGeometry(), xmlObject);
  }
  return geometryPropertyType;
}
net.opengis.gml.x32GeometryPropertyTypesetHref

Javadoc

Sets the "href" attribute

Popular methods of GeometryPropertyType

  • set
  • addNewAbstractGeometry
    Appends and returns a new empty "AbstractGeometry" element
  • getAbstractGeometry
    Gets the "AbstractGeometry" element
  • setAbstractGeometry
    Sets the "AbstractGeometry" element

Popular in Java

  • Parsing JSON documents to java classes using gson
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • getContentResolver (Context)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • JTable (javax.swing)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top PhpStorm plugins
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