org.h2gis.h2spatial.internal.type
Class DomainInfo

java.lang.Object
  extended by org.h2gis.h2spatial.internal.type.DomainInfo

public class DomainInfo
extends Object

Class helper to define domain. Use defined type

Author:
Nicolas Fortin

Constructor Summary
DomainInfo(String domainName, int geometryTypeCode)
           
 
Method Summary
 String getDomainName()
           
 int getGeometryTypeCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainInfo

public DomainInfo(String domainName,
                  int geometryTypeCode)
Parameters:
domainName - Type alias name
domainConstraint - Constraint function associated with this type
Method Detail

getDomainName

public String getDomainName()
Returns:
Type alias

getGeometryTypeCode

public int getGeometryTypeCode()
Returns:
Return one of


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.