Uses of Interface
org.gvsig.fmap.geom.type.GeometryType
Packages that use GeometryType
Package
Description
-
Uses of GeometryType in org.gvsig.fmap.geom
Methods in org.gvsig.fmap.geom that return GeometryTypeModifier and TypeMethodDescriptionGeometry.getGeometryType()Instance of the GeometryType associated to this geometry.GeometryCoercionContext.getGeometryType()GeometryManager.getGeometryType(int type, int subType) Returns an instance of GeometryType given the Geometry type and the subtype.GeometryManager.getGeometryType(String typeName) static GeometryTypeGeometryUtils.getGeometryType(int geometryType, int geometrySubType) GeometryManager.registerGeometryType(Class geomClass, int type, int subType) Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.GeometryManager.registerGeometryType(Class geomClass, String name, int type, int subType) Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.GeometryManager.registerGeometryType(Class geomClass, String name, int type, int subType, int superType) Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.GeometryManager.registerGeometryType(Class geomClass, String name, int type, int subType, int[] superTypes) Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.GeometryManager.registerGeometryType(Class geomClass, String name, int type, int subType, int[] superTypes, int[] superSubTypes) Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.GeometryManager.registerGeometryType(Class geomClass, String name, int type, int subType, int superType, int superSubType) Registers a Geometry implementation class with a predefined geometry type and returns the associated GeometryType instance.GeometryManager.registerGeometryType(GeometryType geometryType) Registers a GeometryType instance.Methods in org.gvsig.fmap.geom with parameters of type GeometryTypeModifier and TypeMethodDescriptionGeometryManager.create(GeometryType geomType) This method creates aGeometrywith the type specified by this GeometryType.GeometryManager.createMultiPrimitive(GeometryType geometryType) intGeometryManager.registerGeometryOperation(String geomOpName, GeometryOperation geomOp, GeometryType geomType) Registers a GeometryOperation associated to a GeometryType.GeometryManager.registerGeometryType(GeometryType geometryType) Registers a GeometryType instance.voidGeometryCoercionContext.setGeometryType(GeometryType type) -
Uses of GeometryType in org.gvsig.fmap.geom.operation
Constructors in org.gvsig.fmap.geom.operation with parameters of type GeometryTypeModifierConstructorDescriptionGeometryOperationNotSupportedException(int opCode, GeometryType geomType) Constructor with the operation code related to a geometry typeGeometryOperationNotSupportedException(int opCode, GeometryType geomType, Exception e) Main constructor -
Uses of GeometryType in org.gvsig.fmap.geom.primitive
Subinterfaces of GeometryType in org.gvsig.fmap.geom.primitive -
Uses of GeometryType in org.gvsig.fmap.geom.type
Classes in org.gvsig.fmap.geom.type that implement GeometryTypeMethods in org.gvsig.fmap.geom.type that return GeometryTypeMethods in org.gvsig.fmap.geom.type with parameters of type GeometryTypeModifier and TypeMethodDescriptionbooleanAbstractGeometryType.isSubTypeOf(GeometryType geometryType) booleanGeometryType.isSubTypeOf(GeometryType geometryType) Check if a geometry subType inherits of other subType.booleanAbstractGeometryType.isTypeOf(GeometryType geometryType) booleanGeometryType.isTypeOf(GeometryType geometryType) Check if a geometry type inherits of other type.